* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Arial, sans-serif;
	background: #191919;
	background-image: url(images/background2.png);
	background-position: center 125px;
	background-repeat: no-repeat;
	background-attachment:  fixed;
}

li {
	font-size: 1.0em;
}

p {
	font-size: 1.2em;
	line-height: 1.3em;
	margin-bottom: 0.8em;
}

.clear {clear:both; }

a:link {color: #FFFFFF; text-decoration: none; }
a:visited {color: #FFFFFF; text-decoration: none; }
a:hover {color: #9eaec7; text-decoration: none; }
a:active {color: #9eaec7; text-decoration: none; }

div#page-wrap {
	width:623px;
	margin: 0 auto;
}

ul#nav {
	height: 130px;
	background: url(images/header2.png) no-repeat;
	list-style: none;
	padding-left:10px;
	text-align: center;
	}
	ul#nav li a {
		display: block;
		width: 150px;
		float: left;
		margin-top: 110px;
		color:white;
		text-decoration:none;
		}
		ul#nav li a:hover, ul#nav li a:active {
			color: #9eaec7;
		}
		
		div#main-content {
			height:550px;
			border-left: 1px solid black;
			border-right: 1px solid black;
			margin: 0 auto;
			color: white;
			width:518px;
			padding-left:40px;
			padding-top:10px;
			padding-bottom:50px;
			background: #222222;
			}
			div#main-content div#left-col {
				float:left;
				width:260px;
				padding-right: 10px;
			}
			div#main-content div#right-col {
				text-align: center;
				padding-right: 10px;
				padding-left: 10px;
				float:right;
				width:225px;
			}
		
		
		
		div#footer {
			width: 623px;
			background: url(images/footer4.png) no-repeat;
			color: white;
			height: 30px;
			padding-left:200px;
			padding-top: 5px;
			padding-bottom: 5px;
			}
		
	}