@charset "utf-8";
/* CSS Document */

body {
font-size: 14px;
padding: 0;
margin: 0;
font-family: Arial, Helvetica, sans-serif;
color: #000;
background-color: #fff;

}


html, body {
height: 100%;
border-bottom: 1px solid #fff;
padding: 0;
}

a:link {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: #0066CC; text-decoration: underline; font-weight: normal}
a:active {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: normal; color: #0066CC; text-decoration: none}
a:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: normal; color: #0066CC; text-decoration: none}
a:visited {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: normal; color: #0066CC; text-decoration: underline}


#wrapper {
margin: 0px auto;
padding: 0px;
width: 960px;
background: url(livery/background.jpg) repeat-y;
}

#header {
position: absolute;
top: 0px;
height: 150px;
width: 960px;
background: url(livery/header.jpg) no-repeat left top;
}

.headertext {
	padding-top: 125px;
	padding-right: 30px;
	float: right;
}

.home {
	padding-top: 125px;
	padding-left: 20px;
	float: left;
}

#content {
float: right;
width: 690px;
padding-top: 0;
padding-left: 30px;
padding-right: 20px;
padding-bottom: 10px;
margin-top: 165px;
vertical-align:top;


}

div.clearer {
clear: both;

}

#nav {


float:left;
width: 210px;
padding-left: 10px;
margin: 0;
height: auto;
margin-top: 165px;
}

#footer {
padding-top: 10px;
padding-left: 0;
padding-right: 0;
margin: 0 auto;
width: 960px;
height: 50px;
text-align: center;

background: url(livery/footer.jpg) no-repeat left top;
font-size: 12px;
}



#footer a {

color: #606060;
text-decoration: none;
}

#footer a:hover {

text-decoration: underline;
}

h1 {
font-size: 18px;
color: #0066cc;

}

h2 {
font-size: 16px;
color: #0066cc;

}

h3 {
font-size: 15px;
color: #0066cc;

}

h3 a:link {
font-size: 15px;
color: #F00;
text-decoration:none;

}

h3 a:active {
font-size: 15px;
color: #F00;
text-decoration:none;

}

h3 a:visited {
font-size: 15px;
color: #F00;
text-decoration:none;

}

h3 a:hover {
font-size: 15px;
color: #F00;
text-decoration:underline;

}

ul {
	list-style: none;
}