/* CSS Document */

body {
	background-image: url(../images/bg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#header {
	width: 747px;
	height: 134px;
}

#nav {
	color: #fff;
	font-size: 13px;
	width: 747px;
}

#content {
	width: 747px;
	font-size: 11px;
	margin: 10px;
	clear: both;
}

#footer {
	width: 747px;
	font-size: 11px;
	margin: 0;
	padding: 5px;
	clear: both;
	color: #999;
	border-top: 1px #333 solid;
}

#content p, ul {
	color: #e4e4e4;
	font-size: 14px;;
	padding-bottom: 10px;
	margin:  0;
	line-height: 21px;
	}
	
#content h1 {
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	font-weight: normal;
}

#content h2 {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	font-weight: bold;
}

#content p.smallprint {
	color: #e4e4e4;
	font-size: 12px;;
	}

#content hr {
	color: #999;
}

p.nav  {
	width: auto;
	border-top: 2px #333 solid;
	border-bottom: 2px #333 solid;
	border-right: 2px solid #333;
	float: left;
	padding: 5px 15px 5px 15px;
	background-color:#000;
}

p.end {
	width: auto;
	border-bottom: 2px #333 solid;
	border-top:  2px #333 solid;;
	float: left;
	padding: 5px 18px 5px 18px;
	background-color:#000;
}

#content a  {
	color: #fff;
	text-decoration: underline;
} 

#content a:hover  {
	color: #636;
	text-decoration: none;
}

#content a:active  {
	color: #000;
	text-decoration: none;
}

#content a:visited  {
	color: #999;
	text-decoration: underline;
}


a  {
	color: #fff;
	text-decoration: none;
}

a:hover  {
	color: #636;
	text-decoration: none;
}

a:active  {
	color: #000;
	text-decoration: none;
}

a:visited  {
	color: #999;
	text-decoration: none;
}

a:visited:hover  {
	color: #636;
	text-decoration: none;
}

#footer a  {
	color: #fff;
	text-decoration: underline;
}

#footer a:hover {
	color: #636;
	text-decoration: underline;
}

#footer a:active {
	color: #000;
	text-decoration: none;
}

#footer a:visited {
	color: #999;
	text-decoration: underline;
}

#content form {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}

