@charset "UTF-8";

.hide {
	position: absolute;
	left: -9999px;
}

.clear {
	clear: both;
}

body {
	margin: 0;
	padding: 0;
}

div.wrapper {
	width: 960px;
	margin: 0 auto;
}

a:link, a:visited, a:hover {
	color: #62340a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

body {
	font-family: Verdana, Arial, sans-serif;
	background-color: #b5a995;
}



div#header {
	background: url(../_images/body-bg-top.gif) top repeat-x;
}

	div#header div.wrapper {
		height: 91px;
		background: transparent url(../_images/logo.jpg) top left no-repeat;
	}

	div#header ul {
		list-style:none;
		margin: 0;
		padding: 67px 0 0 300px;
		font-size: 12px;
		font-weight: bold;
	}
	
	div#header ul li {
		display: inline;
		padding: 0 7px;
	}
	
	div#header a:link, div#header a:visited, div#header a:hover {
		color: #fff;
	}
	
	div#header a:hover {
		color: #ccc;
	}

/* Content styling */

div#content {
	float: left;
	width: 600px;
}


	div#content h1 {
		font-size: 14px;
		margin: 0;
		padding: 10px 0 10px 0;
	}
	
	div#content h2 {
	
	}
	
	div#content h3 {
	
	}
	div#content p, div#content ul {
		font-size: 12px;
		color: #000;
		margin: 0;
		padding: 5px 0;
	}
	div#content ul {
		margin-left: 15px;
	}





div#sidebar {
	float: right;
	width: 300px;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	background-color: #f0dbbb;
}


	div#sidebarContent {
		padding: 10px;
	}
	
	div#sidebar p, div#sidebar ul {
		font-size: 12px;
	
	}
	
	
	
	


/* Thumbs */

div#thumbs {
	background-color: #b08f5a;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	padding: 8px 0;
}

	div#thumbs p {
		float: left;
		width: 130px;
		text-align: center;
	}
	div#thumbs ul {
		list-style: none;
		margin: 0;
	}
	div#thumbs ul li {
		display: inline;
	}
	div#thumbs ul li a {
		display: block;
		float: left;
		margin-left: 20px;
	}
	div#thumbs img {
		background-color: #fff;
		padding: 3px;
	}

/* Splash */

div#thumbsSplash {
	background-color: #b08f5a;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
}

div#thumbsSplash div.wrapper {
	border-left: 5px solid #fff;
}


/* Footer */

div#footer p {
	font-size: 12px;
	margin: 0;
	padding: 11px 0 0 0;
}

/* Grey bar */

div#greyBar {
	padding-top: 14px;
}

div#greyBar div.wrapper {
	height: 89px;
}
