html, body, h1, h2, h3, h4{
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #183873;
	font-weight: bold;
}
a:hover {
	color: #189ae5;
}

.clear {
	clear: both;
}

body {
	background: #183873 /*url(images/bg8.jpg) left top repeat*/;
	text-align: center;
	font: 12px verdana, arial, sans-serif;
	color: #504634;
	padding-bottom: 10px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: 20px auto;
	width: 799px;
	background: #ffffff;
  position: relative;
  border: double #ffffff 12px;  
}

#header {
  background: #D9D1BC /*url(images/logo.gif) no-repeat*/;
  height: 231px;
}
#header2 {
  background: #D9D1BC /*url(images/logo.gif) no-repeat*/;
  height: 131px;
}

#home {
  position: absolute;
  top: 10px;
  left: 730px;
  width: 68px;
  background: #183873;
}
#home-top { background: url(images/cart_top.gif) no-repeat; }
#home-bot { background: bottom left url(images/cart_bot.gif) no-repeat; }
#home-home {
  padding: 8px 8px 8px 15px;
  color: white;
}
#home p {
  margin: 0;
}

#home a {
  color: white;
  font-size: 10px;
}
#home a:hover{
  color: #ff9;
}
#nav {
	background: #183873;
	position: absolute;
	top: 55px;
	left: 300px;
	width: 480px;
	padding: 9px;
	text-align: center;
	color:#fff;
	font: 13px verdana, arial, sans-serif;
	font-weight:bold;
}
#nav ul {
 margin: 0;
	padding: 0;
}
#nav li {
  list-style: none;
  padding: 0 4px 0 4px;
  display: inline;
  color: #fff;
}

#nav a {
  text-decoration: none;
  color: #fff;
}
#nav a:hover{
  text-decoration: underline;
  color: #FF9;
}

#nav2 {
	background: #183873;
	position: absolute;
	top: 56px;
	left: 662px;
	width: 120px;
	padding: 9px;
	text-align: right;
	color:#fff;
	font: 13px verdana, arial, sans-serif;
	font-weight:bold;
}
#nav2 li {
  list-style: none;
  padding: 0 4px 0 4px;
  display: block;
  color: #fff;
}
#nav2 a {
  text-decoration: none;
  color: #fff;
}
#nav2 a:hover{
  text-decoration: underline;
  color: #FF9;
}
#gallery {
	position: absolute;
	top: 115px;
	left: 350px;
	width: 385px;
}
#gallery ul {
 margin: 0;
	padding: 0;
}
#gallery li {
  list-style: none;
  text-indent: -999px;
  float: left;
  overflow: hidden;
  height: 111px;
}
#gallery .img1{
  background: url(images/img1.jpg) no-repeat;
  width: 127px;
}
#gallery .img2 {
  background: url(images/img2.jpg) no-repeat;
  width: 130px;
}
#gallery .img3 {
  background: url(images/img3.jpg) no-repeat;
  width: 128px;
}
#gallery2 {
	position: absolute;
	top: 1px;
	left: 323px;
	width: 307px;
}
#gallery3 {
	position: absolute;
	top: 108px;
	left: 255px;
	width: 307px;
}
#body {
  padding-top: 3px;
  background-color:#FFF;
}

#outsidebox {
  background: #D4CAB6;
  margin-bottom: 2px;
}
#outsidebox .innerbox {
  padding: 18px 12px;
}
#outsidebox p, {
  margin: 0.9em 0;
}


h3 {
  font: bold 14px "Times new roman", sans-serif; 
  color: #1B1812;
}

h2 {
  font: bold 18px "Times new roman", sans-serif; 
  color: #183873;
  padding-bottom: 10px;
}


#copyright {
  text-align: center;
  font-size: 9px;
}
