@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0; border:none; outline:none;}
body {
	width:100%;
	height:100%;
	background-color:#7d6a55;
	font-family:Tahoma, Geneva, sans-serif;
	color:#FFF;
	font-size:12px;
}
#website{float:left; position:absolute; top:5%; left:5%; width:90%; height:90%;}
/***************** Default Parameters *************************/	
h1 {
	padding:0;
	margin:0;
	color:#f47421;
}
h2 {
	padding:0;
	margin:0;
	color:#f47421;
}
h3 {
	padding:0;
	margin:0;
	color:#f47421;
}
h4 {
	margin:0;
	padding:0;
	font-size:13px;
}
/***************** Consistant Container Elements *************************/
#finder {
	position:absolute;
	top:0;
	left:0;
	width:5px;
	height:5px;
}
#surround {
	min-height:100%;
	position:relative;
}
#wrap {
	width:1000px;
	background:#fff url(../images/logo.gif) no-repeat 20px 10px;
	margin: 0 auto;
	padding:0px;
	padding-bottom:90px;	/* Height of the footer */
}
#main {
	width:1000px;
	margin:0 auto;
	padding:10px 0 15px 0;
}
#sidenavbar {
	width:150px;
	margin:160px 0 0;
	float:left;
	text-align:left;
	padding:0 0 0 10px;
}
#container {
	margin:50px 0 0 0;
	padding:0;
	float:right;
	width:830px;
	color:#666;
}
#container p{
	margin:10px 0;
}
#container ul{
	padding:5px 0 5px 20px;
}
#container li{
	margin:3px 0 5px;
	padding:0 0 0 5px;
}
#side_bar {
	width:40px;
	float:right;
	margin:0;
}
#content {
	width:780px;
	float:left;
	margin:0;
}
#footer {
	bottom:0;
	width:100%;
	height:90px;			/* Height of the footer */
}
/***************** Side Navigation *************************/		

 /* TBA */

/***************** content styling *************************/
#textualinfo {
	float:left;
	width:400px;
	padding-top:10px;
}
#pictureinfo {
	float:right;
	width:350px;
	padding-top:10px;
}
/***************** footer styling *************************/


#footer ul {
	text-align: center;
	padding-top: 3px;
}
#footer ul li {
	display: inline;
	list-style-type: none;
	padding-left: 3px;
	padding-right: 3px;
	white-space: nowrap;
	font: bold 10px arial;
	color: #fff;
}
#footer ul li a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}
#footer ul li a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #fff;
}
#footer div {
	font: bold 9px arial;
	color: #fff;
	text-align: center;
	padding-top: 7px
}
/***************** misc styling *************************/

.spacer {
	clear:both;
}
