* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #content {
	width: 1000px;
	clear: both;
}
#wrapper #header #logo img {
	float: left;
	height: 100px;
	width: 300px;
}
#wrapper #header {
	height: 80px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

#wrapper #content #menu {
	float: left;
	width: 150px;
}
#wrapper #content #main {
	float: right;
	width: 1000px;
}
#wrapper #content #menu p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

#wrapper #content #main h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	text-decoration: none;
	margin: 10px;
	color: #710000;
}
#wrapper #content #main h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	color: #800000;
}
#wrapper #content #main h2 a {
	text-decoration: none;
	color: #900;
}
#wrapper #content #main h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	color: #750000;
}
#wrapper #content #main h3 a {
	text-decoration: none;
	color: #8C0000;
}
#wrapper #content #main p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 40px;
	color: #000;
	text-align: justify;
}
#wrapper #content #main p img {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
}

#wrapper #content #main p a {
	text-decoration: none;
	color: #A80000;
}


#wrapper #content #main table p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	margin: 15px;
	color: #600;
}
#wrapper #footer {
	clear: both;
	width: 1000px;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
}

#wrapper #footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #460000;
	text-decoration: none;
	text-align: center;
}
#wrapper #footer p a {
	text-decoration: none;
	color: #600;
}

a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#wrapper #content #main table tr td p {
	text-align: center;
}
#wrapper #content #main h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12.5px;
	font-weight: normal;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 30px;
	text-decoration: none;
	color: #750000;
}
#wrapper #content #main h4 a {
	text-decoration: none;
	color: #790000;
}
#wrapper #header p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

