@charset "UTF-8";

body {
	
	margin: 0px;
	color: #fff;
	font-size: 14px;
	font-family: "Trebuchet MS";
	background-image: bgvalue;
	background-color: #06C;	
	background-position: left top;	
	background-repeat: repeat-x;
	background-attachment: fixed; 
}

a { color: #FFFFFF; font-style: normal; font-weight: bold;}
a:visited  { color: black; }
a:hover    { color: #000; }

.contentArea {
	position: absolute;
	width:100%;
	height:800px;	
	margin: 0px;
	padding: 0px;
/*	top: 20px; */
}
.innerContent{
/*	position: relative; */
	margin: 156px 0px 0px 120px;
	padding: 0px 0px 0px 0px;
/*	background-color: #03f; */
	width: 840px;
	height: 800px;
}
.right_image {
	float: right;
	width:205px;
	margin: 0px 0px 10px 10px;
}
.right_image img {
	display: block;
	margin-bottom: 10px;
}
.right_image p {
	display: block;
	font-size: 12px;
	color: #bfdcf9;
}
.company_logo {
	display: block;
	width: 193px;
	height: 155px;
	position: absolute;
	top: 5px;
	left: 3px;
	background: url(images/logoR9.png) no-repeat 0px 0px;
}

