/* CSS Document */

html {
	margin:  0 auto;
	padding: 0;
	font-family: arial;
	color: #ffffff;
	font-size: 11px;
	line-height: 19px;
	font-weight: bold;
	}
	
body {
background-color: #FFFFFF;
}


h1 {
font-size: 18px;
font-weight: bold;
margin: 0;
padding: 0;
margin-top:20px;
text-transform: uppercase;
}

#container {
margin: 0 auto;
width: 750px;
padding-top: 75px;
}

#logo {
float: left;
height: 89px;
width: 204px;
padding-bottom: 20px;
}

#telno {
float: right;
height: 29px;
width: 177px;
margin-top: 58px;
border: 0px;
}

#topnav {
clear:both;
background-color: #000000;
height: 20px;
color: #ffffff;
padding-left: 20px;
}

#topnav a {
text-decoration: none;
color: #ffffff;
}

#topnav a:hover {
text-decoration: underline;
color: #FF0000;
}

a {
text-decoration: none;
color:#000000;
}

a:hover {
color:#ffffff;
text-decoration: underline;
}

#middle {
background-color: #FF0000;
background-image:url(images/bg.jpg);
background-repeat: no-repeat;
background-position: top right;
border-top: 1px solid #ffffff;
height: 400px;
padding-top: 20px;
}

#middleweb {
background-color: #FF0000;
background-image:url(images/bg.jpg);
background-repeat: no-repeat;
background-position: top right;
border-top: 1px solid #ffffff;
height: auto;
padding-top: 20px;
}

#middleweb img {
margin-top:20px;
border: 0;
}

#middleweb p {
margin-top: 0;
margin-bottom: 0;
padding: 0;
font-weight: normal;
}

#middleweb a {
color: #ffffff;
text-decoration:underline;
font-weight: bold;
}



#contentleft {
width: 350px;
}

#contentleftweb {
width: 500px;
}

#contentright {
padding-top: 10px;
float: right;
padding-right: 10px;
}

#contentholder, #contentholder2, #contentholder3 {
width: 710px;
margin: 0 auto;
margin-top: 20px;
margin-bottom: 40px;
}


#contentrightweb {
padding-top: 8px;
float: right;
padding-right: 10px;
}

#contentrightgraphic {
padding-top: 8px;
}

#bottom {
border-top: 1px solid #ffffff;
text-align: right;
background-color: #000000;
height: 20px;
color: #ffffff;
padding-right: 20px;
clear: both;
}

.padding {
padding: 20px;
}
