/* GENERAL STYLING */
body { font-family: Arial, Helvetica; font-size: small; }

/* LAYOUT & APPEARANCE */
#container { width: 960px; height: 100%; margin: 0 auto; position: relative; top: -10px; }

#header { width: 960px; height: 85px; position: relative; top: 0px; }
	#clientarea { float: left; }
		
	#title { float: right; position: relative; top: 10px; }
		#title img { border: 0; }
	
#navigation { width: 960px; height: 37px; position: relative; background: url(../images/nav_bg.png); 
	border-bottom: inset 2px white; }
	
#footer { width: 960px; height: 100px; border-top: inset 1px #999; padding-top: 5px; }
	#footer #logo_bw { float: left; padding-top: 5px; }
	#footer #copyright { width: 200px; float: right; font-size: x-small; text-align: justify; color: #666; }

#content { width: 960px; height: 300px; position: relative; background: #666; margin-bottom: 10px; }


/* LINKS & TEXT */
#clientarea img { border: 0; }

/* IMAGES */


/* MISCELLANEOUS */


/* MAIN PAGE SLIDESHOW */
