@charset "utf-8";
* {
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	margin: 15px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin: 15px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	margin: 15px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 2px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}body {
	background-color: #ffffcc;
	background-image: url(../images/site_bg.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #000;
}
#wrapper #banner {
	margin: 0px;
	padding: 0px;
	height: 275px;
	width: 950px;
}
#wrapper #nav {
	height: 25px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#wrapper #content {
	width: 700px;
	border: 2px solid #000;
	background-color: #FFF;
	margin-top: 6px;
	margin-left: 6px;
	float: left;
	margin-bottom: 6px;
}
#wrapper #box1 {
	width: 224px;
	float: right;
	border: 2px solid #000;
	margin-top: 6px;
	margin-right: 6px;
	background-color: #FFF;
}
#wrapper #box2 {
	float: right;
	width: 224px;
	margin-right: 6px;
	background-color: #FFF;
	border: 2px solid #000;
	margin-top: 6px;
}
#wrapper #box3 {
	background-color: #000000;
	float: right;
	width: 200px;
	margin-right: 18px;
	border: 2px solid #000;
	margin-top: 18px;
}
#wrapper #box4 {
	background-color: #FFF;
	width: 224px;
	margin-top: 6px;
	margin-right: 6px;
	border: 2px solid #000;
	float: right;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 6px;
}
#wrapper #footer {
	height: 20px;
	clear: both;
	background-color: #FFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
}
#wrapper #bannerad {
	background-color: #FFF;
	width: 934px;
	float: left;
	clear: both;
	margin-top: 6px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 6px;
	border: 2px solid #000;
}
