
/* ------------------------
structure and layout
------------------------ */

html {margin: 0px; padding: 0px; font-size: 100%;}

body {margin: 0px; padding: 50px 0px 0px 0px; font-size: 62.5%; text-align: center;} 
 
#pagewidth {position: relative; width: 800px; height: 470px; margin: 0px auto; padding: 0px; text-align: left;} 
 
#header {display: none;} 

#maincol {float: right; display: inline; margin: 70px 40px 0px 0px;}
	#flashcontent {width: 440px; margin: 0px; padding: 0px;}
 
#leftcol {position: absolute; left: 40px; top: 70px; width: 240px; }

#footer {position: absolute; top: 0px; left: 0px; height: 50px; width: 100%;}
	#login {position: absolute; left: 0px; width: 200px; text-align: left; padding: 17px 0px 0px 40px;}
	#login form {}

	#menu {position: absolute; right: 0px; width: 500px; padding: 18px 40px 0px 0px; text-align: right;}
	#navlist {margin: 0px; padding: 0px; list-style-type: none;}
	#navlist li {display: inline; }

ul.switch {position: absolute; top: 830px; left: 50%; width: 780px; margin: 0px 0px 0px -360px; padding: 0px; list-style-type: none; text-align: center;}
	ul.switch li {display: inline;}



/* ------------------------
colors and look
------------------------ */


a {color: #65653E; text-decoration: none;}
a:hover {color: #8C8B21; }

body {
	margin: 30px 0px; padding: 0px; 
	background:url(/cssfront/graphics/bg01.gif) top left repeat #FBF7E2;
	color: #65653E;
	font-family: georgia, "times new roman", serif;  
	text-align: center; 
	text-align: center; 
	}

#pagewidth {background:url(/cssfront/graphics/divine04_pagewidthbg.gif) bottom left repeat-x #FCFBF4; border: 1px solid #92911D; text-align: left}

#header {margin: 0px 0px 10px 0px; padding: 0px; background:url(/cssfront/graphics/newheaderbg01.jpg) bottom left repeat-x #BFBE47; color: #FCFBF4;}

#flashcontent {text-align: center; padding: 0px 0px 10px 0px;}

#leftcol {padding-top: 80px; text-align: center;}
	#leftcol h1 {font-size: 1.8em;}
	#leftcol h2 {font-size: 1.4em; color: #92911D;}

	input, textarea {background: #BFBE47; border: 1px solid #92911D; color: #FCFBF4;}

#footer {background:url(/cssfront/graphics/newheaderbg01.jpg) left center repeat-x #BFBE47; color: #FCFBF4; border-bottom: 10px solid #92911D; text-align: right; font-size: 1.3em;}

	/* the links resume etc */
	#navlist a {margin-left: 10px; padding: 3px; color: #FCFBF4;text-decoration: none; }
	#navlist a:hover {color: #65653E;}
