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

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.gif);
}

p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
}

#wrapper {
	margin: 0px auto;
	width: 1024px;
	height: 584px;
	margin-top: 24px;
	background-color: #f0f0f0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 2px 2px 3px #999999;
}

#leftblock {
	margin: 12px 6px 12px 12px;
	float: left;
	width: 738px;
	height: 558px;
	background-color: #ffffff;
}

#leftblockleft {
	float: left;
	width: 300px;
	height: 558px;
	margin: 0px;
	padding: 0px;
}

#leftblockleft p {
	padding-left: 12px;
	padding-bottom: 121px;
	text-align: center;
}

#leftblockleft img {
	margin: 12px;
}

#leftblockright {
	float: right;
	width: 389px;
	height: 510px;
	margin: 12px;
	padding: 12px;
	border-left: 1px solid #f0f0f0;
}

#leftblockright h2 {
	color: #a4ab62;
	font-size: 16px;
	font-weight: lighter;
	padding-top: 8px;
	text-align: center;
}

#leftblockright h3 {
	color: #a4ab62;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 12px;
	text-align: center;
	padding: 0px;
}

#leftblockright p {
	color: #333333;
	font-size: 11px;
	padding: 0 0 4px 12px;
	text-align: left;
}

#leftblockright a {
	color: #a4ab62;
	text-decoration: none;
}

#leftblockright a:hover {
	color: #000000;
	text-decoration: none;
}

#leftblockright a:active {
	color: #333333;
	text-decoration: none;
}

#leftblockright img {
	margin: 5px;
}

#rightblock {
	margin: 12px 12px 12px 6px;
	float: right;
	width: 248px;
	height: 558px;
	background-color:#ffffff;
}

#rightblocktop {
	width: 248px;
	height: 189px;
	margin: 0px;
	padding: 0px;
}

#rightblocktop p {
	padding: 25px 10px 0 25px;
	font-size: 10px;
}

#rightblocktop a {
	color: #000000;
	text-decoration: underline;
}

#rightblocktop a:hover {
	color: #000000;
	text-decoration: none;
}

#rightblocktop a:active {
	color: #333333;
	text-decoration: none;
}

#rightblockbottom {
	width: 248px;
	height: 347px;
	margin: 12px 0px 0px 0px;
	padding: 0px;
}

#rightblockbottom ul{
	margin: 0px;
	padding: 0px;
}

#rightblockbottom ul li{
	font-size: 20px;
	list-style-type: none;
	float: left;
}	

#rightblockbottom ul li a{
	font-size: 20px;
	font-weight: lighter;
	text-decoration: none;
	color: #c0c872;
	display: block;
	width: 212px;
	padding: 12px 0 12px 36px;
}

#rightblockbottom ul li a:hover{
	text-decoration: none;
	color: #a4ab62;
	background-color: #fcfcfc;
	display: block;
}

#rightblockbottom ul li a:active{
	text-decoration: none;
	display: block;
}

#footer {
	width: 1012px;
	margin: 0px auto;
	padding-right: 12px;
}

#footer p {
	text-align: right;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

#footer a {
	color: #f0f0f0;
	text-decoration: none;
}

#footer p a:hover {
	color: #ffffff;
	text-decoration: none;
}

#footer p a:active {
	color: #333333;
	text-decoration: none; 
}

