/* Start of CMSMS style sheet 'main' */
body {
background-color:#eff4f8;
	margin-left: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;

	width: 955px;

	font-size: 11px;
	border:5px solid #FFFFFF;
}

a img{border:0px;}
a {color:#FF0000; text-decoration:none;}
a:hover{text-decoration:underline;}
a:visited{color:#990000;}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 955px;
	background: url("/path/to/your/background_cols.gif") repeat;
}

#header {
}

#menu {
background-image:url(/images/menu-backg.gif);
height:55px;
color:#FFFFFF;
font-weight:bold;
font:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:55px;
}
#menu .mnu{margin-top:18px; margin-right:20px; margin-left:20px;}

#container{
background-color:#000;
background-image:url(/images/back002.jpg);
background-repeat:repeat-y;
}

#sub_container{
background-image:url(/images/back003.jpg);
background-position:bottom left;
background-repeat:no-repeat;
}

#side-a {
	float: left;
	width: 150px;
}

#side-b {
	float: right;
	width: 255px;
	background-image:url(/images/back-right.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#000000;
	padding:20px;
	color:#FFFFFF;
}
#side-b h2{font-size:15px;}
#side-b ul{padding:10px; margin:0px; text-indent:0px;}

#content { 
	float: left;
	width:619px;
	padding:20px;
	background-image:url(/images/back001.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	color:#FFFFFF;
	text-align:right;
	line-height:18px;

}
* html #content{width:616px;}

#content_left {width:200px; float:left;}
#content_right {width:400px; float:right;}

.c {clear:both;}

#footer {
	clear: both;
	background: #A2A2A2;
	height:28px;
	background-image:url(/images/foot-back.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	text-align:center;
line-height:28px;
	margin-top:-11px;
}
/* End of 'main' */

