#container {
  width:800px;
  margin:0px auto;
}

body {
	 background: #220931 url(images/side_bg.png);
	 margin: 0;
	 padding: 0;
	 text-align: left;
	 line-height: 21px;
	 font-family: arial, sans-serif;
	 font-size: 12px;
	 color: #1e385f;
}

#container {
	 margin: 0 auto;
	 width: 800px;
	 padding: 0;
	 background: transparent url(images/bg.png) repeat-y;
	 overflow: hidden;
}

#header{
	height: 600px;
	background: url(images/header.png) no-repeat;
}

#nav{
position: relative;
top: -175px;
left: 120px;
width: 750px;
font-family: 'century gothic', arial, sans-serif;
font-size: 25px;
text-transform: lowercase;
letter-spacing: 3px;
}

.nav a, .navi a:visited, .navi a:active{
text-decoration: none;
color: #ffffff;
}

.nav a:hover {
color: #00BAFF;
}

#content {
	width: 690px; 
	margin: -120px 40px 0 60px; 
	text-align: left; 
	font-family: verdana, sans-serif; 
	font-size: 11px; 
}

#content a:link, 
#content a:visited, 
#content a:active{
color: #B3573A;
text-decoration: none;
border-bottom: 2px dotted #ffffff;
}

#footerbg {
background-image:url('images/footerbg.png');
background-repeat: repeat-x;
clear: both;
width: 100%;
height: 63px;
margin-top: 30px;
color: #C8E1EA;
}

#footerbg a:link, 
#footerbg a:visited, 
#footerbg a:active{
color: #ffffff;
text-decoration: none;
border-bottom: 2px dotted #ffffff;
}

h1{
margin: 5px 0 0 15px;
text-transform: uppercase;
color: #36638c;
font: bold 21px/23px 'arial narrow', sans-serif;
}

h2{	
color: #B3573A;
font: normal 10px/15px arial, tahoma, verdana, sans-serif;
text-transform: uppercase;
letter-spacing: 3px;
margin: -5px 0 0 20px; 
}


b{
font-family: Verdana;
font-size: 11px; 
color: #862736;
font-weight: bold;
}

i{font-family: Verdana;
font-size: 11px; 
color: #B3573A;
font-style: italic;
}

li{
list-style: circle;
margin: 0 40px 0 40px;
}

blockquote{
width: 60%;
font-family: Verdana;
color: #1e385f;
background: #C6E1E9;
font-size: 11px; 
text-align: center;
padding: 10px 1px 10px 1px; 
border-bottom: 4px dashed #862736;
border-top: 4px dashed #862736;
border-right: 4px dashed #862736;
border-left: 4px dashed #862736;
}

