/* CSS Document */

html,body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset{
margin:0px;
padding:0px;
border:0px;
}
body{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000000;
font-size:100%;
text-align:center;
}
#wrapper{
width:770px;
background-color:#FFCC66;
margin:10px 0 10px 0;
text-align:left;
}
#banner{
	height:140px;
	background-image: url(../images/lelliotts.jpgbanner2.jpg);
	background-repeat: no-repeat;
}
#leftcol{
background-color:#006633;
width:110px;
float:left;
}
#nav{
	width:100px;
	background-color: #006633;
	padding: 15px 10px;
	float: left;
}
#nav ul{
	background-color:#006633;
	margin-top: 30px;
}

#nav ul li{
	display:block;
	background-color: #006633;
	list-style-image: none;
	font-size: 110%;
	margin-left: 10px;
	margin-bottom: 10px;
}
#nav ul li a{
	font-size:100%;
	color: #003366;
	font-weight: bold;
	text-decoration: none;
	padding:0 10px 0 0;
	text-align: center;
	width: 9em;
}

#nav ul li a:hover,#nav ul li a:focus{
background-color:#66CC33;
}
#content{
	background-color:#FFCC66;
	margin: 0 0 0;
	width: 665px;
}
#content p{
	font-size:80%;
	color:#003366;
	text-align:left;
	margin-top: 20px;
	margin-left: 20px;
}
#content h1{
	font-family:"Old English Text MT";
	font-size:200%;
	color:#003366;
	margin: 30px;
	text-align: center;
}
#footer{
clear:both;
	height:60px;
	background-image: url(../images/lelliotts.jpegfooter.jpg);
	background-repeat: no-repeat;
}
.container{
width:99%;
float: right;
}
.clearit {
	clear: left;
}
.brclear {
clear:both;
height:0;
margin:0;
font-size:1px;
line-height:0px;
}

