@charset "utf-8";
#wrapper {
	width: 850px;
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}
#wrapper #banner {
	background-repeat: no-repeat;
	height: 200px;
	background-image: url(images/banner_newlook2.jpg);
}
#wrapper #maincontent {
	background-repeat: repeat-y;
	margin-top: 0px;
	width: 850px;
	background-image: url(images/repeat.jpg);
}
#wrapper #maincontent #buttons {
	width: 112px;
	float: left;
	height: 300px;
	text-decoration: none;
	margin-left: 30px;
	padding-right: 20px;
	margin-top: 47px;
	margin-right: 20px;
	padding-left: -15px;
}
#wrapper #maincontent #buttons li {
	width: 110px;
	display: block;
	text-align: right;
	border-right-color: #666666;
	text-decoration: none;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	margin-left: -20px;
	margin-top: 8px;
	padding-bottom: 2px;
}
#wrapper #maincontent #buttons ul {
	list-style-type: none;
}


#wrapper #maincontent #buttons a {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 87.5%;
	text-decoration: none;
}
#wrapper #maincontent #buttons a:hover {
	color: #FFFFFF;
}

#wrapper #maincontent #main {
	float: left;
	width: 590px;
	margin-left: 9px;
	clear: right;
}


#wrapper #maincontent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 87.5%;
	font-weight: normal;
	color: #FFFFFF;
}
#wrapper #maincontent p a {
	color: #FF0000;
}
#wrapper #maincontent p a:hover {
	color: #FFFFFF;
}


#wrapper #maincontent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: normal;
	color: #FF0000;
	padding-bottom: 13px;
}
#wrapper #maincontent h2 {
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 87.5%;
}
#wrapper #maincontent h2 a {
	color: #FF0000;
}
#wrapper #maincontent h2 a:hover {
	color: #FFFFFF;
}


#wrapper #maincontent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-bottom: 15px;
}
#wrapper #maincontent h3 a {
	color: #FFFFFF;
	text-decoration: none;
}
#wrapper #maincontent h3 a:hover {
	color: #FF0000;
}
#wrapper #maincontent #clear {
	clear: both;
}


#wrapper #footer {
	padding-left: 192px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 100px;
	padding-top: 20px;
	clear: both;
}
#wrapper #footer h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #999999;
	text-align: left;
	font-weight: normal;
}
#wrapper #footer h4 a {
	color: #999999;
}
#wrapper #footer h4 a:hover {
	color: #FF0000;
}
