* { padding: 0; margin: 0; }

body {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 background-color: #1f1e1e;
 background-image: url(../images/flame_brick.jpg);
 color: #999999;
}

a:link {
	color: #999999;
	text-decoration: none;
}

a:visited {
	color: #999999;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #990000;
}

#content-wrapper {
	background-image: url(../images/bodybg.jpg);
	background-repeat: repeat-y;
	height: 700px;
	float: left;
	width: 845px;
}

#wrapper { 
 margin: 0 auto;
 width: 855px;
}
#header {
 color: #333;
 width: 833px;
 float: left;
 background: #E7DBD5;
}
#navigation {
 float: left;
 width: 833px;
 color: #999999;
 height: 40px;
 background-image: url(../images/bodybg.jpg);
	background-repeat: repeat-y;
}
#leftcolumn { 
 height: 700px;
 width: 270px;
 float: left;
}

#leftcolumn h2 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

#logbox {
	background-image: url(../images/loginbg.jpg);
	background-repeat: no-repeat;
	height: 154px;
	text-align: right;
	padding-right: 33px;
	margin-top: 20px;
}

#hoursbox{
   padding-top: 10px;
}

#rightcolumn { 
 float: right;
 height: 700px;
 width: 563px;
 /*display: inline;*/
}

#rightcolumn p { 
 margin: 10px;
}

#rightcolumn h2 { 
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 16px;
}

#footer { 
 width: 833px;
 clear: both;
 height: 41px;
 color: #464646;
 text-align: center;
 /*background-image: url(../images/bottom.png);*/
 font-size:10px; 
  background-image: url(../images/foot.jpg);
	background-repeat: repeat-y;
}

#footer a:link {
	color: #464646;
	text-decoration: none;
}

#footer a:visited {
	color: #464646;
	text-decoration: none;
}

#footer a:hover{
	color: #990000;
	text-decoration: none;
}

#navlist li {
			display: inline;
			list-style-type: none;
			padding-left: 43px;
			padding-top: 10px;
			padding-right: 25px;
			float: left;
			font-weight: 900;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 15px;
		}
		
.greyfield {
	background-image: url(../images/fieldbg.jpg);
	background-repeat: repeat-x;
	padding: 3px;
}

.svc-oddrow-one{
	 background-image: url(../images/svcbg1.jpg);
}

.svc-oddrow-two{
	 background-image: url(../images/svcbg2.jpg);
}

.svc-table{
	width: 505px;
	float:left;
}

.svc-table td {
	vertical-align: text-top;
	padding: 5px;
}
