/* CSS Document */body {	margin: 0px;	background: #FFF;	}/*masthead*/				#masthead {	position: relative;	background: #FFF url('images/sitenav_02.gif') repeat-x;	height: 15em	}	#sideImage {	position: absolute;	top: 0;	right: 0;	z-index: 1;	width: 262px;	height: 15em;	background: url('images/sitenav_03.gif') no-repeat;	}		#mainImage {	position: absolute;	top: 0;	left: 0;	z-index: 2;	width: 628px;	height: 15em;	background: url('images/sitenav_01.gif') no-repeat;	}/*main Navigation menu*/		#mainNav {	position: absolute;	left: 79px;	top: 117px;	width: 740px;	}	#main {	margin: 0;	padding: 0;	list-style: none;	}#main li {	float: left;	margin: 8px 0;	padding-top: 1px;	font: 1.2em Optima;	font-weight: lighter;	}	#main a {	display: block;	float: left;	padding: 0 1.5em;	line-height: 2.1em;	text-decoration: none;	color: #FFFFFF;	}		#main a:hover {	color:#FBFFF6;	text-decoration: underline;	}	#main a:visited {	color:#996666;	}		/*mainContent*/#container {	position: relative;	top: 0;	height: 25em;		width: 62em; 	margin-left: 10%;	margin-right: 10%;	color: #482C2A;	line-height: 1.5em;	}	#content {	float: left;	width: 608px;	}	#box {	width: 608px;	background: url('images/content_03.gif') repeat-y;	text-align:justify;	}#topImage {	width: 608px;	height: 35px;	background: url('images/content_01.gif') no-repeat;	}	#bottomImage {	width: 608px;	height: 50px;	background: url('images/content_04.gif') no-repeat;	}		/* Side Content*/	#sideBar {	float: right;	width: 250px;	padding-left: 10px;	}		#box2 {	position: relative;	width:250px;	background: url('images/navbox_02.gif') repeat-y;	}	#topImage2 {	width:250px;	height: 35px;	background: url('images/navbox_01.gif') no-repeat;	}	#bottomImage2 {	width: 250px;	height: 46px;	background: url('images/navbox_04.gif') no-repeat;	}h2, p {	padding-right: 5%;	padding-left: 5%;	}		/*typography*/h1, h2, p, a {	font: Optima;	font-weight: normal;	text-decoration: none;	font-family: Optima, Arial, Helvetica, sans-serif;	}	#footer {	position: relative;	height: 160px;	background: url('images/footer.gif') repeat-x bottom;	line-height: normal;	}	#copyright {	float: right;	margin-top:6em;	}			