body {
	background:#fff url(images/background.gif);
	color:#000000;
	font-family:Verdana,Arial,sans serif;
	font-size:0.75em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1em;
	min-width:900px;
	text-align:center;
}

#container {
	margin:0pt auto;
	text-align:left;
	width:773px;
	position:relative;
}

#header {
	background: url(images/banner.jpg) no-repeat center; 
	height:233px;
}

#content {
	width:773px;
	background: url(images/textarea.jpg) repeat-y center;
}

#menu {
  position:absolute;
  left:200px;
  top:160px;
  height:38px;
}

#menu li {
  float:left;
  padding:5px;
}

#menu a {
  display:block;
  text-decoration:none;
  text-indent:-5000px;
}

#menu #home {
  background:url('images/home.jpg') no-repeat;
  background-position: 0 -38px;
  width:100px;
  height:38px;
}

#menu #home:hover {
  background:url('images/home.jpg') no-repeat;
  background-position: 0 0px;
  width:100px;
  height:38px;
}

#homepage #menu #home {
  background:url('images/home.jpg') no-repeat;
  background-position: 0 0px;
  width:100px;
  height:38px;
}

#menu #galleries {
  background:url('images/galleries.jpg') no-repeat;
  background-position: 0 -38px;
  width:150px;
  height:38px;
}

#menu #galleries:hover {
  background:url('images/galleries.jpg') no-repeat;
  background-position: 0 0px;
  width:150px;
  height:38px;
}

#galleriespage #menu #galleries {
  background:url('images/galleries.jpg') no-repeat;
  background-position: 0 0px;
  width:150px;
  height:38px;
}

#menu #contact {
  background:url('images/contact.jpg') no-repeat;
  background-position: 0 -38px;
  width:160px;
  height:38px;
}

#menu #contact:hover {
  background:url('images/contact.jpg') no-repeat;
  background-position: 0 0px;
  width:160px;
  height:38px;
}

#contactpage #menu #contact {
  background:url('images/contact.jpg') no-repeat;
  background-position: 0 0px;
  width:160px;
  height:38px;
}

#menu a:hover {
  text-decoration:underline;
  background:#F7B1F0;
  /*border:1px solid #;*/
}

#content_container {
	background: url(images/content-back.jpg) repeat-y top;

}

p {
	margin: 0 45px 0 45px;
	padding: 10px 5px 10px 5px;
	line-height:1.5em;
}

h1 {
	font-size:2em;
	padding:20px 45px 20px 45px;
	font-weight:bold;
}

h2 {
	font-size:1.5em;
	padding:15px 50px 15px 50px;
	font-weight:bold;
}

#content_container form dt {
  clear:both;
  width:40%;
  float:left;
  text-align:right;
  margin-top:0.1em;
  font-weight:bold;
  margin-right:0.5em;
}

#content_containter form dd {
  float:left;
  width:55%;
  margin:0 0 0.5em 0.25em;
}

#footer {
	height:47px;
	background:url(images/footer.jpg) no-repeat center;
}

.left img {
	float:left;
	padding-left:5px 50px 5px 5px;
}	

.center iframe, .center img {
	display:block;
	margin:0pt auto;
}
	

