/* base
----------------------------------------------- */

body {
margin: 0;
padding: 0;
font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
font-size: 13px;
color: #000;
text-align: center;
background-color: #000;
background-image: url(images/30.jpg);
background-repeat: repeat-y;
background-position: top center;
}


p {
font-size: 13px;
line-height: 18px;
}


h1, h2, h3 {
font-weight: bold;
}

h1, h2 {
text-align: center;
}

h1 {
font-size: 16px;
}

h2 {
font-size: 14px;
line-height: 21px;
color: #660000;
}

h3 {
font-size:13px;
line-height: 18px;
color: #660000;
font-style: italic;
}

h4 {
font-size:11px;
color: #660000;
font-style: italic;
}


#container {
margin: auto;
width: 825px;
}

#head {
padding-top:30px; 
margin-bottom:-40px;
}

#sidebar-1 {
text-align: left;
color: #540000;
font-size: 1em;
line-height: 1.7em;
font-weight: bolder;
padding-top: 50px;
float: left;
width: 110px;
}

#content {
margin: 0 128px;
padding-top: 30px;
}


/* links
----------------------------------------------- */


ul {
	
}
	
	
#nav li a {
	/*for all links in the list*/
	display: block;
	height: 18px;
	width: 80px;
	padding-top: 5px;
}

	
a:link {
	text-decoration: none;
	color:#000000;
	background: transparent;
	}
	
a:visited {
	text-decoration: none;
	color:#000000;
	background: transparent;
	}
	
a:hover {
	background: transparent;
	text-decoration: underline;
	color:#660000;
	}
	
a:active {
	text-decoration: none;
	color: #000000;
	background: transparent;
	}