body 
{
	background-image: url(../images/background.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	/*background-color: #000000;*/
	background-color: #2b3d56;
	color:#bebebe;
}

* 
{
	margin: 0px;
	padding: 0px;
}

p 
{
	padding: 0px 10px 0px 20px;
	display: block;
	color: #bebebe;
	font-size: 11px;
	font-weight: bold
}

a 
{
	color: #bebebe;
	font-size: 11px;
	font-weight: bold;
}

#container 
{
	margin: 0px auto;
	text-align: left;
	width: 850px;
}

#content
{
	/*temp*/
}

#left
{
	width: 582px;
	float: left;
}

#right
{
	width: 252px;
	float: right;
}

/*** header ***/

#header
{
	height: 180px;
	width: 850px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	position: relative;
}

/*** footer ***/

#footer
{	
	font-weight: bold;
	text-align: center;
	width: 850px;
	display: block;
	padding: 0px 0px 10px 0px;
}

/*** menu ***/

#menu
{
	display: block;
	margin: 0px 0px 20px 0px;
	text-align: center;
}

#menu li
{
	display: inline;
	text-align: center;
	margin: auto;
	width: auto;
	border-right: 1px solid #bebebe;	
}

#menu li.last
{
	border-right: 0px none #bebebe !important;
}

#menu li a
{
	display: inline;
	text-align: center;
	text-decoration: none;
	padding: 0px 10px;
	text-transform: uppercase;
}

#menu li a:hover
{
	text-decoration: underline;
}

/*** blocks ***/

.block
{
	margin: 0px 0px 15px 0px;
}

.blockheader
{
	width: 250px;
	height: 33px;
	background-image: url(../images/blocktop.jpg);
	display: block;
}

.blockcontent
{
	width: 250px;
	background-image: url(../images/blockmiddle.jpg);
	padding-top: 10px;
	background-repeat: repeat-y;
}

.blockheader h1
{
	padding: 10px 0px 0px 20px;
	font-size: 16px;
	font-weight: bold;
}

.blockfooter
{
	width: 250px;
	height: 15px;
	background-image: url(../images/blockbottom.jpg);
	display: block;
}

.blockheader
{
	color: #CCCCCC;
	text-transform: uppercase;
}

/*** block members ***/

.block ul
{
	list-style-position: inside;
	list-style-type: disc;
	padding: 0px 0px 0px 20px;
	color: #666666;
}

.block ul li
{
	padding-top: 5px;
	color: #666666;
}

.block ul li a
{
	text-decoration: none;
	padding: 0px;
	text-transform: uppercase;
}

.block ul li a: hover
{
	text-decoration: underline;
	text-transform: uppercase;
}

.clear
{
	clear: both;
}

/*** item ***/

.item
{
	margin: 0px 0px 15px 0px;
}

.item p 
{
	padding: 0px 10px 10px 20px;
}

.itemheader
{
	background-image: url(../images/itemtop.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 580px;
	height: 33px;
}

.itemheader h1
{
	padding: 10px 0px 0px 20px;
	font-size: 16px;
	font-weight: bold;
}

.itemcontent
{
	background-image: url(../images/itemmiddle.jpg);
	background-repeat: repeat-y;
	padding: 20px 0px 20px 0px;
	width: 580px;
}

.itemfooter
{
	background-image: url(../images/itembottom.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 580px;
	height: 15px;
	text-align: center;
	padding: 0px 0px 5px 0px;
}

.itemheader
{
	color: #CCCCCC;
	text-transform: uppercase;
}

/*** pics ***/

.pic
{
	display: inline;
	float: left;
	margin: 0px 0px 0px 13px;
}

.pic span
{
	display: block;
	text-align: center;
	padding: 2px 0px 13px 0px;
	text-transform: uppercase;

}

.pic img
{
	width: 100px;
	height: 100px;
	border: solid 2px #999999;
}
