@charset "utf-8";
/* CSS Document */
/*text and resets*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em;
	color: #000;
	background-color: #5c4221;
	background-image:url(images/background-pattern.png);
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.25em;
	color: #fff;
	font-variant:small-caps;
	font-weight: normal;
	padding: 10px 0 0 0;
}
h2 {
	font-size: 1em;
	color: #fff;
	text-transform: uppercase;
}
h3 {
	font-size: 1.75em;
	color: #5c4221;
	font-variant: small-caps;
	font-weight: normal;
}
h4 {
	font-size: 1.25em;
	color: #5c4221;
	text-transform: uppercase;
}
p {
	margin: 0 0 15px 0;
	font-size: .85em;
}
a {
	text-decoration: none;
	color: #593421;
}
a:hover {
	border-bottom: #593421 1px dotted;
}
.heading {
	color: #630;
}
/*container elements*/
#header {
	height: 85px;
	width: 40em;
	float: right;
	background: url(images/headerback.png) repeat-x bottom;
	margin: 10px -30px 20px 0;
	padding: 0 0 5px 30px;
}
#full_wrapper {
	width: 55em;
	margin: 0 auto;
}
#content_wrapper {
	background: #cfb47f url(images/decoration.gif) top right;
	float: left;
	min-width: 825px;
	width: 55em;
	padding: 0 20px 20px 20px;
}
#body_text {
	float: right;
	width: 40em;
	padding: 15px;
	background: url(images/contentback.png) repeat;
	margin: 0 0px 30px 0;
}
/*footer*/
#footer {
	background: url(images/footer.png) repeat-x bottom;
	height: 100%;
	min-height: 100px;
	color: #fff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.9em;
	margin: 30px -30px 0 -30px;
	padding: 10px 20px;
	clear: both;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: # cfb47f;
	border-bottom: #cfb47f 1px dotted;
}
#footer p {
	margin:0;
	padding: 0;
}
/*navigation*/
#navigation {
	margin-right: 50em;
	padding: 0 1em 0 0;
}
#navigation ul {
	width: 13em;
	
}
#navigation ul li {
	margin: 0 0 20px -30px;
	/*background-color: #3b2015;*/
	
	text-align:left;
	list-style: none;
}
#navigation ul li a {
	background: url(images/buttonback.png) repeat-x bottom;
	margin: 10px 0 0 0;
	line-height: 3em;
	min-height: 46px;
	height: 2em;
	width: 14em;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 0 0 20px;
	font-size: .75em;
}
#navigation ul li a:hover {
	color: #cfb47f;
	border-bottom: none;
}
/*images*/
#gallery img {
	margin: 5px;
	padding: 0;
	border: #593421 8px solid;
}
#gallery img a {
	width: 116px;
	float: left;
}
#gallery_page img {
	width: 40em;
	height: auto;
}
p.img {
	text-align: center;
	border-bottom: none;
}
/*special commands*/
.clear {
	clear: both;
}
.uppercase {
	text-transform: uppercase;
}
.general_list {
	font-size: .9em;
	margin-left: 20px;
}
.second_column {
	margin-bottom: 20px;
}
#center {
	margin-right: auto;
	margin-left: auto;
	width: 600px;
	text-align: center;
}
#photography #full_wrapper #content_wrapper #body_text p a img {
	padding-right: 20px;
}
#home #full_wrapper #content_wrapper #body_text ul {
	list-style-position: inside;
	list-style-type: circle;
	padding-left: 20px;
	font-size: 90%;
}
#home #full_wrapper #content_wrapper #body_text ul li {
	padding-bottom: 10px;
	padding-left: 10px;
}