
/* ------------------------
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: #69AEC3; text-decoration: none;}
a:hover {color: #8C8B21; }

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

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

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

#flashcontentcontent {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: #3E8A9E;}

	input, textarea {background: #69AEC3; border: 1px solid #3E8A9E; color: #FCFBF4;}

#footer {background:url(/cssfront/graphics/newheaderbg03.jpg) left center repeat-x #69AEC3; color: #FCFBF4; border-bottom: 10px solid #3E8A9E; font-size: 1.3em;}

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



ul.switch {font-size: 1.4em;}
ul.switch a {text-decoration: none;}
	.black a {color: black;}
	.white a {color: white;}
	.red a {color: red;}
	.brown a {color: #601802;}
	.khaki a {color: #c1b575;}