@charset "UTF-8";
/* CSS Document */


/* ### BODY ###################################################################### */
body {
	background:#ccc;
	background-image:url('images/back.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	color:#000;
	font-family:"Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height:16px;
}
/* \*/ * html body {
	text-align:center;
	font-size:small;
} /* *//* IE 5.5 Hack */
.clearer {
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
}
.clear {
	clear:both;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.warning {
	color:#f00;
	background: inherit;
}


/* ### PAGE ###################################################################### */

#website {
	padding-top:50px;
}

#container {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	border:solid 1px #fff;
	
	border:solid 1px #9A874F;
	-moz-box-shadow: 2px 2px 3px 3px #E2DCC4; /* Mozilla Firefox */
	-webkit-box-shadow: 2px 2px 3px 3px #E2DCC4; /* Google Chrome */
	box-shadow: 2px 2px 3px 3px #E2DCC4;
}

#webpage {}

#header {
	height:180px;
	background-color:#fff;
	background-image:url('images/banner.jpg');
}

#content {
	height:500px;
	background-color:#fff;
}

#mainContent {
	width:700px;
	float:left;
}

#contentContainer {
	padding:15px 20px;
	text-align:left;
}
#contentContainer a:link {
	text-decoration:underline;
	color:#695C39;
}

#contentContainer a:visited {
	text-decoration:none;
	color:#695C39;
}

#contentContainer a:hover {
	text-decoration:underline;
	color:#362615;
}

#contentContainer a:active {
	text-decoration:none;
	color:#695C39;
}

#contentRight {
	float:right;
	width:200px;
	margin:4px 5px 10px 10px;
	padding:7px 7px 7px 7px;
	background-color:#e1d5af;
	border:solid 1px #cbc18d;
}

#footer {
	background-color:#fff;
	padding-top:10px;
	padding-bottom:10px;
	border-top:solid 1px #9A874F;
}

#footerContent {
	font-size:10px;
	text-align:center;
}

/* ### Navigation top ############################################################### */

#horizNav {
	background-color:#fff;
	text-align:right;
	padding-right:25px;
	padding-top:10px;
	padding-bottom:10px;
	border-top:solid 1px white;
	border-bottom:solid 1px white;
}

#horizNav a:link {
	text-decoration:none;
	color:#695C39;
}

#horizNav a:visited {
	text-decoration:none;
	color:#695C39;
}

#horizNav a:hover {
	text-decoration:underline;
	color:#362615;
}

#horizNav a:active {
	text-decoration:none;
	color:#695C39;
}

/* ### Navigation left ############################################################### */

#navLeft {
	float:left;
	width:200px;
	padding:12px 0px 0px 0px;
}

#navContent li {
	display:block;
	padding:0px 0;
	background-color:#fff;
	margin-bottom:15px;
	text-align:right;
}

#navContent li a:link {
	text-decoration:none;
	color:#695C39;
	padding:0 0px;
}

#navContent li a:visited {
	text-decoration:none;
	color:#695C39;
	padding:0 0px;
}

#navContent li a:hover {
	text-decoration:underline;
	color:#362615;
	padding:0 0px;
}

#navContent li a:active {
	text-decoration:none;
	color:#695C39;
	padding:0 0px;
}

/* ### Content ############################################################### */

h1 {
	font-size:16px;
	font-weight:bold;
	color:#695C39;
	line-height:20px;
}

h2 {
	font-size:14px;
	font-weight:bold;
	color:#695C39;
	line-height:16px;
}
h3 {
	font-size:12px;
	font-weight:bold;
	color:#695C39;
	line-height:14px;
}
img.right {
	float:right;
	background-color:#cbc18d;
	margin:5px 10px;
	border:solid 1px #cbc18d;
}

img.left {
	float:left;
	background-color:#999;
	margin:5px 15px 0 0;
	border:solid 1px #cbc18d;
}
