@charset "utf-8";
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

* {
	margin: 0px;
}
#wrapper {
	background-color: #FFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #logo {
	height: 100px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000;
}
#wrapper #navigation {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #666;
	height: 40px;
	vertical-align: middle;
	text-align: left;
	border: 1px solid #000;
	line-height: 40px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
#wrapper #navigation #navigationText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 40px;
	font-weight: bold;
	color: #FFF;
	margin-left: 15px;
	height: 40px;
}
#wrapper #navigation #navigationText a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#wrapper #navigation #navigationText a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}
#wrapper #navigation #navigationText a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#wrapper #navigation #navigationText a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

#wrapper #bodyArea {
	padding: 0%;
	border: 1px solid #000;
	float: none;
	text-align: justify;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #bodyText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	margin: 15px;
	text-align: justify;
	line-height: 20px;
}

#wrapper #footer {
	background-color: #666;
	height: 20px;
	width: 800px;
	border: 1px solid #000;
}
#wrapper #footer #footLeft {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	float: left;
	height: 20px;
	width: 400px;
	color: #FFF;
	line-height: 20px;
	text-align: left;
}
#wrapper #footer #footRight {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	float: right;
	height: 20px;
	width: 400px;
	line-height: 20px;
	text-align: right;
}
#wrapper #footer #footRight a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	line-height: 20px;
	text-decoration: none;
}
#wrapper #footer #footRight a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	line-height: 20px;
	text-decoration: none;
}
#wrapper #footer #footRight a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	line-height: 20px;
	text-decoration: none;
}
#wrapper #footer #footRight a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	line-height: 20px;
	text-decoration: none;
}

#wrapper #bodyText #thumbup img {
	height: 194px;
	width: 200px;
	float: right;
	padding: 5px;
}
#wrapper #bodyText a:link {
	font-weight: bold;
	color: #666;
}
#wrapper #bodyText a:visited {
	font-weight: bold;
	color: #666;
}
#wrapper #bodyText a:hover {
	font-weight: bold;
	color: #000;
}
#wrapper #bodyText a:active {
	font-weight: bold;
	color: #666;
}
