@charset "utf-8";
/* CSS Document */

body {
margin: 0;
padding: 0;
border: 0;
background: #36312c;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF;
text-align: center;
line-height: 0.95em;
}

h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-style: normal;
font-size: 1.05em;
margin: 0;
color: #FFFFFF;
font-weight: 100;
}

h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-style: normal;
font-size: 1.05em;
margin: 0;
color: #FFFFFF;
font-weight: 100;
margin-left: 160px;
}

p {
font-size: 0.8em;
margin-right: 15px;
}

a {
color: #FFFFFF;
border-bottom: none;
text-decoration: none;
}

a:hover {
color: #666666;
}

#logo {
width: 1005px;
height: 82px;
margin-left: auto;
margin-right: auto;
margin-top: 60px;
text-align: left;
}

#logo img {
margin-left: 40px;
}

/* #logo {
position: absolute;
background: url(images/logo.jpg) no-repeat;
width: 351px;
height: 82px;
margin-top: -80px;
margin-left: 100px; 
} */

#main {
background: url(images/main.jpg) no-repeat;
width: 1005px;
height: 589px;
margin-left: auto;
margin-right: auto;
text-align: left;
}

#leftcol {
position: absolute;
width: 510px;
height: 512px;
margin-top: 40px;
margin-left: 50px;
}

#middlecol {
position: absolute;
width: 240px;
height: 512px;
margin-top: 40px;
margin-left: 562px;
}

#middlecol img {
margin-left: 8px;
}

#rightcol {
position: absolute;
width: 160px;
height: 512px;
margin-top: 40px;
margin-left: 815px;
}

#nav {
height: 104px;
width: 157px;
position: relative;
background: url(images/nav.jpg) no-repeat;
margin-top: 210px;
margin-left: 6px;
}

#nav ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	
}
#nav li, #nav a {
	height: 34px;
	display: block;
}

#first {
	height: 34px;
	width: 157px;
}

#second {
	top: 34px;
	height: 34px;
	width: 157px;
}

#third {
	top: 68px;
	height: 34px;
	width: 157px;
}

#first a:hover, #first a:active, #first.selected {
	background: transparent url(images/nav.jpg) -157px 0px no-repeat;
}

#second a:hover, #second a:active, #second.selected {
	background: transparent url(images/nav.jpg) -157px -34px no-repeat;
}

#third a:hover, #third a:active, #third.selected {
	background: transparent url(images/nav.jpg) -157px -68px no-repeat;
}




#vscreen {
margin-top: 25px;
}

#footer {
width: 1005px;
height: 18px;
margin-left: auto;
margin-right: auto;
margin-top: -7px;
text-align: left;
}

#footer img {
margin-left: 40px;
}

.clear {
clear: both;
}