/* CSS Document */

* {
	list-style:none;
	/* border:none; */
	margin:0;
	padding:0
}

html {
	overflow-y: scroll;	
}

html, body {
	height: 100%;	
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}

* html .clearfix {
	height:1%
}

.clear {
	clear:both
}

body {
	text-align:center;
	margin:0;
	padding:0px;
	color:#324FA3;
	background-color:#4D6781;
	font-family:"Myriad Pro", "Trebuchet MS", Arial;
	font-size:0.9em; 
    line-height:15px;
}

a {
	color:#1A6BBE;
    text-decoration:underline;
}
 
a:hover { 
    color:#333333;
    text-decoration:underline;
}

.err {
    color:#FF0000;
}

#wrapper {
	width:850px;
	text-align:left;
	margin:0 auto;
	background:#FFFFFF;
    min-height:700px;
    height:auto !important;
    height:700px;
	margin-top:35px;
}

#wrapper .inside {
	padding:5px;
}

#banner {
	background:url(Leatherhead_Caterham_Mitcha.jpg) no-repeat;
	height:170px;
}

#banner a { 
    color:#ffffff;
    text-decoration:none;
    font-weight:bold;
    font-size:17px; 
    font-style:italic; 
    text-transform:uppercase;
}

#banner .inside {
    padding-top:11px;
    padding-left:240px;
}

#menu {
    background:url(images/menu2.jpg) repeat-x ;
    height:30px;
    width:840px;
}

#menu ul {
    margin:0;
    padding:0;
}

#menu ul li {
	display:inline-block; 
	float:left; width:160px; 
	list-style:none; 
	text-align:center;
}

#menu a { 
    display:block; 
    float:left; width:160px;
    color:#fff;
    font-size:14px;
    text-transform:uppercase; 
    font-weight:bold; 
	text-decoration:none;
	padding-top:4px; 
	font-style:normal;
} 

#menu a:hover {
    padding-top:4px; 
    height:22px; 
    background: #7FABB9;
}

#container {
    background:url(images/container-bg1.jpg) repeat-y;
	width:840px
}

#container .inside {
    min-height:600px;
	height:auto !important;
	height:600px;
	padding-bottom:20px;
}
	
#leftcontent {
    width:560px;
    min-height:600px;
	height:auto !important;
	height:600px;
	float:left;
	padding:10px;
}

#leftcontent h1 {
    font-size:1.5em;
	color:#324FA3;
	padding-bottom:20px;
}

h3 {
	color:#FFFFFF;
	font-weight:normal;
	font-size:1em;
	font-style:italic;
}

.site {
	color:#999999;
	font-weight:bold;
	font-size:1em;
}

#sidebar {
	width:245px;
	float:right;
} 

#sidebar .inside {
	padding:20px 25px 20px 33px;
}

#footer {
	background:url(images/footer2.jpg) repeat-x ;
	height:102px;
	text-transform:uppercase;
	color:#FFFFFF;
}

#footer p {
    padding:10px 0 0 30px;
    font-weight:bold;
    font-size:12px;
	font-style:italic;
} 

#footer1 {
	background-color:#4D6781;
	height:102px;
	width:850px;
}

#footer1 p {
    text-align:center;
	margin:0;
	padding:0px;
	color:#FFFFFF;
	background-color:#4D6781;
	font-family:"Myriad Pro", "Trebuchet MS", Arial;
	font-size:0.9em; 
    line-height:15px;
} 


