* {margin:0; padding:0;}
html {
	position: absolute;
}
body {
	text-align:center;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	background-color: #fbf7e4;
}
#monetization_optimization_main_container {
	position: relative;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
}

#monetization_optimization_logo h1 a{
	text-decoration: none;
	overflow: hidden;
	display: block;
	background-image:url(images/Monetization_Optimization_light.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 107px;
	width: 417px;
	text-indent: -9999px;
}

	
#main_content {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	clear:both;
	background-color: #424242;
}
#main_content p {
	padding-top: 10px;
	padding-right: 1em;
	padding-bottom: 5px;
	padding-left: 1em;
	color: #fbf7e4;
}

#content_main {
	width: 100%;
	height: auto;
	margin-left:auto;
	margin-right:auto;
}
  
/*Hover Menu*/
.hovermenu{
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #d3ceaa;
	background-color: #d3ceaa;
	background-image: url(images/upper_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.hovermenu ul{
font: bold 13px arial;
padding-left: 0;
margin-left: 0;
height: 20px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: left;
color: black;
background-color: #d3ceaa;
border: 2px solid #d3ceaa;
}

.hovermenu ul li a:hover{
background-color: #e7e8d1;
border-style: outset;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}
/*Hover menu end*/  
  
 /*footer table style*/ 
#footer {
	clear: both;
	float: left;
	width: 100%;
	background-color: #d3ceaa;
}
#footer td{
	padding-top: 3px;
	padding-right: 2em;
	padding-bottom: 3px;
	padding-left: 2em;
}
.n {
	text-align: left;
	padding-left: 20px;
	background-image: url(images/lower_left.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.c {
	text-align: right;
	padding-right: 2em;
	background-image: url(images/lower_right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#footer a:link {
	color: #000000;
	text-decoration: none;
}

#footer a:visited {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #666666;
}
/*end footer table style*/
