/*####################################
#	RESET
####################################*/
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	vertical-align: baseline;
	}

a img, :link img, :visited img {
	border: 0;
	}
	
table {
	border-collapse: separate;
	border-spacing: 1px;
	}
	
ol, ul {
	list-style: none;
	}
	
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/*####################################
#	BODY,HTML
####################################*/

body,html {
	background-color: #8d8f81;
	color: #312727;
	font: 90% Verdana,"Trebuchet MS",Verdana,sans-serif;
	height: 100%;
	width: 100%;
	}
	
.clear {
	padding: 0;
	margin: 0;
	clear: both;
	}
	
.clearLeft {
	padding: 0;
	margin: 0;
	clear: left;
	}
	
.clearRight {
	padding: 0;
	margin: 0;
	clear: right;
	}
	
a {
	color: #000;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}

h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-weight: 100;
	}

h1 {
	font-size: 300%;
	}

h2 {
	font-size: 200%;
	}
blockquote {
	padding-left: 20px;
}

/*####################################
#	CONTAINER
####################################*/

#container {
	/*background: url(../images/bg.jpg) top center no-repeat;*/
	margin: 10px auto;
	width: 900px;
	height: 540px;
	border: 3px solid #aba101;
	background-color: #efefe8;
	}
	
/*####################################
#	HEADER
####################################*/

#header {
	margin: 0px auto;
	padding-top: 15px;
	width: 800px;
	}

#header p {
	font-size: 85%;
	color: #d3d4c7;
	margin-left: 250px;
	}

#header a, #header a:hover {
	color: #d3d4c7;
	text-decoration: none;
	}

/*####################################
#	CONTENT
####################################*/

#sidebar {
	width: 165px;
	float: left;
}

#sidebar .logo {
	margin-top: -25px;
	margin-left: -50px;
	}

#sidebar ul {
	list-style: none;
	margin-top: 15px;
	margin-left: 15px;
	}

#sidebar ul li {
	width: 130px;
	}

#sidebar ul li a {
	display: block;
	color: #aaab96;
	padding: 6px;
	text-decoration: none;
	}
#sidebar ul li a:hover {
	display: block;
	color: #cac460;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #e4e2bb;
	text-decoration: none;
	}

#sidebar ul li.active a {
	display: block;
	color: #cac460;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #e4e2bb;
	text-decoration: none;
	}


/*#sidebar ul li a.current_page_item, #sidebar ul li a.current_page_item:hover {
	display: block;
	color: #cac460;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #e4e2bb;
	text-decoration: none;
	}
*/
/*####################################
#	CONTENT
####################################*/

#primary_content {
	margin-top: 10px;
	float: left;
	width: 376px;
	height: 526px;
	overflow: hidden;
	}

#secondary_content {
	margin-top: 10px;
	margin-left: 10px;
        padding-right: 10px;
	float: left;
	width: 335px;
	height: 526px;
	overflow-x: hidden;
	overflow-y: auto;
}

#gallery_content {
	margin-top: 10px;
	float: left;
	width: 734px;
	height: 526px;
	overflow: hidden;
	}

#primary_content h1, #primary_content h2, #primary_content h3,
#secondary_content h1, #secondary_content h2, #secondary_content h3 {
	color: #aba101;
	margin: 10px 0;
	}

#primary_content p, #secondary_content p {
	color: #615957;
	line-height: 18px;
	text-align: justify;
        font-size: 80%;
	}

#primary_content img.border, #secondary_content img.border {
	border: 7px solid #fff;
	}

#primary_content a, #secondary_content a {
	color: #92947a;
	text-decoration: none;
        line-height: 1.5em;
	}


/*####################################
#	FOOTER
####################################*/

#footer {
	clear: both;
	margin: 10px auto;
	width: 900px;
	}

#footer p {
	font-size: 85%;
	color: #d3d4c7;
	}

#footer a {
	color: #fff;
	}

#footer .location {
	float: left;
	}

#footer .mailinglist {

	float: right;
	}

#footer .social {

	float: right;
        text-align: right;
        margin: 10px 0 0 0;
	}