@charset "utf-8";
* {	padding: 0; 
	margin: 0;
}
body  {
	font: 62.5%/1.75em Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 772px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#container #header {
	background:#FFFFFF url(../images/header_bg.jpg) no-repeat left top;
	position: relative;
	height: 123px;
	width: 772px;
	top: 0px;
	margin: 0px;
}

#container #menu {
	height: 50px;
	width: 185px;
	top: 30px;
	left: 79px;
	position: relative;
	float: left;
}
.centre #container #header #logo {
	height: 44px;
	width: 250px;
	margin-top: 37px;
	float: left;
	position: relative;
	left: 10px;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 171px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:url(../images/sidebar_bg.jpg) no-repeat left top; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 0 15px;
	height: 382px;
}
#mainContent {
	padding: 0 6px 0 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#FFFFFF url(../images/main_bg.jpg) no-repeat left top;
	float: left;
	position: relative;
	width: 540px;
	height: 382px;
} 
#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF url(../images/footer_bg.jpg) no-repeat left top;
	height: 32px;
} 
#container #sidebar1 #ford {
	height: 66px;
	width: 148px;
	position: relative;
	top: 316px;
	left: 12px;
}
#container #sidebar1 #login {
	height: 50px;
	width: 100px;
	position: relative;
	left: 20px;
	top: 254px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 1.4em;
	margin-top: 1.5em;
}
h1 {
	font-size: 2.8em;
	color:#154B79;
	font-weight: lighter;
	margin-top:6px;
	margin-bottom: 6px;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.em;
	color:#154B79;
	font-weight: bold;
	margin-bottom: 6px;
	font-size: 1.2em;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	color:#154B79;
	font-weight: bold;
	margin-bottom: 6px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#333333;
	font-weight: bold;
	margin-bottom: 6px;
}
.img_left { margin-right:12px; margin-bottom:6px; }
.img_right {
	margin-left:12px;
	margin-bottom:6px;
	margin-right: 16px;
}
.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;
}
.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;
}
/*script pages*/
/*form pages*/
.lform {
	float: left;
	width: 250px;
	margin-top: 10px;
}

.rform {
	float: right;
	width: 250px;
	margin-right: 10px;
	margin-top: 10px;
}
.fullform {
	float: left;
	width: 500px;
	margin-top: 10px;
}
.textlink { text-decoration:none; color:#C3292B; font-weight:bold;}
.textscroll {
	height:270px;
	overflow:auto;
	width: 354px;
	margin-top: 22px;
	font-size: 1em;
	float: left;
	background: #ffffff;
	padding-right: 12px;
	padding-left: 12px;
	border-color: #154B79;
	border-style: solid;
	padding-top: 12px;
	border-width: 1px;
}
#video {
	height:300px;
	width: 370px;
	margin-top: 22px;
	float: left;
}
.back {
	width: 36px;
	position: absolute;
	bottom: 6px;
	right: 20px;
}

.rating {
	float: right;
	height: 270px;
	width: 120px;
	margin-top: 22px;
	font-size: 1.1em;
	margin-right: 12px;
}
.backlink {
	font-size: 1.2em;
	color:#154B79;
	font-weight: bold;
	text-decoration:none;
}
#form1 .message {
	float: left;
	height: 170px;
	width: 234px;
}
#form1  .subbtn {
	float: left;
	width: 78px;
	margin-top: 10px;
	margin-left: 110px;
}
#form1 label {
	float: left;
	width: 6.5em;
}

#form1 .required {
	color: #b51134;
	font-size: 0.85em;
}

#form1 input {
	width: 160px;
}
.text1 {
	float: left;
	height: 100px;
	width: 84px;
	margin-top: 12px;
	text-align: center;
	margin-left: 70px;
}
.text2 {
	float: left;
	height: 100px;
	width: 84px;
	margin-top: 12px;
	margin-left: 144px;
	text-align: center;
}
.text3 {
	float: left;
	height: 100px;
	width: 84px;
	margin-top: 12px;
	margin-left: 70px;
	text-align: center;
}
.video1 {
	float: left;
	height: 100px;
	width: 96px;
	margin-top: 12px;
	text-align: center;
}
.video2 {
	float: left;
	height: 100px;
	width: 96px;
	margin-top: 12px;
	margin-left: 12px;
	text-align: center;
}
.centre #container #mainContent ul {
	padding-left: 22px;

}

