@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 800px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #030303;
	border-left-color: #030303;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #030303;
}
#wrapper #logo {
	background-color: #FFF;
	height: 220px;
}
img {
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
#wrapper #nav {
	height: 35px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: url(../images/navbg.jpg);
	background-repeat: repeat-x;
}
#wrapper #bodyarea #left {
	width: 550px;
	float: left;
	font-size: 14px;
}
#wrapper #bodyarea #right {
	width: 249px;
	float: right;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #030303;
	border-left-color: #030303;
	color: #999;
}
#wrapper #bodyarea #right p a {
	font-size: 16px;
	color: #000;
	text-decoration: underline;
}
#wrapper #bodyarea #footer p a {
	color: #666;
	text-decoration: underline;
}
#wrapper #bodyarea #footer p a:hover {
	color: #CCC;
	text-decoration: none;
}
#wrapper #bodyarea #right p a:hover {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #999;
	text-decoration: none;
}


#wrapper #bodyarea #footer {
	height: 40px;
	clear: both;
	font-size: 9px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
#wrapper #bodyarea #footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
	text-decoration: none;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 20px;
}
#wrapper #bodyarea #left h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 20px;
	color: #000;
}
.h5 {
	font-size: 14px;
}
#wrapper #nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	text-decoration: none;
	line-height: 32px;
	font-weight: bold;
	display: block;
	text-align: center;
	height: 35px;
	width: 100px;
	float: left;
	background-image: url(../images/ro.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#wrapper #nav a:hover {
	background-image: url(../images/ro.jpg);
	background-position: bottom;
	font-size: 16px;
	color: #FFF;
}
.active {
	background-image: url(../images/active_ro.jpg);
	background-repeat: no-repeat;
	font-size: 18px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#wrapper #bodyarea #right blockquote h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	color: #000;
}

