html,body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	margin:0px;
	padding:0px;
	background-image: url(images/bg.gif);
}

h1, h2, h3 {
	position: relative;
	background-color: #E1E1E1;
	margin: 0px;
	padding: 4px;
	text-transform: uppercase;
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-image: url(images/nav.gif);
}

#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 6px;
	width: 800px;
	background-color: transparent;
}

#header {
	width: 800px;
	height: 100px;
}

#main {
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	padding-left: 10px;
	padding-right: 10px;
}

#navigation {
	float: left;
	width: 170px;
}

#content {
	float: right;
	width: 600px;
}

.menu {
	text-align: center;
	background-color: #F8F8F8;
	border: 1px solid #999999;
	margin-top: 10px;
}

.menu ul {
	position: relative;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.menu li {
	position: relative;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	list-style-position: outside;
}

li a {
	border-right-width: 12px;
	border-right-style: solid;
	border-right-color: #E4E4E4;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	display: block;
	margin: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
}

li a:hover {
	border-right-width: 12px;
	border-right-style: solid;
	border-right-color: #FFB9CF;
	display: block;
	margin: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
	text-decoration: none;
	background-color: #F2F2F2;
}

.menu p {
	position: relative;
	padding: 0px;
}

.section {
	background-color: #F8F8F8;
	border: 1px solid #999999;
	margin-top: 10px;
	text-align: center;	
}

#footer {
	width: 780px;
	text-align: center;
	padding: 10px;
	margin-top: 10px;
}

img {
	position: relative;
	border-width: 0px;
}

p {
	position: relative;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

a {
	position: relative;
	font-weight: bold;
	text-decoration: none;
	color: #FF82AA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:visited {
	color: #FF82AA;
}

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

.adblockleft {
	position: relative;
	display: inline;
	width: 250px;
	height: 250px;
	float: left;
	margin-right: 10px;
	margin-left: 4px;
}

.adblockright {
	position: relative;
	display: inline;
	width: 250px;
	height: 250px;
	float: right;
	margin-right: 10px;
}

.cleardiv {
	position: relative;
	clear: both;
	font-size: 0px;
	line-height: 0px;
}

input, select, textarea { 
	background-color: #FFE6EE; 
	color: #999999;
	font-family: Verdana; 
	text-decoration: none;
	font-size: 12px; 
	border: 2px dashed #FF6699;
	margin: 2px; 
}

input, select {
	padding: 3px;
}
