@charset "utf-8";

/*/////////////////////////////////////////////////////////////////////// LAYOUT */

BODY {
	text-align: left;
	background-image: url("../img/bg.gif");
	background-repeat: repeat-x;
	background-color: #f6f5f1;
	background-attachment: fixed;
	font-size: 1.1em;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 12px;
	color: #776a51;
	line-height: 22px;
}

DIV#wrapper {
	width: 630px;
	height: 200px;
	margin: 0 auto;
}

/*/////////////////////////////////////////////////////////////////////// HEAD */


DIV#head {
	width:210px;
	height:400px;
	padding-top: 150px;
	text-align: right;
	position: fixed;
	background-image:url("../img/people.png");
	background-position:20px 200px;
	background-repeat:no-repeat;
}

DIV#head H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size:22px;
	font-style: normal;
	letter-spacing: 1px;
	background-color: #000000;
	display: inline;
	padding: 7px 10px;
	color: #f5f4f0;
}

/*/////////////////////////////////////////////////////////////////////// CONTENTS */

DIV#main { }

DIV#main #content {
	float: right;
	width: 400px;
	padding: 20px 0 0 10px;
}

DIV#main #content H2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 20px;
	letter-spacing: 1px;
	color: #675A41;
	margin-top: 62px;
	margin-bottom: 12px;
	clear: both;
}

DIV#main #content H3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
	color: #675A41;
	margin: 25px 0 0 0;
}

DIV#main #content P {
	margin: 0 0 5px 0;
}

DIV#main #content IMG {
	border: 10px solid white;
	margin-top: 10px;
	width: 380px;
}

A {
	text-decoration: none; 
	padding: 1px;
	font-style: italic;
}

A:link, 
A:visited {
	color: #271A01;
}

A:active, 
A:hover {
	color: #271A01;
	background-color: #e1e0db;
}

/*/////////////////////////////////////////////////////////////////////// SIDEBAR */

DIV#sidebar {
	margin: 1.5em 0 0 615px;
}

/*/////////////////////////////////////////////////////////////////////// MENU */

ul#menu {
	padding: 0;
	margin: 20px 0 0 0;
	list-style: none;
	text-align: right;
}

ul#menu li {
	padding: 0;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#b7aa91;
}
	
ul#menu li a {
	text-decoration:none;
	font-size: 11px;
	letter-spacing: 1px;
	text-align: right;
	border-bottom: none;
}

ul#menu li a:link,
ul#menu li a:visited {
	color: #776a51;
}

ul#menu li a:hover {
	color:#372A11;
}

/*/////////////////////////////////////////////////////////////////////// FOOTER */

DIV #footer {
	float: right;
	width: 400px;
	padding: 40px 0px 100px 10px;
	margin: 0 0 5px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 12px;
	color: #B7AA91;
	line-height: 22px;
	font-style: italic;
}

DIV#footer A:link, 
DIV#footer A:visited {
	color: #A79a81;
	text-decoration: none;
}

DIV#footer A:active, 
DIV#footer A:hover {
	color: #978a71;
	background-color: #e5e4e0;
	text-decoration: none;
}

/*/////////////////////////////////////////////////////////////////////// BASICS */

IMG {
	border: none;
}

DIV#homeblob {
	line-height: 25px;
	margin-top: 80px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 20px;
	letter-spacing: 1px;
	color: #675A41;
	clear: both;
}

DIV#homeblob A:link, 
DIV#homeblob A:hover {
	color: #271A01;
}
