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

body{
	background-image: url('../images/bg.jpg');
	background-color: #333333;
	font-family: Helvetica, Arial, sans-serif;
}

img{
	display: block;
}

h1{
	font-size: 30px;
}

h2{
	color: #990000;
}

p, h2, h1, label, textarea{
	margin: 12px;
}

input{
	margin-bottom: 8px;
}

a:link{
	color: #990000;
}
a:hover{
	text-decoration: none;
}
a:visited{
	color: #990000;
}
a:visited:hover{
	text-decoration: none;
}

#wrapper{
	background-color: #C5C5C5;
	width: 900px;
	margin: 20px auto 20px auto;
}

#nav{
	width: 100%;
	height: 30px;
	background-image: url('../images/nav.png');
	background-repeat: repeat-x;
}

#nav ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav li{
	float: left;
}

#nav li a{
	height: 30px;
	line-height: 30px;
	padding: 0px 10px;
	float: left;
	display: block;
	border-right: 1px solid #333333;
	border-left: 1px solid #DDDDDD;
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}

#nav li a:hover{
	text-decoration: none !important;
}

#navfix{
	width: 2px;
	height: 30px;
	float: left;
	border-left: 1px solid #DDDDDD;
}

#content{
	clear: both;
	background-image: url('../images/light.jpg');
}

#foot{
	clear: both;
	text-align: center;
	font-size: 12px;
}

.footrule{
	width: 80%;
	height: 2px;
	background-color: #333333;
	border: 0px;
	margin: 10px auto 10px auto;
}

.topright{
	float: right;
	margin-right: 12px;
}

/* Home */
#intro{
	float: left;
	width: 520px;
}
#redcar{
	float: right;
	width: 380px;
}
#points{
	clear: both;
}

/* Location */
#directions{
	float: left;
	width: 49%;
}
#map{
	float: left;
	width: 49%;
}
#google{
	margin-left: 12px;
}

/* Contact */
#info{
	width: 49%;
	float: left;
}
#form{
	width: 49%;
	float: left;
	border-left: solid 1px #333333;
	margin-bottom: 7px;
}