/*=== Setup ===*/
*{
	border: 0;
	margin: 0;

}
body{
	background: url(../images/bgr.gif) #0c0c0c;
	color: #0c0c0c;
	font: 13px Arial, Helvetica, sans-serif;
}
a{
	color: #0c0c0c;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px;
}
li{
	list-style: none;
}
/*=== Centered Layout ===*/
#centerwrap{
	background: url(../images/bgr.png) no-repeat top;
	height: 662px;
	margin: 0 auto;
	position: relative;
	width: 1052px;
}
#content{
	background: #ffe89c;
	border: 1px solid #000000;
	height: 600px;
	margin: 31px 0 0 31px;
	position: absolute;
	width: 992px;
}
/* \*/
#centerwrap{
	left: 50%;
	margin: -330px 0 0 -520px;
	position: absolute;
	top: 50%;
}
/*=== Header ===*/
#header{
	background: url(../images/header-bgr.gif) no-repeat top;
	height: 190px;
}
/*- Logos -*/
#header h1{
	text-indent: -9999px;
}
#header h1 a{
	display: block;
	height: 153px;
	text-decoration: none;
}
#header h1 a:hover{
	text-decoration: none;
}
/*=== Navigation ===*/
/*- Nav1 -*/
#nav1{
	background: #000000;
	clear: both;
	font: 15px Georgia,"Times New Roman", Times, serif;
	height: 37px;
	text-align: center;
}
#nav1 li{
	display: inline;
	line-height: 37px;
}
#nav1 li a{
	color: #efefef;
	padding: 0 10px;
	text-decoration: none;
}
#nav1 li a:hover,
#nav1 li.active a{
	text-decoration: underline;
}
/*=== All Columns ===*/
#columns{
	height: 410px;
}
#columns h2{
	font: 30px Georgia,"Times New Roman", Times, serif;
	margin: 0 0 5px;
}
#columns p{
	line-height: 16px;
	padding: 0 0 15px;
}
/*=== Center Column ===*/
#centercol{
	float: left;
	height: 410px;
	overflow: auto;
	width: 592px;
}
#centercol .spacer{
	padding: 10px;
}
/*=== Right Column ===*/
#rightcol{
	float: right;
	width: 400px;
}
#rightcol img{
	display: block;
	height: 410px;
	width: 400px;
}
/*=== Footer ===*/
#footer{
	color: #ffffff;
	font: 12px Georgia,"Times New Roman", Times, serif;
	position: absolute;
	text-align: center;
	top: 645px;
	width: 1052px;
}
#footer a{
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
.copy{
	font-size: 10px;
	margin: 15px 0 0;
}
