@charset "utf-8";
/* CSS Document */

* { margin: 0;
	padding: 0;
	}
	
	/*Background Color*/
body {
	background-image:url(images/backgroundrepeat.jpg);
	background-repeat:repeat;
}


/*Content Wrap For Website*/  
#wrapper {
	width:972px;
	height:auto;
	overflow:show;
	margin-left: auto;
	margin-right: auto;
	padding-top:39px;
	text-align:left;
	background-image: url(images/backgroundrepeat.jpg);
}
	
	
	
/*headers and font styles*/
h1 {
text-decoration:none;
font:Georgia, sans-serif;
font-size:36px;
padding-bottom:41px;
font-weight:200;
font-style:normal;
}

.style1 {color: #c82100;}

h2 {
font:Arial, Helvetica, sans-serif;
color:#3d2ff1;
font-size:16px;
padding-bottom:10px;
}

h3 {
font:Arial, Helvetica, sans-serif;
color:#3d2ff1;
font-size:16px;
padding-bottom:40px;
}

p {font:Tahoma;
color:#000000;
font-size:12px;
width:592px;
text-align:justify;
padding-bottom:22px;}

ul {padding-left:15px;
padding-right:15px;}


/* navigation list*/
#navbarimg {
background-image:url(images/navbar.png);
width:972px;
height:53px;}

ul#navlist
{
margin-left: 0;
font:Tahoma;
font-size:12px;
text-transform:uppercase;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
font:Tahoma;
padding-top:15px;
font-size:12px;
text-transform:uppercase;
list-style-type: none;
}

#navlist a { padding: 3px 10px;
padding-top:20px; }

#navlist a:link, #navlist a:visited
{
color: #fff;
font:Tahoma;
padding-top:15px;
font-size:12px;
text-transform:uppercase;
text-decoration: none;
}

#navlist a:hover
{
color: #c82100;
text-decoration:underline;
font:Tahoma;
padding-top:15px;
font-size:12px;
text-transform:uppercase;
}

#navcontainer{padding-top:20px;
padding-left:55px;
padding-right:55px;}

#caravanimage {background-image:url(images/caravanimage.jpg);
width:972px;
height:322px;}

#buttons {width:948px;
text-align:center;
overflow:hidden;
margin-left:auto;
margin-right:auto;
background-color:#FFFFFF;
height:99px;}

#float {
float:right;
padding-right:152px;
padding-top:10px;
width:182px;
height:215px;}

#adverttext {font:Tahoma;
text-decoration:underline;
color:#000000;
font-size:12px;
padding-top:10px;
}

img
{  border-style: none;
}

#contentholder {width:952px;
background-color:#FFFFFF;
height:auto;
padding-left:20px;
padding-top:10px;}

/*footer attributes*/

#footerlink li {font:Verdana, sans-serif;

width:1024px;
display:inline;
font-size:10px;
list-style-type: none;
text-align:center;}
		
#footerlink li a {
width:1024px;
color:#FFFFFF;
text-decoration:none;
display:inline;
list-style-type: none;
font-size:10px;
text-align:center;}

#footerlink li a:hover {
width:1024px;
color:#c82100;
text-decoration:underline;
display:inline;
list-style-type:none;
font-size:10px;
text-align:center;}

#footer {height:64px;
width:972px;
background-image:url(images/footerbar.png);
clear:both;
text-align:center;
}
