/* --------------------------------------------------------
   Five Star Trailer Park CSS
   -------------------------------------------------------- */

/* Declare body first of all */

body {
background:#666;
font:normal 62.5% 'Lucida Grande',Verdana,sans-serif;
text-align:center;
	scrollbar-base-color: #ffffff;
	scrollbar-arrow-color: #000000;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	background-color: #ffffff;

}

/* Wireframing - use border:1px to place borders around all div elements during development, but be aware that you'll need to change sidebar width to 306px to allow for the border widths */

div {
margin:0;
padding:0;
outline:0px solid red;
}

/* ---------------
   Layout elements
   --------------- */

/* Container - needed only for faux background */

#container {
width:760px;
margin:0px auto auto auto;

}
/* Masthead and descendants */

#mastheadl {
float:left;
height:68px;
width:317px;
background:url(1.jpg) no-repeat;
}

#mastheadr {
float:right;
height:68px;
width: 443px;
/*background:url(2.jpg) no-repeat;*/
text-align: right
}

#mastheadr ul {
list-style:none;
margin:5px 5px 0px 0px;
padding-top:45px;
}
#mastheadr li {
display:inline;
margin:0 0 0 10px;
padding:0;
line-height:200%;
}
#mastheadr li a:link, #mastheadr li a:visited {
text-decoration:none;
font-size:1.1em;
font-weight:bold;
color:#726848;
}
#mastheadr li a:hover {
color:#000000;
}
/* Highlighting the current page */
#home #mastheadr a.home { 
border-bottom:3px solid #FFE86C;
}

/* The main column and descendants */


#mainColR {
float:Right;
width:413px;
height:201px;
background:url(band.jpg) no-repeat;
}


#mainCol {
float:left;
padding-top:0px;
padding-left:7px;
padding-right:7px;
width:333px;
height:201px;
text-align:left;
line-height:200%;
overflow: auto;
direction:rtl
}

#mainColimg {
clear:both;
float:left;
background:url(4.jpg) no-repeat;
height: 201px;
width: 347px;
}

#mainColhead {
clear:both;
float:left;
margin-bottom:0px;
padding-top:30px;
padding-left:0px;
padding-right:470px;
padding-bottom: 0px;
width:290px;
height:32px;
background:url(3.jpg) no-repeat;
text-align:left;
color: #000000;
font-size:1.3em;
font-weight: bold;
}



#mainCol a:link, #mainCol a:visited {
text-decoration:none;
font-size:1.1em;
font-weight:bold;
color:#333333;
}
#mainCol a:hover {
color:#666;
}

/* The left column and descendants */


#sidebarheadtext {
padding-left:470px;
padding-right:10px;
padding-bottom:10px;
width:270px;
height:23px;
clear:both;
float:left;
text-align: left;
color: #9E9167;
font-size:1.2em;
font-weight: bold;
}

#sidebarhead {
clear:both;
float:left;
width:760px;
height:23px;
background:url(6.jpg) no-repeat;
}

#sidebar {
clear:both;
float:left;
padding-top:5px;
padding-left:470px;
padding-right:10px;
padding-bottom:5px;
width:280px;
height:67px;
background:url(7.jpg) no-repeat;
text-align:left;
color: #9E9167;

}



/* The footer and descendants */
#footerl {
float:left;
padding-left: 0px;
padding-top:0px;
padding-bottom:0px;
padding-right:0px;
width: 467px;
height:69px;
/*background:url(8.jpg) no-repeat;*/
text-align:left;
color: #726848;
}

#footerr {
float:right;
padding-right: 5px;
padding-top:0px;
padding-bottom:0px;
width:288px;
height:65px;
/*background:url(9.jpg) no-repeat;*/
text-align:right;
}
#footerr ul {
list-style:none;
margin:0px 0px 0 0;
padding:0;
}
#footerr li {
display:inline;
margin:0 0 0 10px;
padding:0;
line-height:200%;
}
#footerr li a:link, #footerr li a:visited {
text-decoration:none;
font-size:1.1em;
font-weight:bold;
color:#726848;
}
#footerr li a:hover {
color:#000000;
}

#sidebar ul {
list-style:none;
margin:0px 0px 0 0;
padding:0;
}

#sidebar li a:link, #sidebar li a:visited {
float: left;
text-decoration:none;
font-size:1em;
font-weight:bold;
color:#726848;
}
#sidebar li a:hover {
color:#ffffff;
}


#footerl ul {
list-style:none;
margin-left: 0px;
padding-left: 0px;}
#footerl li {

display:inline;
}
#footerl li a:link, #footerl li a:visited {
text-decoration:none;
font-size:1em;
font-weight:bold;
color:#726848;
}
#footerl li a:hover {
color:#000000;
}


/*Headers ad text*/
.date {
font-size:1.1em;
font-weight:bold;
line-height:200%;
}

.doublespaced {
line-height:160%;
}

