/* CSS Document */
/********************PRESENTATION*************************/
body {
	background:#000000;
	color:#000000;
	margin:0;
	font-family:Calibri, Geneva, Arial, Helvetica, sans-serif;
}
#containwrapper {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background:#FFFFFF;
}
#container {
	width:900px;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	background:#FFFFFF;
	border:5px solid #FFD33E;
}
#content {
	margin:0;
}
#logo {
	width:900px;
	margin:auto;
}
#headerflash {
	border-bottom:2px solid #FFD33E;
	border-top:2px solid #FFD33E;
	
	}
#left {
	width:199px;
	float:left;
	color:#000000;
	
}
#middle {
	width:700px;
	float:left;
	border-left:1px solid #B3932B;
	background-color:#FFFFFF;
}
#middle p {
	padding-left:7px;
}
#footercolor {
	clear:both;
	background-color:#B3932B;
	border-top:2px dotted #FFd33e;
	height:15px;
}

#stizel, #stizel a {
	text-align:center;
	margin:12px 0;
	font:12px/160% Calibri, Geneva, Arial, Helvetica, sans-serif;
	color:#FFD33E;
	text-decoration:none;
}
#codes {
	margin-top:10px;
	text-align:left;
	clear:left;
}



/*****************PRESENTATION*******************/

h1 {
 	background-color: #B3932B;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	padding: 5px;
	font:bold 95% Georgia, "Times New Roman", Times, serif;
	border: solid #8C8761;
	border-width: 0px 0 0px;
	color:#FFD33E;
	margin:0;
 }

p, ul {
	font:14px Georgia, "Times New Roman", Times, serif;
}

p a {
	text-decoration:none;
}

#left a {
	color:#000000;
}
#left a:hover {
	color:#000000;
}

/********************Footer Nav Style***********************/
#footernav ul li { display: inline; }

#footernav ul
{
margin: 0;
padding: 0;
color: #ffffff;
font: bold normal 10px/16px Georgia, "Times New Roman", Times, serif;
letter-spacing: 2px;
font-weight: bold;
}

#footernav ul li a
{
padding: 0.2em 12px;
color: #ffffff;
text-decoration: none;
border-right: 1px solid #FFFFFF;
}

#footernav ul li a:hover
{
background-color: none;
color: #221e1f;
}

#footernav li a:hover,  li a:active
{
color: #221e1f;
text-decoration: none;
background:none;
text-align: center;
/*text-transform: uppercase;*/
font: bold normal 10px/16px Georgia, "Times New Roman", Times, serif;
}