* {
margin: 0;
padding: 0;
}

body {
text-align: center;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
padding-top: 40px;
margin: 0 0 0 0;
padding : 0;	
color : #000;
background: #710000;
}

p {
margin-bottom: 20px;
}

a {
color: #666;
text-decoration: underline;
}

a:hover {
text-decoration:none;
}

h1 {
width: 140px;
height: 30px;
background-color: #E0E0E0;
margin: 1px 1px 1px 0;
float: left;
font: bold 16px/30px tahoma, verdana, arial, sans-serif;
padding-left: 10px;
color: #000;
cursor: default;
}

h2 {
width: 419px;
height: 30px;
background-color: #E0E0E0;
float: left;
font: bold 13px/27px georgia;
padding-left: 10px;
color: #990000;
margin-top: 1px;
cursor: default;
}

h3	{
font-size: 1.3em;
font-weight:600;
color: #181818;
margin-bottom:14px;
border-bottom: 1px solid #333;
padding-bottom:5px;
}

#wrapper {
width: 580px;
background: #fff url("images/sidebar.gif") repeat-y;
background-position: 0 0;
border: solid 10px #E0E0E0;
margin: 0 auto;
text-align: left;
}

#header {
width: 580px;
height: 210px;
background: #fff url("images/header2.jpg") no-repeat;
background-position: top right;
}


/*Navigation*/
#header ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 150px;
  border-bottom: 1px solid #ccc;
   }

#header ul li {
	position: relative;
	}
	
#header li ul {/* Position sub-menu */	
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
	}

#header ul li a {  /*Style links*/	
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 3px;
	border: 1px solid #ccc;
	border-bottom: 0;
		}
	
/* Fix IE. Hide from IE Mac \*/
* html #header ul li { float: left; height: 1%;}
* html #header ul li a { height: 1%; }
/* End */

	
#header ul li a:hover { color: #000; background: #ccc; } /* Hover Styles */
		
#header li ul li a { padding: 3px; background: #fff; } /* Sub Menu Styles */


#header li:hover ul, #header li.over ul { 
	display: block; }
	

#current a {
background-image: url("images/bullet.gif");
background-repeat: no-repeat;
background-position: 100% 50%;
}

#sidebar {
width: 132px;
/*background: url("images/bg01.png") repeat;*/
float: left;
position: relative;
left: -4px;
margin-left: -147px;
border-top: 1px solid #fff;
padding: 8px;
}

#sidebar h3{
background-color:#990000;
font: 12px/12px Georgia, "Times New Roman", Times, serif;
margin:0;
color:#FFFFFF;
letter-spacing:normal;
padding:2px;
}

#sidebar p{
margin:0;
background-color:#000000;
color:#FFFFFF;
padding:3px;
}

#content {
float: left;
width: 400px;
margin: 10px 0 0 10px;
}

#content ul, ol	{
margin: 0px 5px 20px 20px;
}

#content li{ 
padding:4px;
float:none;
}

img {
border: none;
}

a img {
display: block;
margin-bottom: 20px;
border: 1px solid #fff;
}

a:hover img {
border-color: #333333;
}

#footer {
clear: both;
width: 400px;
margin: 0 0 10px 163px;
font-size:9px;
}
