body
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight: bold;
	background-position: top;
	text-align: left;
	background-color: #6F0000;
	
	scrollbar-base-color: #D3D3D3;
	scrollbar-face-color: #D3D3D3;
	scrollbar-track-color: #DCDCDC;
	scrollbar-highlight-color: #FFFFF0;
	scrollbar-3dlight-color: #D3D3D3;
	scrollbar-shadow-color: Black;
	scrollbar-darkshadow-color: Gray;
	scrollbar-arrow-color: #8B0000;
}

div.container {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width:998px;
	height:591px;
}

div.advertising-header_ {
	position:absolute;
	background-image: url(../images_advertising/advertising_header.gif);
		background-repeat: no-repeat;
	left:0px;
	top:0px;
	width:998px;
	height:187px;
}

div.logo {
	background-image: url(../images/LogoBlackRev.gif);
		background-repeat: no-repeat;
	position: relative;
	float: left;
	left:29px;
	top:25px;
	width:225px;
	height:79px;
}

div.advertising-middle-left_ {
	position:absolute;
	background-image: url(../images_advertising/advertising_middle_left.gif);
		background-repeat: no-repeat;
	left:0px;
	top:187px;
	width:312px;
	height:331px;
	z-index: 2;
}

div.copyleft_{
	position: absolute;
	top: 80px;
	right: 10px;
	width: 250px;
	text-align: right;
	color: White;
	z-index: 2;
}
div.advertising-contentleft_ {
	position:relative;
	right:10px;
	float: right;
	top:20px;
	width:200px;
	height: auto;
	background-color: #FF6347;
	border-right: 1px dotted;
	height: auto;
	padding-right: 5px;
	margin-bottom: 7px;
	text-align: right;
	
}

div.advertising-middle-center_ {
	position:absolute;
	/*background-image: url(../images_advertising/advertising_middle-center.jpg);*/
	left:312px;
	top:187px;
	width:520px;
	height:331px;
}

div.advertising-middle-right_ {
	position:absolute;
	background-image: url(../images_advertising/advertising_middle_right.gif);
	background-repeat: no-repeat;
	left:832px;
	top:187px;
	width:166px;
	height:331px;
}

div.nav_ {
position: absolute;
	background-repeat: no-repeat;
	top: 1px;
	right:32px;
	text-align: right;
}

ul.navigation{
position: relative;
	list-style: none; /* this line will remove any kind of bullet from the menu */
	width: 120px; /* sets the menu width */
	font-size: 11px;
	text-align: right;
		right: 26px;
	}
 
#menu a {
	display: block; /* this is a very important property here and it controls the way the menu elements are displayed - like block-level elements */
	height: 14px;
	padding-right: 13px; /* sets the padding properties */
	font-weight: bold; /* sets the font weight */
	background: transparent url(../images/arrowRed.gif) no-repeat right;  /* sets the color of the background */
	color: #191970; /*border-top: 1px solid #efefef;  this code sets the line between the menu items 
*/
}

 
#menu a:link {
	color: White; /* sets the font color */
	text-decoration: none;
	background: transparent url(../images/arrowRed.gif) no-repeat right; 
}

 
#menu a:visited {
	color: Silver;
	text-decoration: none;
	
}

 
#menu a:hover {
	background: transparent url(../images/arrowWhite_BlackBack.gif) no-repeat right; /* when the cursor is over, in the left side of the menu item background it will be display the arrow.gif picture */
	text-indent: 0px; /* this line of code move the text 15 px to the right */
	color: White;
}

 
#menu a:active {
	color: #B22222;
	background: transparent url(../images/arrowRed.gif) no-repeat right;
	text-decoration: underline;
}

div.copyrightFC_{
position: absolute;
	margin-left: auto;
	margin-right: auto;
	top: 592px;
	left: 40px;
	color: #A9A9A9;
	text-align: left;
	font-size:7pt;
}

div.advertising-footer_ {
	position:absolute;
	background-image: url(../images_advertising/advertising_footer.gif);
		background-repeat: no-repeat;
	left:0px;
	top:518px;
	width:998px;
	height:73px;
}
