/*
	Colors
	---------------------------
	503417
	99877A

	9A141B
	
	FEF8E6

*/

/***** Default Elements *****/

html {
	height: 100%;
}

body {
	font-family: Georgia, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #503417;

	background: #FEF8E6 url(../img/body.gif) repeat-y top center; 
	text-align: center;
	
	height: 100%;
}

a {
	color: #9A141B;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.5em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #9A141B;
	text-decoration: none;
}

h1 {
	color: #9A141B;
	font-size: 1.5em;
	font-style: italic;
	font-weight: normal;
}

h2 {
	font-size: 1.3em;
	font-style: italic;
	font-weight: normal;
}

h3 {
	font-size: 1.1em;
	color: #503417;
}

input, select, textarea, button {
	
}

p, ul, ol {
	margin-bottom: 1em;
	line-height: 1.6em;
}

ul {
	
}

ol {
	
}

/***** Global *****/

.clear { clear:both; }

.text-left 				{ text-align:left; }
.text-right 			{ text-align:right; }
.text-center 			{ text-align:center; }
.text-justify 			{ text-align:justify; }

.bold 					{ font-weight:bold; }
.italic 				{ font-style:italic; }
.underline 				{ border-bottom:1px solid; }
.highlight 				{ background:#ffc; }

.float-left 			{ float:left; }
.float-right 			{ float:right; }

.image-left 			{ float:left; margin:4px 10px 4px 0; }
.image-right 			{ float:right; margin:4px 0 4px 10px; }

.readmore 				{ text-align: right; font-weight: bold; }
.readmore a 			{  }
.readmore a:hover 		{  }

.back_to_list 			{ text-align: left; font-weight: bold; }
.back_to_list a			{  }
.back_to_list a:hover 	{  }

/***** Navigation *****/

#navigation-wrapper {
	padding: 0 340px 10px 50px;
}

#nav-main {
	background: transparent url(../img/nav-main.gif) no-repeat center;
	width: 100%;
	margin: 0;
}

#nav-main li {
	display: inline-block;
	margin: 5px 0;
}

#nav-main a {
	color: #503417;
	padding: 0 8px;
	border-left: 1px solid #99877A;
}

#nav-main a:hover {
	
}

#nav-main li.first a, #nav-main .nav-main-4 a {
	border: none;
}

#nav-sec {
	position: absolute;
	right: 40px;
	bottom: 60px;
	width: 140px;
	background: transparent url(../img/nav-sec.gif) no-repeat top center;
	padding-top: 115px;
}

#nav-sec li {
	margin: 5px 0;
	text-align: center;
}

#nav-sec a {
	text-decoration: none;
	padding: 2px 10px;
	color: #99877A;
}

#nav-sec a:hover {
	color: #503417;
	text-decoration: underline;
}

/***** Layout *****/

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 960px;
	background: transparent url(../img/wrapper.jpg) no-repeat top center;
	height: 100%;
}

#header {
	width: 660px;
	margin: 0 auto;
}

#content {
	width: 580px;
	margin: 0 auto;
	text-align: left; 
}

.two-columns {
	float: left;
}

.two-columns h1 {
	margin-left: 315px;
}

.column {
	width: 240px;
	padding: 0 25px;
}

.gallery {
	float: left;
	margin-top: -30px;
}

.gallery-list {
	float: left;
	margin-top: 0 auto;
}

.gallery-list li {
	float: left;
	margin: 5px;
	list-style-type: none;
}

.gallery-list li a {
	float: left;
}
