/**	General				**/



html, body {

	height: 100%;

	width: 100%;

	background: url( 'images/bg.gif' ) repeat-x;



	color: #000000;

	font: 11px Tahoma;

	text-align: center;



	margin: 0px;

	padding: 0px;

}



img {

	border: 0px;

}



.button {

	float: left;



	cursor: hand;



	margin: 10px;

	padding: 7px 20px;

}



/**	Container			**/



#container {

	width: 750px;

	background: #FFF;



	text-align: left;



	border: 1px solid #AAA;

	border-top: 0px;



	margin: auto;

	padding: 0px;

}



/**	Header				**/



#header {

	height: 105px;

	width: 750px;

	background: url( 'images/header.jpg' ) no-repeat;

}



/**	Navigation			**/



#navigation {

	height: 35px;

	width: 750px;

}



#navigation #buttons {

	height: 30px;

	width: 750px;

	background: url( 'images/navBack.jpg' );

}



#navigation #buttons ul {

	list-style-image: none;

	list-style-type: none;



	margin: 0px;

	padding: 0px;

}



#navigation img {

	border: 0px;

}



#navigation #buttons li {

	float: left;

}



#navigation #border {

	height: 5px;

	width: 750px;

	background: #7E003F;

}



/**	Graphic				**/



#graphic {

	height: 218px !important;

	height: 209px;

	width: 750px;

}



/**	Content Header			**/



#contentHeader {

	height: 60px;

	width: 750px;

	background: url( 'images/contentHeader-dark.jpg' );



	color: #999;

	font: 20px Trebuchet MS;

	line-height: 40px;

}



#mainHeader {

	height: 40px;

	width: 526px;

	background: url( 'images/contentHeader-dark.jpg' );



	padding: 10px;

}



#sideHeader {

	float: right;



	height: 40px;

	width: 180px;

	background: url( 'images/contentHeader-light.jpg' );



	padding: 10px;

}



/**	Content				**/



#content {

	height: 300px;

	width: 750px;

	background: #FFF;

}



#mainContent {

	width: 529px !important;

	width: 526px;

	

	margin-right: 201px;

	padding: 10px;

}



#sideContent {

	float: right;



	width: 181px;

	background: url( 'images/sideBack.jpg' );



	padding: 10px;

}



/**	Footer				**/



#footer {

	width: 750px;



	margin: auto;

}



#footerBox {

	background: #000;



	color: #CCC;

}
