@charset "utf-8";
/* CSS Document */

/* Normalizes margin, padding */
div, dl, dt, dd, ol, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td   
{
	margin:0;
	padding: 0;
	font-size: 12px;
}


/* Normalizes font size for headers */
h1, h2, h3, h4, h5, h6
{font-size: 100%}
/* Normalizes font-style and font-weight to normal */
address, caption, city, code, dfn, em, th, var 
{font-style: normal; font-weight:normal;}

body {
	padding: 0px;
	background-color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/bg_tile.jpg);
}
.small {
	font-size: 9px;
}

#Container {

	width: 1025px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/sh.png);
	background-repeat: repeat-y;
}
#header {
	height: 200px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #85775D;
	line-height: 18px;
}
#topShadow {
	width: 1025px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/top_sh.png);
	height: 25px;
}

#content .LeftContent {
	float: none;
	width: 890px;
	border-right-color: #85775D;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: #252525;
}
#content .contact {
	float: right;
	padding: 25px;
	margin-right: 25px;
	width: 300px;
	text-align: center;
}

#content .RightContent {
	width: 600px;
	margin-right: auto;
	margin-left: 0px;
	text-align: center;
	float: none;
}
#content .RightContent .gal_menu {
	margin: 0px;
	padding: 0px;
}
#content .RightContent .gal_menu li a img {
	list-style-type: none;
	padding: 6px;
	border: 1px solid #847A57;
}
#content .RightContent .gal_menu li {
	list-style-type: none;
	padding: 2px;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#content .RightContent .gal_menu a:hover img {
	filter:alpha(opacity=50);
	opacity: 0.5;
	background-color: #333;
}

#footer {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #D5CEC1;
	padding-top: 8px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#bottomShadow {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bottom_sh.png);
	background-repeat: no-repeat;
	height: 25px;
	text-align: right;
	padding-right: 25px;
	font-size: 9px;
	color: #85775D;
	padding-top: 5px;
}



/* Removes border from fieldset and img */
fieldset, img
{border:0}

/* Left-aligns text in caption and th */
caption, th
{text-align:left}

a:link {
	COLOR: #BBA47A;
	TEXT-DECORATION: underline;
}
a:visited {
	COLOR: #897D67;
}
a:hover { COLOR: #6E6458; }
a:active {
	COLOR: #2F2F2F;
}
.spacer {
	clear: both;
}
#content .LeftContent  .imgFrame {
	padding: 4px;
	border: 1px solid #85775D;
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}
.center {
	text-align: center;
	font-weight: bold;
}

