html {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Verdana,Tahoma,Arial,Sans-Serif;
	font-size: 11px;
	color: #000000;
	padding:0;
	margin:0;
	background-color: #181613; 
	background-image: url(images/back.gif); 
}

img {
	border: none;
}

h1 {
	text-align: center;
	font-family: Arial,Sans-Serif;
	font-size: 14px;
	padding: 25px 0 0 0;
	margin: 0px;
	font-weight: bold;
	font-style: italic;
	color: #181613;
}

#container {
	position: relative;
	top: 25px;
	margin-left: auto;
	margin-right: auto;
	width: 766px;
}

#header {
	background-image: url(images/top_purple.gif);
	height: 40px;
	text-align: center;
	font-size: 14px;
	color: #754fac;
	font-weight: bold;
	font-style: italic;
	font-family: Arial,Sans-Serif;
	padding-top: 7px;
}

#logo {
	float: left;
}

.button {
	float: left;
}

.button img {
	border: none;
}

#body {
	clear: both;
}

#left_column {
	width: 258px;
	height: 465px;
	background-image: url(images/paper_back.jpg);
	float: left;
}

#contact_form {
	padding: 12px;
}

#main_text {
	padding: 0px 15px 7px 15px;
	line-height: 20px;
}

.gallery_link {
	line-height: 25px;
	text-align: right;
	padding-right: 50px;
	font-weight: bold;
	font-size: 13px; 
}

.gallery_link a {
	text-decoration: none;
	color: #660000;
}

.galleryThumb {
	padding: 12px 0 0 12px;
	float: left;
}

#right_column {
	float: right;
	background-color: #660000;
	width: 508px;
}

#photo {
	vertical-align: bottom;
}

#content {
	height: 204px;
}

.content_text {
	padding: 10px;
	color: #FFF;
	font-family: Arial,Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

.content_image {
	padding: 10px 10px 0 10px;
	float: right;
}

#sub_footer {
	background-image: url(images/footer_back.jpg);
	height: 63px;
	clear: both;
}

#sub_footer .text_box {
	width: 25%;
	float: left;
	padding: 18px 31px 0 31px;
	text-align: center;
}



#footer {
	background-image: url(images/bottom_green.gif);
	height: 41px;
}