
html, body, ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

img {
	border: none;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #30a0c6;
}
.more {
	text-align: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}

body, form {
	font: 12px arial;
	margin: 0;
	padding: 0;
	color: #5C5C5C;

}
h1{
}

h2 {

}


h3 {
}

body {
	background: url(images/header_bg.jpg) repeat-x;
	text-align: center;
}
#wrapper {
	text-align: left;
	margin: auto;
	width: 900px;
}


#header {
	height: 203px;
	position: absolute;
}
#header h1 {
	margin-top: 44px;
}
#header h1 img {
	display: block;
}

#nav {
	position: absolute;
	top: 105px;
	width: 1100px;
	margin-left:-65px;
}
#nav  a {
	background-image:url(images/nav-off.gif);
	width:145px;
	height:26px;
	display:inline;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	padding-top:6px;
	text-decoration:none;
	color:#e9e4d0;
	font-weight:bolder;
	
}
#nav  a:hover {
	background-image:url(images/nav-on.gif);
	width:145px;
	height:26px;
	display:inline;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	padding-top:6px;
	text-decoration:none;
	color:#e9e4d0;
	font-weight:bolder;
}
#navg  a:hover {
	background-image:url(images/nav-on.gif);
	width:135px;
	height:26px;
	display:inline;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	padding-top:6px;
	text-decoration:none;
	color:#e9e4d0;
	font-weight:bolder;
}

#nav img {
	float: left;
}

#headline {
	padding-top: 205px;
}

#photo {
	float: left;
	width: 900px;
	font-size: 14px;
	text-align: justify;
}
#photo div {
	border: 2px solid #D8D8D8;
	padding: 2px;
}

#f{
border: 0px solid #D8D8D8;
}
#photo img {
	display: block;
}

a {

	color: #5C5C5C;
}

#body {
	padding-top: 2em;
	text-align: justify;
}


#gallery img {
	float: left;
}

#footer {
	color: #FFFFFF;
	font-size: 12px;	
	background: #42453D url(images/footer_bg.gif) repeat-x;
	padding: 6px 0 5px 0;
	margin-top: 2em;
	font-weight: bold;
}
#footer p {
	margin: 0;
	padding: 0;
}

#sale {
	position: absolute;
	top: 150px;
	margin-left: 740px;
}