@charset "UTF-8";
/* CSS Document */

body {
	background-color: #2A2A2A;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#container {
	position: relative;
	width: 850px;
	margin: 0 auto;
	padding: 0px 0px 15px 65px;
}

#header {
	position: relative;
	width: 850px;
	padding: 70px 0px 0px 0px;
	text-align: right;
}

#content {
	position: relative;
	width: 850px;
	background-color: #FFFFFF;
	text-align: left;
	color: #303030;
}

.column-left {
	position: relative;
	width: 200px;
	padding: 70px 25px 25px 25px;
	text-align: right;
	font-size: 9pt;
	line-height: 14pt;
}

.column-left a:link, a:visited {
	color: #303030;
}

.column-left a:hover {
	color: #cc6044;
}

.column-right {
	float: right;
	height: 468px;
	width: 550px;
	padding: 25px;
	font-size: 9pt;
	background-color: #EEE6E0;
	border-left-color: #BBB4A0;
	border-left-style: solid;
	border-left-width: 1px;
}

.column-right2 {
	float: right;
	height: 468px;
	width: 550px;
	padding: 25px;
	font-size: 9pt;
	background-color: #EEE6E0;
	background-image: url(images/divider.gif);
	background-position: left;
	background-repeat: repeat-y;
}

.column-right3 {
	float: right;
	height: 468px;
	width: 542px;
	padding: 25px 25px 25px 25px;
	font-size: 9pt;
	background-color: #F6F3F0;
	border-left-color: #BBB4A0;
	border-left-style: solid;
	border-left-width: 8px;
}

#home-photo {
	position: relative;
	float: right;
}

#gallery {
	position: relative;
	float: right;
	width: 385px;
	padding-left: 10px;
}

#holder {
	position: absolute;
	width: 450px;
	right: 12px;
	top: 12px;
	text-align: center;
}

#clear {
	clear: both;
}

#footer {
	position: relative;
	width: 800px;
	padding: 25px;
	color: #cc6044;
	font-size: 8pt;
	text-align: center;
}

#logo {
	position: absolute;
	top: 12px;
	left: 2px;
}

#mOver-homeLeft {
	position: absolute;
	bottom: 0px;
	left: 250px;
	width: 300px;
	height: 309px;
}

#mOver-homeLeft:hover {
	position: absolute;
	bottom: 0px;
	left: 250px;
	width: 300px;
	height: 309px;
	background-image: url(images/homePhoto_left.gif);
	background-position: center;
	background-repeat: no-repeat;
}

#mOver-homeRight {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 300px;
	height: 309px;
}

#mOver-homeRight:hover {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 300px;
	height: 309px;
	background-image: url(images/homePhoto_right.gif);
	background-position: center;
	background-repeat: no-repeat;
}

/* Font styles */

h1 {
	padding: 30px 0px 0px 0px;
	margin: 0px;
	color: #cc6044;
	font-size: 10pt;
	font-weight: bold;
}

h2 {
	padding: 0px 0px 6px 0px;
	margin: 0px;
	color: #cc6044;
	font-size: 9pt;
	font-weight: bold;
}