@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #EBEBEB;
}
h1 {
	font-size: 18px;
	display: inline;
	color: #CC0000;
}

h2 {
	font-size: 14px;
	display: inline;
	color: #FF3300;
}
h3 {
	font-size: 12px;
	display: inline;
}


#wrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	float: left;
	width: 900px;
	margin-bottom: 5px;
	height: 90px;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#logo {
	height: 90px;
	width: 900px;
	margin-bottom: 5px;
	float: left;
	background-color: #FE0000;
	border-radius: 5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#logoleft {
	float: left;
	width: 733px;
	height: 90px;
}
#logoleft h1 {
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 40px;
	margin-top: 5px;
	margin-left: 10px;
	letter-spacing: 8px;
	font-weight: normal;
	width: 700px;
	display: block;
	margin-bottom: 20px;
}
#logoleft h2 {
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	margin-left: 10px;
	letter-spacing: 4px;
	width: 700px;
	display: block;
	margin-top: -5px;
	margin-bottom: 0px;
}


#logoright {
	float: right;
	height: 90px;
	width: 167px;
}

.imageright {
	float: right;
}

#index {
	float: left;
	width: 900px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	border-radius: 5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#index-left {
	float: left;
	margin-left: 5px;
}
#index-center {
	float: left;
	text-align: center;
	width: 900px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;
	margin-top: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#index-right {
	float: right;
	margin-right: 5px;
}


#maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding: 5px;
	float: left;
	width: 710px;
	min-height: 750px;
}



#mainbody {
	float: left;
	width: 900px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	border-radius: 5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#footer {
	float: left;
	height: 25px;
	width: 900px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-radius: 5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#logo-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FFFFFF;
	float: left;
	padding-left: 10px;
	padding-top: 3px;
	width: 700px;
}
#logo-text02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	float: left;
	width: 300px;
}
#logo-text03 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	float: left;
	width: 700px;
	text-align: right;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
#headleft {
	float: left;
	padding-left: 5px;
	color: #000000;
}
#headright {
	float: right;
	text-align: right;
	padding-right: 5px;
}
#googlerightvert {
	padding: 5px;
	width: 160px;
	float: right;
	color: #000000;
}
#left-pic-wrap {
	width: 150px;
	float: left;
}
#left-pic-small {
	margin: 5px;
	padding: 5px;
	height: 130px;
	width: 130px;
	border: 1px solid #EBEBEB;
	float: left;
}

#mini-links {
	font-size: 12px;
	color: #000000;
	margin: 5px;
	padding: 5px;
	float: left;
	border: 1px solid #EBEBEB;
	width: 130px;
}

#left-pic {
	margin: 5px;
	padding: 5px;
	height: 200px;
	width: 300px;
	border: 1px solid #EBEBEB;
	float: left;
}
#facebook {
	float: right;
	text-align: center;
	width: 160px;
	padding: 5px;
}

