* {
	margin:0px;
	padding:0px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}
html, body {
	height:100%;
	width:100%;
}
body {
	background-color:#736d6a;
}
a, a img, img {
	text-decoration:none;
	border:none;
}
h1 {
	font-weight:bold;
	font-size:16px;
	margin:5px;
}
h2, legend {
	font-weight:bold;
	font-size:14px;
	margin:3px;
}
h3 {
	font-weight:bold;
	font-size:12px;
	margin:3px;
}
fieldset {
	width:80%;
	margin:10px auto auto auto;
	background-color:#EFEFEF;
	border:1px solid #CCCCCC;
	padding:11px;
}
fieldset dl {
	clear:both;
	margin:10px;
}
fieldset dt {
	width:200px;
	font-weight:bold;
	float:left;
	text-align:right;
	margin-right:5px;
}
fieldset dd {
	
}
fieldset dd input, fieldset dd select, fieldset dd textarea {
	font-size:11px;
	padding:1px;
}
input#email {
	width:220px;
}
dt b {
	color:#FF0000;
	font-weight:bold;
	padding-right:5px;
}

/* Layout divs */
#outer_container {
	/* nothing here yet */
}
#content {
	margin:0px auto 0px auto;
	background:url('../images/gallery_body/background.png');
	background-repeat:repeat;
	width:935px;
	min-height:300px;
}

#content.home {
	width:935px; 
	height:587px; 
	background-image:url('../images/home/home_bg.png');
	background-repeat:repeat-x;
	text-align:center;
}
#content.home a img {
	margin:0px 25px 0px 25px;
}

#content_header {
	width:935px;
	height:71px;
	background-image:url('../images/gallery_body/header.png');
	background-position:top left;
	background-repeat:no-repeat;
	text-align:right;
}
#content_body {
	padding:15px;
}
#page_body {
	padding:10px;
}
#menu {
	text-align:center;
}
#menu ul {
	list-style:none;
	margin-left:250px;
	padding-top:23px;
}
#menu li {
	float:left;
	margin:6px 10px;
}
#menu a {
	font-size:12px;
	font-family:"Arial Black", Gadget, sans-serif;
	text-transform:uppercase;
	color:#FFFFFF;
	font-weight:bold;
}
#slideshow_big {
	text-align:center;
	height:515px;
}
#slideshow_big table {
	height:515px;
}
#slideshow_big_table {
	background-image:url('../images/ajax-loader.gif');
	background-repeat:no-repeat;
	background-position:50% 50%;
}
#slideshow_big_title {
	text-align:left;
	width:175px;
	font-family:Helvetica;
	font-size:9pt;
	font-stretch:extra-condensed;
	text-transform:uppercase;
	color:#685c53;
}
#slideshow_big_title a {
	color:#685c53;
	font-size:9pt;
}
#slideshow_big_title .subtitle {
	text-align:left;
	color:#685c53;
	font-size:8pt;
}
#slideshow_small {
	text-align:center;
	padding:5px;
	min-height:42px;
}
#slideshow_small img {
	margin:2px;
}
.form_head {
	text-align:center;
	border-bottom:2px solid #333333;
}
.err_message {
	color:#FF0000;
	padding-left:10px;
}

/* Handle Messages */
fieldset.message {
	width:80%;
	margin:10px auto auto auto;
	background:#CF9;
	border:1px solid #FF0;
	padding:11px;
	color:#FF0;
	text-align:center;
}
fieldset.message h3 {
	color:#FF0;
	padding:5px;
	text-align:center;
}

fieldset.error {
	width:80%;
	margin:10px auto auto auto;
	background:#ffe5e5;
	border:1px solid #FF0000;
	padding:11px;
	color:#FF0000;
	text-align:center;
}
fieldset.error h3 {
	color:#FF0000;
	padding:5px;
	text-align:center;
}
fieldset.success {
	width:80%;
	margin:10px auto auto auto;
	background:#e5ffe5;
	border:1px solid #00FF00;
	padding:11px;
	color:#00FF00;
	text-align:center;
}
fieldset.success h3 {
	color:#00FF00;
	padding:5px;
	text-align:center;
}
