/* Start of CMSMS style sheet 'new :: layout' */
body{
	background:url(uploads/layout/body_BG.png) repeat-x #a3b6be;
}

#container{
	width:910px;
	margin:auto;
	border:0px dotted pink;

}

#header{
	height:180px;
	border:0px dotted green;
}

#logo{
	width:475px;
	float:left;
	background:url(uploads/layout/milli-logo-10.png) no-repeat;
}

#pageTitle{
padding-left:10px;
}

#menu{
	width:200px;
	float:right;
}



#content{
width:650px;
padding-left:10px;
padding-right:30px;
padding-bottom:30px;
border-right:1px solid #76858c;
}


#footer{
	clear:both;
	/*background:url(uploads/layout/footer_BG.png) repeat-x;*/
	padding:30px 5px 5px 5px;

}

/* End of 'new :: layout' */

