@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
#wrapper {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #header {
	height: 120px;
	background-color: #E0E0D1;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-bottom-style: groove;
	border-top-color: #8C8C5E;
	border-right-color: #8C8C5E;
	border-bottom-color: #8C8C5E;
	border-left-color: #8C8C5E;
}
#wrapper #header #logo {
	color: #006699;
	width: 300px;
	float: left;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#wrapper #header #logo h1 {
	line-height: 36px;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#wrapper #header #title {
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
	width: 550px;
}
#wrapper #header #title h3 {
	color: #996633;
	font-size: 30px;
	font-weight: bold;
	line-height: 18px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	letter-spacing: 3px;
}
#wrapper #header #title h4 {
	color: #663333;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}
#wrapper #content {
	margin: 5px;
	clear: both;
}
#wrapper #content #blocks {
	margin: 5px;
	border: 3px double #FFF1D5;
	padding: 5px;
	background-color: #FFFFFF;
}

#wrapper #content #left {
	width: 49%;
	float: left;
	padding: 5px;
}
#wrapper #content #right {
	width: 49%;
	float: right;
	padding: 4px;
}


#wrapper #content #first {
	font-size: 16px;
	color: #666666;
	margin-top: 20px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#wrapper #content #first p {
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	line-height: 12px;
}
#wrapper #content #second p {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #CC9966;
	border-right-color: #CC9966;
	border-bottom-color: #CC9966;
	border-left-color: #CC9966;
}
a {
	text-decoration: none;
	color: #CC3300;
}

#wrapper #content #first h3 {
	color: #996666;
}
#wrapper #content #first img {
	float: left;
	height: 100px;
	width: 100px;
	margin: 10px;
}


#wrapper #content #second {
	font-size: 14px;
	clear: both;
	margin-top: 20px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#wrapper #content #third {
	font-size: 12px;
	clear: both;
	margin-top: 20px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}


#wrapper #footer {
	height: 40px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	clear: both;
}

#wrapper #footer #copyright {
	float: left;
	width: 45%;
}
#wrapper #footer #links {
	float: right;
	width: 45%;
	text-align: right;
}
#wrapper #footer #links a {
	text-decoration: none;
	color: #993300;
}
