* {
	padding: 0;
	margin: 0;
}

body {
	background: #929262;
	padding: 9px 0 0 0;
}

img {
	border: 0;
}

#container {
	width: 700px;
	display: block;
	margin: 0 auto;
	background: url("/images-new/BodyBG.gif") top left repeat-y;
}

#header, #header a {
	display: block;
	height: 229px;
	width: 700px;
	background: url("/images-new/Header.jpg") top left no-repeat;
}

#header a {
	background: none;
	text-indent: -1000px;
}

#nav {
	padding: 0 15px 0 7px;
}

#nav li {
	float: left;
	list-style: none;
	height: 37px;
	display: block;
}

#nav a {
	display: block;
	height: 37px;
}

#nav a span {
	display: none;
}

#nav a.home {
	background: url("/images-new/Home.jpg") top left no-repeat;
	width: 85px;
}

#nav a.gallery {
	background: url("/images-new/Gallery.jpg") top left no-repeat;
	width: 186px;
}

#nav a.products {
	background: url("/images-new/Products.jpg") top left no-repeat;
	width: 118px;
}

#nav a.contact {
	background: url("/images-new/Contact.jpg") top left no-repeat;
	width: 141px;
}

#nav a.sale {
	background: url("/images-new/ForSale.jpg") top left no-repeat;
	width: 115px;
}
#nav a.home:hover, #nav a.gallery:hover, #nav a.products:hover, #nav a.contact:hover, #nav a.sale:hover {
	background-position: 0 -37px;
}

#content {
	padding: 0 15px 0 25px;
}

#content h1 {
	font-size: 20px;
	padding: 20px 0 10px 0;
}

#content p {
	font-size: 18px;
	padding: 10px 0 10px 0;
	color: #666666;
}

#content a, #content a:visited {
	color: #0000ff;
}

#text {
	float: left;
	display: block;
	width: 300px;
}

#copyright {
	font-size: 14px;
	text-align: center;
	padding: 10px 0 10px 0;
	color: #666666;
}

#footer {
	background: url("/images-new/FooterBG.gif") bottom left no-repeat;
	display: block;
	height: 31px;
}

.photobg {
	display: block;
	width: 349px;
	height: 249px;
	background: url("/images-new/PhotoBG.gif") top left no-repeat;
	padding-top: 1px;
}

.home .photobg {
	float: right;
	margin-right: 5px;
}

.photo {
	width: 300px;
	height: 200px;
	display: block;
	overflow: hidden;
	margin: 23px 17px 0 24px;
}

br.clear {
	clear: both;
	height: 0;
	font-size: 0;
}