@charset "utf-8";
.title {
	font-size: xx-large;
	color: #000000;
	margin-bottom: 5px;
	font-weight: bold;
}

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 13px;
	background-color: #d6d2c8;
	color: #000000;
	background-image: url(/newinterior/images/rennew_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#container {
	width: 990px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	left: 0px;
	top: 0px;
	background-position: center top;
} 
#header {
	height: 98px;
	width: 990px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-repeat: repeat-x;
} 
#navigation {
	float: none;
	height: 42px;
	width: 990px;
	position: absolute;
	left: 0px;
	top: 0;
}
#mainContent {
	margin-top: 0;
	margin-right: 40;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	top: 432px;
	position: absolute;
	width: 850px;
	height: 275px;
	float: none;
	left: 70px;
} 
#mainContent h2 {
	font-family: "Trebuchet MS";
	font-size: 21px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#mainContent h3 {
	font-size: 21px;
	color: #003366;
	margin: 0px;
	padding: 0px;
}
#mainContent p {
	color: #000000;
	line-height: 120%;
	padding: 0px;
	margin: 0px;
}
.footer {
	font-size: 11px;
	line-height: 18px;
	color: #000;
}

#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
	line-height: 20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
hr {
	margin: 0px;
	padding: 0px;
}


.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;

}
#rotation {
	float: none; /* since this element is floated, a width must be given */
	width: 990px;
	position: absolute;
	left: 0px;
	top: 42px;
	height: 281px;
}
form {
	margin-left: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 5px;
	line-height: 15px;
	padding-top: 5px;
}
button {
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	margin-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #006699;
	background-color: #003366;
	color: #FFFFFF;
}
#minibox {
	position: absolute;
	width: 300px;
	top: 45px;
	left: 350px;
	padding: 15px;
	background-color: #D2E8F7;
	border: 1px solid #FFFFFF;
}
#logos {
	position: absolute;
	width: 384px;
	top: 183px;
	left: 437px;
	height: 200;
}
#presspage {
	float: none; /* since this element is floated, a width must be given */
	width: 790px;
	position: absolute;
	left: 105px;
	top: 42px;
}
