@charset "utf-8";
* {
	margin:0;
	padding:0;
	color: #000;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	background: #ffffff url(/images/log4.jpg) no-repeat;
}
		
div#page {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	text-align:left;
	position:relative;
	background: url();
}
		
div#header {
	padding:50px 15px;
}

div#menu ul {list-style-type:none;}
div#menu ul li a {display:block;
		padding:12px 20px 12px 20px;
		color:#333;
		font-weight:bold;
		text-decoration:none;
		background-image:url(/images/button.png);
		background-position:0px -1px;
		background-repeat:no-repeat;}
div#menu ul li a:hover {background-position:0px -36px;}
div#menu ul li a:active {background-position:0px -71px;}

div#left-column {width:190px;
		float:left;
		font-size:11px;}

div#content-area {width:610px;
		float:left;}
	div#content-top {width:610px; height:20px;
					background-image:url(/images/content-top.png);
					background-repeat:no-repeat; background-position:center;}
	div#content {background-image:url(/images/content-bg.png);
					background-repeat:repeat-y; background-position:center;
					padding:0 20px;}
	div#content-bottom {width:610px; height:20px;
					background-image:url(/images/content-bottom.png);
					background-repeat:no-repeat; background-position:center; margin-top:-10px;}
		
div#right-column {width:190px;
		float:left;
		font-size:11px;}
		
div#column-top {width:190px; height:20px;
		background-position:center; background-repeat:no-repeat;}
div#column-bottom {width:190px; height:20px;
		background-position:center; background-repeat:no-repeat; margin-top:-10px;}
div#column-block {background-position:center; background-repeat:repeat-y;
		padding:0 20px;}
		
div#footer {
	font-size:10px;
	color:#fff;
	text-align:center;
	padding:30px;
	margin:10px 5px;
	border-top:2px dotted #fff;
	background: #3C70A2;
}

.orange-top {background-image:url(/images/orange-top.png);}
.orange-bg {background-image:url(/images/orange-bg.png);}
.orange-bottom {background-image:url(/images/orange-bottom.png);}

.blue-top {background-image:url(/images/blue-top.png);}
.blue-bg {background-image:url(/images/blue-bg.png); color:#fff;}
.blue-bottom {background-image:url(/images/blue-bottom.png);}

.green-top {background-image:url(/images/green-top.png);}
.green-bg {background-image:url(/images/green-bg.png);}
.green-bottom {background-image:url(/images/green-bottom.png);}
		
.clearfloats {clear:both;
		height:0px;
		visibility:hidden;}
		
h1 {
	color:#000;
	margin-bottom:10px;
	font: bold normal 36px Arial, Helvetica, sans-serif;
	text-align: right;
	right: 40px;
}
	
h3 {font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#fff;
	margin-bottom:10px;}
		
p {line-height:18px;
	margin-bottom:10px;}
p.small {font-size:10px;
	text-align:right;}
	
a {color:#930; outline:none;
	text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {color:#ef7f55;}
		
#page #header div {
	text-align: right;
}
#page #header h2 {
	color: #000;
	text-align: right;
	clip: rect(auto,20px,auto,auto);
}
#page #footer {
	color: #333;
}
