@charset "UTF-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 25px;
	margin-left: 25px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #645b3b;
	padding-top: 10px;
	padding-left: 20px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding-left: 20px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 20px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin: 40px;
}
#wrapper #content ul {
	list-style: square;
}
#wrapper #form a:link {
	color: green;
	text-decoration: none;
}
#wrapper #form a:visited {
	color: #ffffff;
}
#wrapper #footer a:link {
	color: green;
	text-decoration: none;
}
#wrapper #footer a:visited {
	color: #333333;
}
#content a:link {
	color: green;
	text-decoration: none;
}
#content a:visited {
	color: #333333;
}

#wrapper {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#topnavl {
	float: left;
	height: 35px;
	width: 500px;
}
#topnavr {
	float: right;
	height: 35px;
	width: 500px;
}
#header {
	clear: both;
	height: 255px;
	width: 1000px;
}
#content {
	float: left;
	width: 765px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 15px;
}
#form {
	float: right;
	width: 200px;
	margin-top: 15px;
	background-color: #757573;
}
#footer {
	clear: both;
	width: 1000px;
	margin-bottom: 20px;
	height: 140px;
	background-image: url(../images/bg-bottom.jpg);
	background-repeat: repeat-x;
}
#child1 {
	float: left;
	width: 242px;
	padding-top: 20px;
}
#child2 {
	float: left;
	width: 241px;
	padding-top: 20px;
}
#child3 {
	float: left;
	width: 242px;
	color: #FFFFFF;
	padding-top: 20px;
}
#child4 {
	float: right;
	width: 275px;
	color: #FFFFFF;
}
