@charset "utf-8";
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #EDEBE7;
	padding: 8px;
	width: 519px;
	border: 1px solid #630;
}
h1 {
	margin-top: 0px;
	padding-top: 0px;
}


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-position: center top;
	background-repeat: no-repeat;
	background-image: url(/images/rennew_nobox.jpg);
}
#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;
	margin-top: 0px;
} 
#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: 98px;
}



#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: 517px;
	float: none;
	left: 45px;
} 

#mainContent h2 {
	font-family: "Trebuchet MS";
	font-size: 21px;
	color: #045693;
	margin-top: 20px;
	margin-left: 15px;
}
#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-left: 16px;
	line-height: 18px;
	margin-bottom: 0px;
}
#footer {
	position: absolute;
	width: 900px;
	left: 0;
	top: 550px;
	background-repeat: no-repeat;
	height: 40px;
	font-size: 11px;
	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;
}
.videotitle {
	font-size: 14px;
	color: #036;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-weight: bold;
}
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: 140px;
	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;
}
#homevideonews {
	top: 432px;
	position: absolute;
	float: none;
	left: 590px;
}
