@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-color: #FFF;
	background-image: url(images/blacktop.gif);
	background-repeat: repeat-x;
}

#container {
	margin: 0px auto;
	width: 800px;
	padding: 0px 20px;
	background-repeat: no-repeat;
	background-position: left top;
}#logo  {
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 300px;
	float: none;
}
#navbar {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: -120px;
	margin-left: 180px;
}
#main {
	padding-top: 50px;
}
#main h1 {
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-weight: bold;
	color: #9999FC;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}
#main #left p {
	margin: 0px;
	padding: 0px;
	line-height: normal;
}

#right {
	float: right;
	padding-top: 15px;
	padding-left: 10px;
	width: 380px;
}
#left {
	width: 400px;
}

#left a {
	color: #9999FC;
	text-decoration: none;
}
#left2 p a {
	color: #9999FC;
	text-decoration: none;
}

#footer {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
	clear: both;
}
#left2 {
	width: 800px;
}
#left2 table tr td a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
#left2 table tr td a {
	text-decoration: none;
	font-size: 10px;
	color: #666;
}
#container #main #left2 a {
	color: #9999FC;
	text-decoration: none;
}

