html,body,td,th,div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position:relative;
}
a:link, a:visited, a:active {
	color: #7c2269;
	text-decoration: none;
}
a:hover {
	color: #776d59;
	text-decoration: none;
}
a img{
	border:1px solid #7c2269;
}
form {
	margin: 0;
}
h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
}
#menu li, #menu ul{
	margin:0px;
	padding:0px;
	display:block;
}

.header {
	width:1000px;
	height:304px;
	background-image:url(images/header.png);
	position:absolute;
	left:0px;
	top:0px;
}
.menu {
	background-color: #EEEEEE;
	padding: 10px;
	width: 150px;
	vertical-align: top;
}
.menu ul, .menu li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 5px;
}
body{
	font-family:arial,sans-serif;
	color:#fff;
	background-color:#7c2269;
	padding:0px;
	margin:0px;
}
h1{
	margin-top:0px;
}
#wrap{
	width:1000px;
	background-image:url(images/bg.jpg);
	background-attachment:fixed;
	background-position:center;
	margin:0 auto;
	border-right:2px solid #550043;
	border-bottom:20px solid #550043;
	border-left:2px solid #550043;
	min-height:700px;
}

#menu{
	position:relative;
	float:left;
	left:-2px;
	top:160px;
	z-index:200;
}
input, textarea{
	background-color:#ffffff;
	border:1px solid #7c2269;
}
#menu a{
	color:#ffffff;
	text-decoration:none;
	display:block;
	margin-bottom:8px;
	padding:14px 10px;
	background-color:#7c2269;
	width:100px;
	border-right:2px solid #550043;
	border-bottom:2px solid #550043;
}
#menu a:hover,#menu .menu_current{
	color:#776d59;
	background-color:#d9c8a2;
}
#menu input{
	width:118px;
}

#content{
	/*border:1px solid #776d59;*/
	position:relative;
	width:760px;
	padding:320px 20px 20px 10px;
	float:right;
	/*
	background-image:url(images/logo_cut.gif);
	background-repeat:no-repeat;
	background-attachment:fixed;*/
}

/*/ GUEST BOOK */
table.gbentry {
  width: 98%;
  border: 1px solid #7c2269;
  border-collapse: collapse;
  margin-bottom: 10px;
}

table.gbentry td.gbtitle {
  font-weight: bold;
  padding: 0 5px 0 5px;
  background-color: #7c2269;
  color: #d9c8a2;
}

table.gbentry td.gbcontent {
  padding: 5px; 
  background-color: #FFFFFF;
  color: #776d59;
}

img.button {
  vertical-align: bottom;
}
