body {
	background-image: url(images/site_bgr.jpg);
	background-repeat: repeat-x;
	background-color: #FF6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#container{
	width:780px;
	position:absolute;
	left:50%;
	margin-left:-390px;
}

#top_logo{
	width:237px;
	height:163px;
	position:absolute;
	left:0px;
	top:0px;
}

#call_now{
	width:543px;
	height:163px;
	position:absolute;
	left:237px;
	top:0px;
}

#content{
	padding-top:163px;
	background-image: url(images/content_bgr.jpg);
	background-repeat: repeat-x;
	width:776px;
	background-position: 0px 163px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-color: #FF3400;
}

#content_top{
	background-image: url(images/content_top.jpg);
	height: 21px;
	width: 570px;
	position:absolute;
	left:50%;
	margin-left:-194px;
	top:163px;
	z-index:1;
}

#content_left{
	background-image: url(images/content_left.jpg);
	height: 758px;
	width: 2px;
	position: absolute;
	left:50%;
	margin-left:-194px;
	top:163px;
	z-index:2;
}

#left{
width:190px;
float:left;
}

#right{
	float:right;
	min-height:822px;
	background-image: url(images/right_bgr.jpg);
	width: 554px;
	padding:10px;
	padding-top:16px;
	padding-right:20px;
}

* html #right{
	height:822px;
}

#right_shade{
	position:absolute;
	left:50%;
	margin-left:374px;
	top:163px;
	background-image: url(images/right_shade.jpg);
	width:16px;
	height:759px;
}

#footer{
	clear:both;
	background-image: url(images/footer.jpg);
	height: 35px;
	width: 756px;
	margin-bottom:40px;
	font-size: 10px;
	color:#FFFFFF;
	text-align:right;
	padding-top:25px;
	padding-right:24px;
}

#nav{
margin-top:10px;
margin-left:15px;
width:160px;
}

.navcell{
width:160px;
height:47px;
margin-bottom:20px;
}

#biscuit{
font-size:10px;
font-weight:bold;
color:#FF3400;
height:20px;
margin-top:5px;
}

#biscuit a{
color:#666666;
font-weight:normal;
text-decoration:none;
}

#biscuit a:hover{
color:#333333;
font-weight:normal;
text-decoration:underline;
}

img.title{
margin-bottom:5px;
}

h1{
padding:0px;
margin:0px;
margin-bottom:6px;
font-size:14px;
color:#FF3400;
margin-top:3px;
padding-left:2px;
}

h2{
padding:0px;
margin:0px;
margin-bottom:4px;
font-size:18px;
color:#FF3400;
margin-top:3px;
padding-left:2px;
}

p{
padding:0px;
margin:0px;
margin-bottom:12px;
padding-left:2px;
}

a{
color:#FF3400;
}

a:hover{
color:#B52400;
}

a.footer{
color:#FFFFFF;
text-decoration:none;
}

a.footer:hover{
color:#FFFFFF;
text-decoration:underline;
}

table {border-collapse: collapse;}

table.carseats td{
border:solid 1px #FF3400;
}

td.header{
background-color:#FFE800;
font-weight:bold;
color:#FF3400;
}

ul {
list-style: none;
margin-left:0px;
padding-left:0px;
}
li {
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	padding-left: 40px;
	font-weight:normal;
	line-height:15px;
	margin-bottom:0px;
	padding-bottom:25px;
	padding-top:7px;
	height:auto;
	color:#FF3400;
}

