/*<![CDATA[*/

/*

24bit colors:

body{background-color:#E2E9F0;}

blue color: #215273
gold color: #C3B097

#menu0{background-color:#c60;}
#menu1{background-color:#900;}
#menu2{background-color:#c30;}

grayscale colors:

body{background-color:#E7E7E7;}

blue color: #474747
gold color: #B2B2B2

#menu0{background-color:#787878;}
#menu1{background-color:#2D2D2D;}
#menu2{background-color:#5A5A5A;}

*/

*{margin:0px;padding:0px;}
html{overflow:auto;height:100%;}
body{cursor:default;font-family:Arial;background-color:#E2E9F0;text-align:center;height:auto;}
h1,h2,h3,h4,h5,h6{display:inline;}
img{border:0px none;}
#page{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:798px;
	height:598px;
	margin:auto;
	border:1px solid #C3B097;
	
	border-radius:4px; /* rounded corners */
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
#background{
	position:absolute;
	left:0px;
	top:116px;
	z-index:1;
	width:100%;
	height:420px;
	background-color:silver;
	background-repeat:no-repeat;
	overflow:hidden;
}
#foreground{position:absolute;left:0px;top:0px;z-index:2;width:100%;height:100%;overflow:hidden;}
#header{
	height:88px;
	color:#fff;
	background-color:#215273;
	border:2px solid #fff;
	font-weight:bold;
	overflow:hidden;
	
	border-top-right-radius:4px;
	border-top-left-radius:4px;
	
	-moz-border-radius-topright:4px;
	-moz-border-radius-topleft:4px;
	
	-webkit-border-top-right-radius:4px;
	-webkit-border-top-left-radius:4px;
}
#topmenu{height:24px;border-left:2px solid #fff;border-right:0px;margin-right:-2px;background-color:#fff;}
#content{height:420px;border-left:2px solid #fff;border-right:2px solid #fff;}
#footer{
	height:58px;
	color:#fff;
	background-color:#215273;
	border:2px solid #fff;
	font-weight:bold;
	overflow:hidden;
	
	border-bottom-right-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-bottomleft:4px;
	
	-webkit-border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
}
#footer a{color:#fff;text-decoration:none;}
#footer a:hover{color:#ccc;text-decoration:underline;}
#bottomcredits{font-family:Verdana,Arial,Helvetica,sans-serif;font-size:9px;font-weight:normal;text-align:center;color:#fff;}

/*]]>*/
