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

body {
	background: url(http://www.aggiesbbq.com/images/bg_gold.jpg) repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #e1b051;
}
.dm a:link {
	color: #e1b051;
	text-decoration: none;
	font-size: 14px;
}
.dm a:visited {
	color: #e1b051;
	text-decoration: none;
}
.dm a:hover {
	color: #990134;
}
#wrapper {
	background: #FFF;
	width: 800px;
	margin: auto;
}
#header {
	background: url(http://www.aggiesbbq.com/images/building.png) no-repeat top left;
	height: 270px;
}
#content {
	background: #FFFFFF;
	float: right;
	width: 600px;
	padding-right: 10px;
}
#nav {
	width: 170px;
	float: left;
	margin: 10px 0 0 10px;
}
#footer {
	padding-top: 30px;
	text-align: center;
	clear: both;
}
#nav ul {
	list-style: none;
	font-size: 14px;
	color: #FFF;
	margin-left: -25px;
	margin-top: -5px;
}
ul.nav li {
	background: url(../images/btn_trans.png);
	border: solid 1px #FFF;
	width: 155px;
	margin-left: -10px;
}
ul.nav a {
	display: block;
	line-height: 30px;
	margin-left: 45px;
}
.title {
	font-size: 22px;
	color: #990134;
	font-weight: bold;
}
.fineprint {
	font-size: 10px;
}
h2 {
	color: #005151;
}
.menu {
	border-collapse: collapse;
}
.menu td {
	border: 1px solid #999999;
	padding: 3px 3px 3px 3px;
	text-align: left;
}
.row {
	background-color: #fde9c2;
} 
#subForm .label {
	float: left;
	width: 180px;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
	clear: left;
}
#submit {
	margin-left: 190px;
}
#refer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#name, #phone, #email, #about {
	background-color: #FBEF99;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
	width: 300px;
	margin-top: -2px;
}
#name:focus, #email:focus, #phone:focus, #about:focus {
	background-color: #FDD041;
}
.submit {
	background-image: url(../images/btn_submit.png);
	width: 91px;
	height: 30px;
}