<!--
/* ### CLASSES ###*/
.boxed1 {
	border: 1px solid #555;
	padding: 5px;
}
.boxed2 {
	border: 1px solid #555;
	padding: 0px;
}
.boxed3 {
	border-right: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 1px solid #555;
	padding: 0px;
	height: 408px;
}

/* ### CONSTANTS ### */
body {
	background: #FFF;
	font: normal 12px tahoma, helvetica, arial;
	margin: 0;
}

form { margin: 0; }

hr {
background-color:#333;
border-width:0;
color:#444;
height:1px;
line-height:0;
margin:-.5em 10px 1.8571em 10px;
page-break-after:always;
text-align:center;
width:95%;
}

a:link {
	color: #d30000;
	text-decoration: underline;
}
a:visited {
	color: #d30000;
	text-decoration: underline;
}
a:hover {
	color: #555555;
	text-decoration: none;
}

/* ### WRAPPER SECTIONS ### */
#outer_wrapper {
	margin: 0 auto;
	width: 100%;
}
#header_wrapper {
	width: 100%;
	height: 200px;
	z-index: 1;
	margin: 0 auto;
	background: url(images2/template/war_top_logo2.png) no-repeat bottom left;
}
#header_wrapper2 {
	width: 100%;
	height: 200px;
	z-index: 2;
	margin: 0 auto;
	background: url(images2/template/WeAllRide_logo_sm.png) no-repeat bottom right;
}
#content_wrapper {
	width: 100%;
	margin: 0 auto;
	background: #000000;
}
#footer_wrapper {
	width: 100%;
	margin: 0 auto;
}

/* ### CONTENT SECTIONS ### */
#header {
	color: #000000;
	width: 1000px;
	border: 0px solid #EEEEEE;
	margin: 0 auto;
	position: relative;
	top: 170px;
}

#content_main {
	color: #FFFFFF;
	width: 1010px;
	height: 420px;
	border: 1px solid #000;
	margin: 0 auto;
}
#main_left {
	width: 720px;
	float: left;
	margin: 5px 0 0 0;
}
#main_right {
	width: 227px;
	margin: 5px 62px 0 0;
	float: right;
}
#main_right2 {
	width: 138px;
	margin: 5px 62px 0 0;
	float: right;
}
#main_left2 {
	width: 795px;
	float: left;
	margin: 5px 0 0 0;
}

#event {
}
#event_image {
}
#event_title {
	font: normal 10px tahoma, helvetica, arial;
	background: url(images2/titles/title_bg.jpg) no-repeat #333;
	text-align: center;
}
#event_title a {
	font: normal 10px #D30000 tahoma, helvetica, arial;
}
#event_title a:hover {
	font: normal 10px #FFFFFF tahoma, helvetica, arial;
}

#news {
	font-size: 1.0em;
	font-family: tahoma, helvetica, arial;
	color: #EEEEEE;
	padding: 8px;
	border: 1px solid #333333;
	background:;
}
#news_date {
	font-size: 2.0em;
	font-family: tahoma, helvetica, arial;
	color: #777777;
	background: #EDEDED;
	height: 45px;
	width: 40px;
	border: 1px solid #D30000;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#day { font-size: 14pt; }
#month {font-size: 9pt; }
#news_title {
	padding: 15px 2px 5px 2px;
	font-size: 2.0em;
	font-family: tahoma, helvetica, arial;
	color: #D30000;
	background: #333;
	text-align: center;
	height: 35px;
	border: 1px solid #D30000;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#news_image {
	padding: 3px;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#news_desc {
	text-align: justify;
	font: normal 1.1em tahoma, helvetica, arial #dddddd;
}

#media_list {
	background: url(images2/template/media_foreground_tmpl.png) center no-repeat #FFF;
	width: 305px;
	height: 360px;
	padding: 40px 0 0 0;
	margin: -20px 0 0 0;
}
#media_list img {
	margin: -9px 0 0 0;
}
#media_details {
	float: left;
	background: url(images2/template/media_foreground_tmpl_lrg.png) left top no-repeat #FFF;
	width: 620px;
	height: 860px;
	padding: 63px 0 0 87px;
	overflow: hidden;
}

#footer {
	color: #000000;
	background: url(images2/template/footer.png) no-repeat top right;
	width: 100%;
	height: 100px;
	border: 0px solid #EEEEEE;
	margin: 0 auto;
	font: normal 9px tahoma, helvetica, arial;
}

/* ### ELEMENT SECTIONS ### */
.menu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* ### SPECIFIC SECTIONS ### */

#top_right_logo {
	background: url(images2/template/WeAllRide_logo.png);
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-position: 80% 100px; 
}

/* ### SHOPPING CART SPECIFIC ### */

#cart_item_name {
	font-size: 11px;
	height: 15px;
	width: 60px;
	overflow: hidden;
}

/* ### CUSTOM SCROLL BARS ### */
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 260px;
height: 300px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #000000;
margin: 0.3em auto;
padding: 15px;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 260px;
height: 100px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #000000;
margin: 0.3em auto;
padding: 15px;
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background-color: #333333;
}
.vscrollerbar {
width: 10px;
background-color: #555555;
}
.hscrollerbase {
height: 10px;
background-color: #333333;
}
.hscrollerbar {
height: 10px;
background-color: #555555;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}

//-->