@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #CCC;
}
	
#page {
	margin: 0 auto;
	width: 960px;	
}

#header {
	height: 203px;
	background-image:url(../images/header-2.jpg);
}

#header #logo {
	padding: 15px 0 0 35px;	
}

#body {
	background-image:url(../images/body-bk.gif);
	background-color: #888e90;
	background-repeat: repeat-x;
	padding: 20px 32px 0 28px;
}

#content {
	border: 7px solid #424546;
	width: 890px;
	margin: 0 auto;
}

#main {
	width: 388px;
	background: #d1d4d9;
	float: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #373737;
	padding: 20px 30px;
	min-height: 526px;
}

#main-gallery {
	width: 530px;
	background: #d1d4d9;
	float: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #373737;
	padding: 20px 30px;
	min-height: 426px;
}

#main h1 {
	font-size: 18px;
	line-height: 18px;
	padding-bottom: 10px;
}

#main h2 {
	font-size: 15px;
	padding-bottom: 3px;
}

#main h3 {
	font-size: 13px;
	padding-bottom: 3px;
}

#main p {
	line-height: 20px;
	padding-bottom: 10px;
}

#main a, #main a:link, #main a:visited {
	text-decoration: none;
	color: #777;
}

#main a:hover {
	text-decoration: underline;
}

#sidebar {
	width: 442px;
	display:inline;
	float: left;
	color: #222526;
}

#sidebar-gallery {
	width: 300px;
	display:inline;
	float: left;
	color: #222526;
	min-height: 426px;
}

#sidebar #slideshow {
	width: 100%;
	min-height: 175px;
	background-color: #323030;
	padding-top: 13px;
}

#sidebar-gallery #slideshow-gallery {
	width: 100%;
	min-height: 512px;
	background-color: #323030;
	padding-top: 13px;
}

#sidebar h1 {
	font-size: 18px;
	line-height: 18px;
	padding: 0 0 20px 22px;
	color: #CCC;
	background-color: #323030;
}

#footer {
	background-image:url(../images/footer-bk.gif);
	background-repeat: repeat-x;
	height: 89px;
	padding: 20px 50px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#footer a, #footer a:link, #footer a:visited {
	text-decoration: none;
	color: #DDD;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .credit {
	float: right;
}

#copyright {
	display:none;
}

.contact-table {
	font-size:14px;
	margin-left: 20px;
	color: #ccc;
	background-color: #323030;
}

.contact-table td {
	padding: 2px;
}

.contact-table a, .contact-table a:link, .contact-table a:visited {
	text-decoration: none;
	color: #eee;
}

.contact-table a:hover {
	text-decoration: underline;
}

.form-table {
	width: 100%;
	border: 0;
}

.form-table td {
	padding: 5px;
}

.formobject {
	border: 1px solid #424546;
	padding: 3px;
}

.formbutton {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#323030;
	border: 1px solid #333;
	color:#EFEFEF;
	padding: 5px 10px;
	margin-right: 15px;
}

.formbutton:hover {
	background-color:#545454;
	border: 1px solid #333;
	color:#FFF;
}

ul {
	margin: 0 0 10px 20px;
}
