body{
background: #000;
font-size: 17px;
}

h1{
text-align: center;
}

p{
color: #000;
font-family: Arial, sans-serif;
}

p a{
color: #000;
text-decoration: none;
border-bottom: dotted 1px #94122d;
padding: 0 3px;
}

p a:hover{
color: #000;
background: #e7dbb8;
}

img{
border: none;
}

strong{
font-variant: small-caps;
}


#con{
padding: 0px 20px;
}

#attn{
font-size: 1.2em;
text-align: center;
}

#center{
text-align: center;
}

#container {
	position:relative;
	left:50%;
	width:800px;
	margin-top:0px;
	margin-left:-400px;
background: url('images/bg.png') repeat-y;
}

#header {
background: url('images/header.png');
	width:800px;
	height:128px;
}

#nav {
background: url('images/nav.png') no-repeat;
	float: left;
	width:186px;
	height:250px;
padding-top: 130px;
}

#nav1{
background: url('images/nav1.png') no-repeat;
height: 32px;
width: 186px;
}

#nav1:hover{
background: url('images/nav1.2.png') no-repeat;
height: 32px;
width: 186px;
}

#nav2{
background: url('images/nav2.png') no-repeat;
height: 32px;
width: 186px;
}

#nav2:hover{
background: url('images/nav2.2.png') no-repeat;
height: 32px;
width: 186px;
}

#nav3{
background: url('images/nav3.png') no-repeat;
height: 29px;
width: 186px;
}

#nav3:hover{
background: url('images/nav3.2.png') no-repeat;
height: 29px;
width: 186px;
}

#nav4{
background: url('images/nav4.png') no-repeat;
height: 29px;
width: 186px;
}

#nav4:hover{
background: url('images/nav4.2.png') no-repeat;
height: 29px;
width: 186px;
}


#nav5{
background: url('images/nav5.png') no-repeat;
height: 29px;
width: 186px;
}

#content {
	float: left;
	width:592px;
background: #fff url('images/content.png')repeat-y;
min-height: 450px;
}

#space{
background: url('images/space.png') no-repeat;
float: left;
width: 20px;
height: 30px;
}

#con{
clear: both;
}

#subnav{
margin-left: 220px;
}

#footer{
clear: both;
background: url('images/footer.png') no-repeat;
height: 26px;
}