/* CSS Document */
*{
     margin:0;
     padding:0;
}

body{
     font-family:Verdana, Trebuchet MS, sans-serif ;
     font-size:11px ;
     color:#333 ;
}

#wrap{
     width:780px;
     margin:0 auto;
	 
}

#subtext ul{
	padding:10px;
	
}
#subtext img{display:block; padding:10px;}
#subtext h3{
	padding:10px;
}

h1,h2,h3{color:#0000CC;}

#banner{
	background: url(/images/banner.jpg) no-repeat top left;
	width:780px;
	height:100px;
}

img{border:none;}

/*#banner{
     background: url(/images/banner.jpg) no-repeat top left;
	 height:123px;
}*/
#email{
	float:right;
	padding:7px 40px 0 0;
}
#email a{text-decoration:none; }
#page a{
	text-decoration:none;
	color:#000;
}
#address{
	clear:both;
	font-weight:bold;
	font-family: Trebuchet MS, sans-serif;
	
}

#menu{
	background: url(/images/menu_background.gif) repeat-x top left;
	
}
#menu ul{
	padding-top:5px;
	padding-bottom:4px;
}
#menu li{
     list-style:none;
	 display:inline;
	 
}

#menu li a{
     text-decoration:none;
	 color:#193563;
	 padding:5px 20px;
	 font-weight:bold;
}

#menu li a:hover{
     
}

#content{

}
#left_panel{
	background: url(/images/left_panel.jpg) no-repeat top left;
	width:318px;
	height:709px;
	padding-top:450px;
	float:left;
}

#home a{/*border:1px solid #000;*/
	/*border:1px solid #000;*/
	padding:0 200px 100px 0;
	width:80px;
	margin-top:10px;
	text-decoration:none;
	color:#DDD;
	display:block;

}

#home2 a{/*border:1px solid #000;*/
	padding:0 200px 80px 150px;
	width:80px;
	margin-left:150px;
	
	text-decoration:none;
	color:#DDD;
	display:block;
}
#page{
	background: url(/images/brown_gradient.jpg) repeat-x top left;
	float:left;
	width:462px;
	padding-bottom:80px;
}

#page p{
	padding:5px;
}
#subpage{
	padding-top:25px;
}
#subpage img{
	padding:10px 10px 10px 30px;
}

#subtext{
	padding: 10px 60px;
}
#subtext p{padding:10px;}
#red{
 color:red;
}
#grills img{
	display:inline;
}

#footer{
     clear:both;
	 text-align:center;
	 color:#666;
}

