/*Main css*/
html,body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#7b704c;
	background-color: #fffff4;
}
#top {
	margin: 1em auto;
	text-align: right;
	width:780px;
	position: relative;
	height:90px;
}
#container1 {
	text-align: left;
	width:688px;
	position: relative;
	height: 375px;
	background-image: url(images/shell_front.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	list-style-type: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
}
#container1sub {
	text-align: left;
	width:70%;
	position: relative;
	height: 50%;
	left: 6%;
	right: 15%;
	top: 17%;
	font-size: 16px;
}
#container2 {
	margin: 1em auto;
	text-align: center;
	width:688px;
	position: relative;
}
#container3 {
	margin: 1em auto;
	text-align: center;
	width:785px;
	position: relative;
}
#footer {
	text-align: center;
	width:400px;
	position: relative;
	font-size: 9px;
	margin-right: auto;
	margin-left: auto;
	z-index: 0;
}
/*boxes*/
#galleryNobullets
	{
	list-style-type: none;
}
#gallery
  {
	margin: 1em;
	padding: 0.5em;
	visibility: visible;
}

#gallery ul
  { display: block;
    margin: 0px;
    padding: 0px;
  }

#gallery li
  { display: block;
    list-style: none;
    float: left;
    margin: 0.25em;
    padding: 0px;
    border: solid 0px #115;
    background: #fff;
  }

#gallery li p
  { text-align: center;
    margin: 0px;
    padding: 0.5em;
  }

#gallery hr
  { clear: both;
    visibility: hidden;
    margin: 0px;
    padding: 0px;
    height: 1px;
  }
/*pretties*/
#content a:link, #content a:visited, #content a:active, #content a:hover {
  color: #7b704c;
  text-decoration: underline;
}
a:link, a:visited, a:active {
  color: #7b704c;
  text-decoration: underline;
}
a:hover {
  color: #f89227;
  text-decoration: underline;
}
h1 {
  color: #7b704c;
  font-weight: bold;
  font-size: 11px;
}

h2 {
  color: #7b704c;
  font-weight: normal;
  font-size: 17px;
}

h3 {
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
img { padding:0px; background:#e6e5e5; }
