/* STORMVC - CSS */

/* Background and Text */
	
body,td,th {
	font-family:sans-serif;
	font-size: 9px;
	color: #fff;
}

body {
	background-color: #000;
	margin: 15px 0px 15px 0px;
	
}

a:link{
color:#72BDC6;
text-decoration:none;
}

a:hover{
color:#ffffff;
text-decoration:none;

}

#h_rule{
border-bottom: 2px dashed #424242;
}

/* Layout */

#wrapper {
margin: 0 auto;
width:1000px;
background-image:url(../_images/_body/body_bkgd.jpg);
background-repeat:repeat-y;
}
	
#header {
width:1000px;
height:140px;
background-image:url(../_images/_body/header2.jpg);
background-repeat:no-repeat;
}

#header_winter {
width:1000px;
height:140px;
background-image:url(../_images/_body/header_winter.jpg);
background-repeat:no-repeat;
}

#flash_banner {
width:1000px;
height:126px;
background-image:url(../_images/_body/flash_ad_strip_blank.jpg);
background-repeat:no-repeat;
}

#menu {
width:1000px;
height:26px;
background-image:url(../_images/_menu/spacer.jpg);
background-repeat:repeat-x;

}

#menu_cmas {
width:1000px;
height:26px;
background-image:url(../_images/_menu/spacer_cmas.jpg);
background-repeat:repeat-x;

}

#footer {
width:1000px;
height:25px;
padding: 5px 13px 0px 27px;
background-image:url(../_images/_body/footer.jpg);
background-repeat:no-repeat;
text-align:left;
}

#footer_winter {
width:1000px;
height:25px;
padding: 5px 13px 0px 27px;
background-image:url(../_images/_body/footer_winter.jpg);
background-repeat:no-repeat;
text-align:left;
}

#col_one { 
 margin: 0px 0px 0px 0px;
 padding: 0px 13px 20px 27px;
 width: 530px;
 float: left;
 text-align:justify;

}

#col_two { 
 margin: 0px 13px 20px 20px;
 padding: 0px;
 width: 180px;
 float: left;
 text-align:justify;
}

#col_three { 
 margin: 0px 27px 20px 13px;
 padding: 0px;
 width: 170px;
 float: left;
 text-align:justify;
}

#advent { 
 margin: 0px;
 padding: 0px;
 width: 1000px;
 float: left;
 text-align:justify;
 background-color:#FFFFFF;
}

#advent_t_c { 
 margin: 0px;
 padding: 0px;
 width: 1000px;
 float: left;
 text-align:justify;
 background-color:#FF0000;
}

/* Text */
	
.body {
color:#fff;
font-size:12px;
line-height:16px;
text-align:left;
}

.body_blue {
color:#72BDC6;
font-size:12px;
line-height:16px;
text-align:left;
}

.body_grey {
color:#333333;
font-size:12px;
line-height:16px;
text-align:left;
}

.body_title_blue {
color:#72BDC6;
font-size:14px;
line-height:16px;
text-align:left;
}

.news_title {
font-size:18px;
line-height:18px;
text-align:left;
display: block;
background: #333;
padding: 4px 4px;
color: #fff;
}

.news_title_date {
font-size:10px;
line-height:10px;
text-align:left;
display: block;
background: #333;
padding: 2px 2px;
color: #fff;
}
	
