@import url(reset.css);

/* ------ GLOBAL -------- */

body {
	background-image:url(Resources/background_brown_.jpg);
	color: #111;
	font: .8em/1.4em "Trebuchet Ms", Arial, Helvetica, sans-serif;
	}

a {
	color: #000;
	text-decoration: none;
	}
a:hover {
	color: #B38D43;
	text-decoration: underline;
	}
	
a.underline { text-decoration: underline; }

#wrap {
	margin: 0 auto;
	width: 830px;
	}
	
.left {
	float: left;
	}

.right {
	float: right;
	}
	
.right-border {
	border-left: 1px solid #B38D43;
	float: right;
	height: 100%;
	margin-left: 15px;
	padding-left: 25px;
	}

.clear {
	clear: both;
	}
	
p, h2, h3, h4 {
	margin-bottom: 1em;
	}
	
/* ------ HEADER -------- */

#header {
	background: #EEEAE4;
	width: 830px;
	min-height: 150px;
	padding-top: 20px;
	}
	
#header h1 {
	padding: 10px 25px 10px 25px;
	float: left;
	}
	
#header .address {
	border-left: 1px solid #B38D43;
	color: #593b30;
	float: left;
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0 5px 25px;
	width: 200px;
	}

#header ul#nav {
	border-top: 1px solid #B38D43;
	border-bottom: 1px solid #B38D43;
	float: left;
	margin: 10px 20px 0 20px;
	padding: 10px 0 10px 0;
	width: auto;
	}
	
	#header ul#nav li {
		display: inline;
		float: left;
		padding: 0 25px 0 25px;
		}
	
	#header ul#nav li.item {
		border-right: 1px solid #B38D43;
		}
		
	#header ul#nav li a {
		color: #593b30;
		font-size: 18px;
		text-transform: uppercase;
		}
		
		#header ul#nav li a:hover {
			color: #B38D43;
			text-decoration: none;
			}
			
/* ------ CONTENT -------- */

#content {
	background: #EEEAE4;
	padding: 20px 20px 50px 20px;
	min-height: 100%;
	}
	
h2 {
	color: #000;
	font: bold 1.4em "Trebuchet Ms", sans-serif;
	}

h3 {
	color: #B28E42;
	font: normal 1.1em "Trebuchet Ms", Arial, sans-serif;
	}
	
.profile-thumb {
	float: left;
	margin-right: 25px;
	text-align: center;
	width: auto;
	}
	
.profile-left {
	float: left;
	width: 450px;
	}
	
.profile-right {
	border-left: 1px solid #B38D43;
	float: right;
	margin-left: 15px;
	padding-left: 25px;
	text-align: right;
	width: 277px;
	}
	
/*------- FOOTER ------- */

#footer {
	background: #EEEAE4;
	color: #B28E42;
	margin-top: 10px;
	min-height: 100px;
	padding: 20px;
	text-align: right;
	}