body {
	margin: 0px;
	background: url("img/mainbg.jpg") repeat-y center #000; 
	font-size: 0px;
	padding: 0px;
}

#header {
	width: 674px;
	height: 139px;
	margin: auto;
}

.menubar {
	margin: auto;
	width: 674px;
	height: 6px;
	background: url("img/menubar.gif") repeat-x;
}

#menuHolder {
	height: 24px;
	width: 674px;
	margin: auto;
}

#contentHolder {
	width: 674px;
	margin: auto;
}

#content {
	padding: 10px;
	width: 350px;
	font-size: 12px;
	font-family: tahoma, verdana;
	line-height: 1.4em;
	color: #fff;	
}

#button_home a {
	display:block; float: left;
	width:65px;
	height:23px;
	background: url("img/buttons.png") 0px 0px no-repeat;
}

#button_home a:hover {
   background-position: 0px -24px;
}

#button_portfolio a {
	display:block; float: left;
	width:80px;
	height:23px;
	background: url("img/buttons.png") -65px 0px no-repeat;
}

#button_portfolio a:hover {
   background-position: -65px -24px;
}

#button_myspace a {
	display:block; float: left;
	width:99px;
	height:23px;
	background: url("img/buttons.png") -145px 0px no-repeat;
}

#button_myspace a:hover {
   background-position: -145px -24px;
}

#button_blog a {
	display:block; float: left;
	width:48px;
	height:23px;
	background: url("img/buttons.png") -242px 0px no-repeat;
}

#button_blog a:hover {
   background-position: -242px -24px;
}

#button_cal a {
	display:block; float: left;
	width:87px;
	height:23px;
	background: url("img/buttons.png") -290px 0px no-repeat;
}

#button_cal a:hover {
   background-position: -290px -24px;
}

#button_wishlist a {
	display:block; float: left;
	width:80px;
	height:23px;
	background: url("img/buttons.png") -377px 0px no-repeat;
}

#button_wishlist a:hover {
   background-position: -377px -24px;
}

#button_links a {
	display:block; float: left;
	width:55px;
	height:23px;
	background: url("img/buttons.png") -457px 0px no-repeat;
}

#button_links a:hover {
   background-position: -457px -24px;
}

#button_charities a {
	display:block; float: left;
	width:81px;
	height:23px;
	background: url("img/buttons.png") -512px 0px no-repeat;
}

#button_charities a:hover {
   background-position: -512px -24px;
}

#button_booking a {
	display:block; float: left;
	width:79px;
	height:23px;
	background: url("img/buttons.png") -593px 0px no-repeat;
}

#button_booking a:hover {
   background-position: -593px -24px;
}

fieldset {
	border: 0px;
}

label {float: left;  text-align: left; width: 90px; font-weight: bold;}

input {
	color: #000;
	margin-bottom: 2px; font-size: 11px; border: 1px solid #fff;
	background-color: #C0C0C0;
}
textarea {
	font-family: verdana, arial;
	color: #000;
	float: left; overflow: auto; clear: both; width: 320px; font-size: 11px; border: 1px solid #fff;;
	background-color: #C0C0C0;
}

#pres {
	text-align: justify;
}

#news_holder { 
	text-align: left;
	padding: 4px;
	font-family: verdana, arial, helvetica;
	float: left;

}

.news_holder { 
	margin-top: 15px;
	color: #fff;
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	width: 620px;
}

.news_date { 
	float: left;
	margin-bottom: 5px;
	font-weight: bold;
}

.news_titel { 
	font-weight: bold;
	float: left;
	margin-bottom: 5px;
}


.news_news { 
	text-align: left;
	clear: left;
}

#links {
	width: 620px;
	float: left;
	text-align: left;
}

.link{ 
	margin-top: 4px;
	clear: left;
}

.link_holder, .link_holder a:visited { 
	color: #fff;
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	margin-bottom: 10px;
	text-align: center;
}

.link_holder a:hover{ 
	color: #fff;
}


.link_banner { 
	margin-top: 4px;
	text-align: center;
}

.link_banner img { 
	border: 1px solid black;
}

.link_banner_desc {
	float: left;
}

#link_cat_holder ul {
	text-align: center;
	padding-left: 0px;
	margin-left: 0px;
}

#link_cat_holder li {
	display:inline;
	list-style-type: none;
}

#link_cat_holder a {
	color: #fff;
	font-size: 12px;
}

#link_cat_holder a:hover {
	color: #fff;
}


.link_cat_active, .link_cat_active a { 
	color: #fff;
	font-weight: bold;
}

.gal_front_holder { 
	float: left;
	background-color: #000;
	border: 1px solid #000;
	margin-left: 10px;
	margin-top: 10px;
	width: 100px;
}

.gal_pic_holder {
	color: #FFF;
	float: left;
	text-align: center;
	margin-bottom: 30px;
	margin: auto;
	margin-left: 10px;
	margin-top: 3px;
	width: 100px;
	height: 125px;
}

.gal_pic_holder img{
	border: 1px solid #000;
	margin: auto;

}

.gal_front_info {
	font-size: 11px;
	clear: left;
	color: #FFF;
	width: 100px;
	text-align: center;
}

.gal_pic_info {
	font-size: 11px;
	clear: left;
	color: #FFF;
	width: 102px;
	text-align: center;
	background-color: #000;
}