/*	
||	ZOHARK 
||	Main Construct Stylesheet
||	Overrides many style declarations from zohark.css
||
||	@created:	November 4, 2007
||	@revised:	November 4, 2007
*/
body {
	/* Override height: 100% so footer doesnt have white stuff after it */
	height: 100px; 
	
        background:#A7A7A7 none repeat scroll 0%;
}
#header {
	/* Switched to rounded header */
	background: #2856A3 url(../images/header_front.png) repeat-x scroll 0%;

	/* Resize and center header */
        width:1000px;
        left: 50%;
        margin-left: -500px;
}

#wrap {
	/* Resize and center */
	width: 1000px;
        left: 50%;
        margin-left: -500px;
        margin-top: 15px;  
        margin-bottom: 15px;
}

#main {
	padding: 0px; 
	margin-left: -2px;
	margin-bottom: 0px;
}

#spacer {
	background-color: #A7A7A7;
}

#footer {
	/* Switch to rounded corners */
	background: #CCCCCC url(../images/footer_front.png) repeat-x scroll 0%;

	/* Resize and center */
        width: 1000px;
        left: 50%;
        margin-left: -500px;
	margin-top: 0px;
}

