/*body*/
		body{
		margin:0px;
		padding:0px;
		background:url(/images/bg.jpg) top repeat-x #fde4bc;
		color:#5d1f01;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		}
		:focus {-moz-outline-style: none;}

/*Basic typography styles*/
		a{color:#b60000; text-decoration:underline;}
		a:hover{text-decoration:none;}
		h1{color:#b60000; font-size:28px; font-weight:bold; text-align:center;}
		h2{color:#b60000;}
		
.title 	{
color:#b60000;
}	
/*ul styles*/
		.content ul{
		list-style-image:url(../images/handbullet.gif);
		padding:0px;
		margin:0px 50px 0px 100px;
		}
		.content ul li {
		margin: 20px 0 0 0;
		padding:0;
		}

/*Layout styles (organization: nested, top to bottom, left to right)*/

.wrap{
width:1000px;
margin:0 auto;
text-align:left;
}
	#head{
	height:161px;
	width:1000px;
	background:url(/images/header.jpg) top center no-repeat;
	position:relative;
	}
		#head #address{width:200px; height:20px; position:absolute; top:69px; left:80px; font-family:Arial, Helvetica, sans-serif; color:#fde4bc; font-size:16px}
		#head #phone{width:200px; height:20px; position:absolute; top:69px; right:80px; font-family:Arial, Helvetica, sans-serif; color:#fde4bc; font-size:16px; text-align:right;}
	#menu{
	height:28px;
	width:1000px;
	background:url(../images/navstrip.jpg);
	}
	#nav-under{
	height:37px;
	background:url(../images/navbottom.jpg) top center no-repeat;
	}
	.wrap2{
	width:1000px;
	overflow:hidden;
	}
		.left{
		width:780px;
		float:left;
		}
			.content-fill{
			background:url(../images/mainmiddle.gif) center repeat-y;
			}
				.content-top{
				background:url(../images/maintop.jpg) top center no-repeat;
				}
					.content-bottom{
					background:url(../images/mainbottom.jpg) bottom center no-repeat;
					}
						.content{
						padding:40px 30px 40px 58px;
						min-height:423px;
						}
						* html .content{ /*fixes min-height in ie6*/
						height:423px;
						}
			.footer{
			background:url(../images/footer.jpg) top center no-repeat;
			height:67px;
			line-height:52px;
			color:white;
			font-size:14px;
			text-align:right;
			padding-right:30px;
			}
		.right{
		width:210px;
		float:left;
		}
			.right img{
			border:none;
			}
	
