@charset "utf-8";

/* CSS Document */

body {

	background-color: #515659;
	background-image: url(/09v1/bgv.jpg);
	background-repeat: repeat-x;
	font-family: Trebuchet MS;
	font-size: 9px;
	height:100%;
	margin:0;

}



/*_____________________________FONT MODIFICATION________________*/

a {

	font-size: 9px;
	color: #5a6965;

}

a:link {

	text-decoration: none;

}

a:visited {

	text-decoration: none;
	color: #5a6965;

}

a:hover {

	text-decoration: none;
	color: #000000;

}

a:active {

	text-decoration: none;

	color: #5a6965;

}



#containter {

	position: relative;
	height:100%;
	width:850px;

}







/*_______________________TOP PART OF SITE - (SITE ID)_________________*/



#siteID {

	position: relative;
	float: left;
	width: 850px;
	height: 435px;

}



/*______________________CONTENT__________________________*/



#content {

	background-image: url(/09v1/bgh.jpg);
	background-repeat: repeat-y;
	position: relative;
	float: left;
	width: 850px;

}



#contentLeft {

	position: relative;
	float: left;
	width: 210px;
	margin-left: 78px;

}

#contentRight {

	position: relative;
	float: left;
	width: 545px;
	margin-left: 6px;

}





#menuTitle {

	position: relative;
	width: 210px;
	height: 16px;
	background-color: #202020;
	font-family: Trebuchet MS;
	font-size:9px;
	font-weight: bold;
	text-align:center;
	color:#FFFFFF;
	padding-top:2px;
	padding-bottom:2px;

}



#menuInfo {

	position: relative;
	width: 202px;
	background-color: #202020;
	font-family:Trebuchet MS;
	font-size:9px;
	color: #E9E7EA;
	padding-top:2px;
	padding-bottom:10px;
	padding-left:4px;
	padding-right:4px;
}



/*_______________________________FOOTER______________________________*/

#footerBar {

	position: relative;
	float: left;
	width: 850px;
	height: 37px;

}