body
{
	background-color:#161616;
	margin:0 auto;
	background-image:url(../img/ndback.jpg);
	background-repeat:repeat-x;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

td
{
	vertical-align:top;
}

.container
{
	margin:0 auto;
	width:780px;
}

.header
{
	width:780px;
	height:105px;
}

.nav
{
	width:780px;
	height:59px;
}

ul#navList
{
	margin:0px;
	padding:0px;
	vertical-align: top;
}

#navList li
{
  	list-style-type:none;
	display: inline;
	margin:0px;
	padding:0px;
	vertical-align: top;
}

a.home,a.about,a.services,a.contact
{
	height:59px;
	text-decoration:none;
	float: left;
	margin:0px;
	padding:0px;
}

a.home:hover,a.about:hover,a.services:hover,a.contact:hover
{
	background-position: 0px -59px;		
}
a.home
{
	width: 134px;
	background:url(../img/home.jpg);
}
a.about
{
	width: 186px;
	background:url(../img/about.jpg);
}
a.services
{
	width: 242px;
	background:url(../img/services.jpg);
}
a.contact
{
	width: 218px;
	background:url(../img/contact.jpg);
}


.content
{
	background-color:#f0ab19;
	background-image:url(../img/back.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:0px 20px 20px 20px;
	line-height:140%;
}

.footer
{
	color:#FFFFFF;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../img/footback.jpg);
	background-repeat:no-repeat;
	height:100px;
	padding:15px 20px 20px 20px;
	text-align:right;
	font-weight:bold;
}

a:link,a:visited,a:active
{
	color: #b31a01;
	text-decoration:none;
}

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

.footer a:link,.footer a:visited,.footer a:active
{
	color: #ffffff;
	text-decoration:none;
}

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

.content li
{
	font-weight:bold;
	line-height:200%;
	color:#b31a01;
}

h1
{
	font-size:15px;
	text-transform:uppercase;
	padding:0px;
	margin:0px;
	border-bottom:dotted 1px #b31a01; 
	border-top:none; 
	border-left:none; 
	border-right:none;
}

h2
{
	color:#b31a01;
	font-size:14px;
	text-transform:uppercase;
}

h3
{
	color:#b31a01;
	font-size:13px;
	text-transform:uppercase;
}

h4
{
	color:#b31a01;
	font-size:12px;
	text-transform:uppercase;
}

h5
{
	color:#b31a01;
	font-size:11px;
	text-transform:uppercase;
}

.red
{
	color: #b31a01;
}

.buttons
{
	height:151px;
	width:780px;
}

.hour{
	width:390px;
	height:151px;
	text-decoration:none;
	float:left;
	background-image:url(../img/24button.jpg);
}

.book{
	width:390px;
	height:151px;
	text-decoration:none;
	float:left;
	background-image:url(../img/bookbutton.jpg);
}

.hour:hover
{
	background-position: 0px -151px;
}

.book:hover
{
	background-position: 0px -151px;
}

#name,#email,#phone,#comment
		{
		width: 250px;
		height: 18px;
		border: solid 1px #b31a01;
		background-color:#ffffff;
		padding: 1px;
		font-size: 10px;
		color: #000000;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		vertical-align: middle;
		}
		
#comment
		{
		height: 160px;
		}