BODY {
	color: White;
	background-color: #808080;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
	margin: 0;
	background-image: url(images/mainbg.gif);
}

p {
	text-align: justify;
	margin:0;
	margin-top:12px;
}
p.contents {
	line-height: 18px;
	padding-left:45px;
	padding-right:40px;
}

p.yellow {
	font-size: 9pt;
	color: #FFFF95;
	margin-left:30px;
	margin-right:30px;
	}
p.tablehd {
	font-size: 10pt;
	color: #FFFF95;
	font-weight:bold;
	margin:3px;
	}
p.yellowtable {
	font-size: 9pt;
	color: #FFFF95;
	margin:3px;
	}
p.whitetable {
	font-size: 9pt;
	color: #FFFFFF;
	margin:3px;
	}
p.client {
	line-height: 18px;
	font-size: 10pt;
	padding-left:0px;
	padding-right:0px;
}

p.tabletext{
	font-size: 8pt;
	color: #FFF;
	margin:0;
	padding:0;
	text-align:right;
	margin-top:4px;
}
.formtext {
border: 1px solid #EFEEEE;
background:#571523;
color:#ff0;
}

A {
	color: #FFFFAA;
}

A:HOVER {
	color: #FFFF00;
	text-decoration: underline;
}
	
#tableimages img{
	border: 1px solid #fff;
}

#container{
 border: 1px solid #FFF;
 width:780px;
 margin: auto;
 margin-top:0;
 margin-bottom:0; 
 background:#251113;
}
#headerhome{
 width:100%;
 height:240px;
 background-image: url('images/home/headerbg.jpg');
 background-position:top;
}
#headerinner{
 width:100%;
 height:175px;
 background-image: url('images/headerbg.jpg');
 text-align:left;
}

#headerinner img.logo{
 margin-top:60px;
}

#menu{
 margin-top:8px;
 height:30px;
 text-align:center;
}


#sidenavi {
	width: 174px;
	background: #EFEEEE;
	float:left;
	background-image: url(images/fade_q.gif);
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
}
#contents {
	width: 600px;
	float:right;
	background-image: url(images/smokybbq_bg.jpg);
	background-position:bottom right;
	background-repeat: no-repeat;
	text-align: justify;
}
#footer {
	width: 100%;
	height:28px;
	clear: both;
	background:#551321;
	text-align: center;
	border-top: 1px solid #000;
	color:#fff;
	padding:0;
}
#footer p {
	color:#fff;
	margin:0;
	padding:0;
	padding-top:7px;
}
#footer a {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	color:#ff0;
	text-decoration:underline;
}
#credit{
	width: 100%;
	height:35px;
	background:#FFF;
	text-align: center;
	clear:both;
	color:#444;
	font-size:7pt;
	padding-top:4px;
}
#credit a{
	color:#444;
	text-decoration: none;
}
#credit a:hover{
	color:#551321;
	text-decoration: underline;
}