@charset "utf-8";
/* CSS Document */
body {
	background-color: #000000;
    font-family: Arial, Helvetica, sans-serif;
}
#titlebar {
	position: relative;
    margin: 0px auto;
    height: 52px;
    text-align: center;
}
#title_sign {
    position: relative;
    background: url(/crossstreet/images/sign_bg.jpg) repeat-x;
    float: left;
    overflow: hidden;
    height: 52px;
}
#title_left {
    position: relative;
    float: left;
}
#title_content {
    position: relative;
    float: left;
    color: #000;
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
    text-transform: uppercase;
    overflow: hidden;
    max-width: 700px;
}
#title_right {
    position: relative;
    float: left;
}
#insidecontent {
    clear: both;
    color: #CCCCCC;
    margin: 10px;
}
/******************* Event Styles *************************/
#event_start,#event_end,#event_location {
	font-size: 16px;
    font-weight: bold;
}
#event_start span, #event_end span,#event_location span {
	font-weight: normal;
}
#event_logo {
	float: right;
    margin-right: 10px;
    margin-top: -50px;
}
#event_content {
	margin-top: 15px;
}
