@charset "utf-8";
/* CSS Document */

html, body, div,  p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0; 
	border: 0;
	font-family:Arial, Helvetica, sans-serif;
}

p { 
	font-size: 90%; 
	color: #000; 
	margin: 0.2em 0 0.8em 0; 
	font-family:Arial, Helvetica, sans-serif; 
}

ul, li{font-size: 90%; }

a{
color: #8f5917; text-decoration: none; 
}

a img {border:none;}

a:focus, a:hover, a:active{
	color:#600;
	text-decoration:underline;
}

.good{
	color:#817B3D;
}
.bad{
	color:#9B2D33;
}
.gray{
	color:#aaa;
}

table{margin:auto;}

body {background:rgb(45,45,45);}

.sitetitle a {
    color:#888;
	text-decoration:none;
}
.sitetitle a:hover{
	color:#FFF;
}
.sitemenu {
	display:none;
}

#header {
	position: relative;
	z-index: 5;
	width: 940px;
	max-width: 900px;
	min-width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding:2px 20px 2px 20px;
	background:#DDE1E1;
	font-size:16px;
	font-variant:small-caps;
	font-weight:bold;
	/*display:none;*/
}  
#header ul
{
	padding:0;
	margin:0;
	list-style:none;
	height:20px;
	line-height:1.5em;
}

#header a
{
	color:#58787A;
}
#header a:hover
{
	color:#88854D;
	text-decoration:none;
}

#header ul li
{
	/*padding:2px 0 2px 0;*/
	margin:0 3px 0 3px;
	padding:0 20px 0 20px;
	float:left;
	position:relative;
	/*border-right:1px solid #CDD1D1;
	border-left:1px solid #CDD1D1;
	height:20px;*/
	border-radius:5px;
}
#header ul li:hover
{
  background: radial-gradient(#E1E5E5 10%, #DDE1E1 50%); /* Standard syntax */
}

#wrapper {
	position: relative;
	z-index: 5;
	width: 940px;
	max-width: 900px;
	min-width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding:20px;
	background: #fff;
}  

#announcement{

	width:400px;
	height:0px;
	z-index:100;
	position:fixed;
	top:20px;
	margin:auto;
	left:0; right:0;
	
	background: white; /* For browsers that do not support gradients */
  	background: -webkit-radial-gradient(white, rgba(45,45,45,0) 50%); /* Safari 5.1 to 6.0 */
  	background: -o-radial-gradient(white, rgba(45,45,45,0) 50%); /* For Opera 11.6 to 12.0 */
  	background: -moz-radial-gradient(white, rgba(45,45,45,0) 50%); /* For Firefox 3.6 to 15 */
  	background: radial-gradient(white, rgba(45,45,45,0) 50%); /* Standard syntax */
}

h1 { padding: 0.85em 0 0.5em 0; margin:0; }
h2, h3 { padding: 0.5em 0 0.2em 0; }
h4, h5, h6 { padding: 0.5em 0 0 0; }
h1 { font-size: 130%; color: #666; letter-spacing: .02em; }
h2 { font-size: 140%; color: #900; letter-spacing:.5em;}
h3 { font-size: 85%; color: #333; text-transform: uppercase; letter-spacing: .02em;	margin-bottom: 10px; border-bottom: 2px #ccc solid;}
h4 { font-size: 90%; color: #666; line-height: 1.0em; }
h5 { font-size: 85%; color: #c00; }
h6 { font-size: 85%; color: #333; font-family: Georgia, "Times New Roman", Times, serif; }