* {
	outline: none;
	margin: 0;
	padding: 0;
	border: 0;
}
html, body {
	height: 100%;
	width: 100%;
	background: #fff;
	font-family: "Trebuchet MS", "Trebuchet";
	font-size: 10pt;
	color: #333366;
	background: #ECE9E3 url("../gfx/beach_bg.jpg");
}
.clearer {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}
#main_container {
	width: 950px;
	margin: 0 auto;
	min-height: 601px;
	background: #ECE9E3 url("../gfx/main_container_bg.jpg");
}
#left_subcontainer {
	width: 449px;
	height: 586px;
	float: left;
	
	background: #ECE9E3 url("../gfx/left_subcontainer_bg.jpg");
}
#postcard_img {
	margin: 30px 0 0 42px;
}
#postcard_txt {
	margin: 9px 0 0 80px;
}
#right_subcontainer {
	width: 501px;
	float: right;
}
#right_header {
	width: 501px;
	height: 246px;
	background: #ECE9E3 url("../gfx/right_header_bg.jpg");
}
#menu  {
	padding-top: 50px;
}
#menu a {
	color: #333366;
	text-decoration: none;
}
#menu a:hover {
	color: #7F87A9;
	text-decoration: underline;
}
#menu li {
	font-size: 11px;
	display: inline;
	padding: 0 7px 0 8px;
	border-left: 1px solid #333366;
}
#menu .first, #menu .activefirst {
	border: 0;
	padding-left: 4px;
}
#menu .active {
	color: #7F87A9;
}
#logo {
	margin: 30px 0 0 160px;
}
#right_content {
	width: 496px;
	min-height: 351px;
	padding-left: 5px;
	background: url("../gfx/content_bg.jpg") no-repeat;
}
#content {
	font-size: 9pt;
	width: 415px;
	padding: 10px 0 0 0;
	text-align: justify;
}
#content a {
	color: #5360A0;
}
#content a:hover {
	color: #93A9F1;
	text-decoration: none;
}
#content .extLink {
	padding-right: 14px;
	background: url("../gfx/icon_nw.gif") center right no-repeat;
}
#content p {
	margin-bottom: 14px;
}
#content p.date {
	font-style: italic;
	font-size: 7pt;
	text-align: right;
}
#content ul, #content ol {
	margin-left: 25px;
}
#page_up {
	background: url("../gfx/page_up.gif") no-repeat;
	background-position: top;
	margin: 0 0 0 390px;
}
#page_up:hover {
	background: url("../gfx/page_up.gif") no-repeat;
	background-position: bottom;
}
#footer {
	width: 945px;
	height: 30px;
	float: left;
	background: url("../gfx/footer_bg.jpg") no-repeat;
}
#footer p {
	color: #C5C6E1;
	font-size: 9px;
	margin: -5px 0 0 500px;
}
#footer a {
	color: #C5C6E1;
	text-decoration: none;
}
#footer a:hover {
	color: #9194D0;
}
.save_email {
	display: none;
}
/* contactform css starts here */
#content .warning {
	font-weight: bold;
	color: #93A9F1;
	padding: 0 0 5px 70px;
}
#content label {
	float: left;
	display: block;
	width: 60px;
	padding-right: 10px;
	height: 23px;
}
#content .forminput,#content .formtextarea {
	float: left;
	display: block;
	font-family: "Trebuchet MS", "Trebuchet";
	font-size: 9pt;
	color: #333366;
	width: 337px;	
	border: 1px solid #333366;
	background: #fff;
	padding: 3px;
	margin-bottom: 5px;
}
#content .forminput:focus,#content .formtextarea:focus,#content .submitbutton:focus {
	background: #EFF4FC;
}
#content .formtextarea {
	height: 60px;
}
#content .submitbutton {
	float: right;
	color: #333366;
	display: block;
	border: 3px double #333366;
	font-family: "Trebuchet MS", "Trebuchet";
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 4px 0 2px 0;
	margin-bottom: 10px;
	background: #fff;
	outline:none; 
}
#content .submitbutton:hover {
	color: #93A9F1;
}
/* gallery part */
.gallery_dir {
	margin: 15px;
	padding: 5px;
	border: 1px solid #ccc;
	width: 160px;
	height: 160px;
	text-align: center;
	float: left;
}
.gallery_dir img {
	margin: 15px 0 4px 0;
	border: 1px solid #ccc;
}
.gallery_dir a {
	text-decoration: none;
}
.gallery_dir a:hover img, .gallery_thumb a:hover img {
	-moz-opacity: 0.75;
	opacity: 0.75;
}
.gallery_thumb {
	margin: 3px;
	padding: 5px;
	border: 1px solid #ccc;
	text-align: center;
	float: left;
}
.gallery_thumb_holder {
	position: relative;
	min-height: 450px;
}
#gallery_large {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: url("../gfx/bg_alpha.png");
	display: none;
}
.gallery_large_holder_img {
	padding: 5px;
	background: #fff;
	border: 1px solid #ccc;
}
#gallery_loader {
	background-image: url("../gfx/loading.gif");
	background-position: center;
	background-repeat: no-repeat;
}