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

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin:0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	background-image:url(images/bg.gif);
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	position: relative;
}

.twoColElsLtHdr #container {
	width: 700px;
	margin:auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	background:#feecc8;
	
} 
.twoColElsLtHdr #header {
	height:120px;
	padding: 0px;
	margin-bottom:50px;
	
} 
#nav  {
	text-align: left;
	list-style: none;
	margin:0px 0px 0px 0px;
	padding:15px 15px 0px 30px;
}

#nav li {
	
	display:block;
	background:#feecc8;
	margin:1px;
	border:solid 1px #d4a368;
	padding:5px 5px 3px 5px;
	
}

a {	font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size: 12px;

}

a:link {
	color: #CC6600;
	text-decoration:none
}

a:visited {
	text-decoration: none;
	color:#CC6600;

}

a:hover {
	text-decoration:none;
	color: #CC3300;
}

.twoColElsLtHdr #sidebar1 {
	float: left; 
	width: 12em; 
	background:url(images/menubg.gif) no-repeat;
	padding: 20px 0px 0px 0px;
	height:450px;
	}
.pic {
	float:left;
	top:0px;
	left:550px;
	margin:0px 0px 20px 0px;
	
	} 

.pic2 {
	border:#d4a368 solid 1px;
	margin: 5px 5px 5px 15px;
	
	
	}
	
.pic3 {
	border:#d4a368 solid 1px;
	left:200px;
	top:0x;
	margin:5px 5px 15px 15px;
	}
	
.pic4 {
	border:#d4a368 solid 1px;
	top:0x;
	margin:5px 5px 15px 75px;
	}



.twoColElsLtHdr #mainContent {
	background:url(images/maincontent_bg.gif) repeat-y;
	width:457px;
	height:auto;
	margin:0px 0px 0px 200px;
	text-align:left;
}
	
.twoColElsLtHdr #mainContent p  {
	position:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 0px 20px 5px 20px;
}
 
.twoColElsLtHdr #footer {
	margin:auto;
	padding: 5px 5px 5px 5px;
} 

.footermenu {
	margin:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}

.twoColElsLtHdr #footer p {
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 
/*Specials Menu*/

.offer a:link {

font-size:14px;

text-decoration:none;

color:#88D1CE;



}

.offer a:visited {

text-decoration:none;

}
