html {
	height: 100%;
}

body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #f9f9f9;
	background-image: url(../images/gradient.jpg);
	background-repeat: repeat-x;
	height: 100%;
}

table {
	color: #3f3827;
}

h2 {
	color: #3f3827;
}

h3 {
	font-size: 14px;
	color: #3f3827;
}

p {
	color: #3f3827;
}

ul, li {
	color: #3f3827;
	margin-top: 12px;
}

a:focus, a:hover, a:active, a { outline:none;}

#sidebar a{
	text-decoration: none;
	color: #3f3827;
}

#wrapper {
	position: relative;
	width: 999px;
	background-image: url(../images/shadows1.png);
	background-repeat: repeat-y;
	height: auto;
	min-height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0 8px 0 8px;
	overflow: visible;
	max-width: 984px;
}

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 96px;
	position: relative;
}

#nav {
	background-image: url(../images/nav_bar.png);
	background-repeat: no-repeat;
	height: 41px;
	position: absolute;
	top: 76px;
	width: 100%;
	z-index: 10;
	padding-top: 14px;
	display: inline-table;
	text-align: center;
}

#column_wrapper{
	background-color: #FFF;
	background-image: url(../images/content-gradient.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -15px;
	margin-left: 0px;
	width: 100%;
}

#shadow_data {
	background-image: url(../images/sidebar.png);
	background-repeat: repeat-y;
	z-index: 1;
	position: relative;
	overflow: hidden;
}

#sidebar {
	float: left;
	width: 307px;
}

#data_wrapper{
	float: right;
	width: 676px;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 164px;
	position: relative;
	overflow: visible;
}

#gallery {
	position: relative;
	margin-bottom: -20px;
}

#gallery_shadow {
	background-image: url(../images/shadow.png);
	background-repeat: repeat-y;
	height: 451px;
	left: -1px;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 10px;
}
	
#content {
	width: 641px;
	height: 1%;
	overflow: hidden;
	margin-left: 18px;
	margin-right: 18px;
	margin-top: 15px;
}

#footer {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	height: 44px;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 200;
}

#footer p {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 14px;
	margin: 20px 0 0 40px;
	word-spacing: -2px;
}
#media_vault {
	display: none;
}

.marginLeft {
	margin-left: 15px;
}

.img_mar_align_right {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}

.img_mar_align_left {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
