body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #FFF9D5;
	background: url(images/brownBG.gif) repeat-x;
	margin: 0;
	text-align: left;
	margin: 0;
	padding: 0;
	height: 100%;
	background-color:#FFF9D5;
}
div#container{
	position: relative;
	height: 100%;
	/*background: url(bg_container.gif);
	background-color:#CCCCCC;*/
	margin-left: auto;
	margin-right: auto;

	width: 800px;
	text-align: left;
	font-size: 12px;
}
#logo {
	background: url(images/logoBrown.gif) no-repeat;
	height: 120px;
	margin: 0 0 30px 0;
}
/*----------- Navigation code ---------------------------------------------------*/
#navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	left:20px;
	top: 130px;
	width: 111px;

	

}
#navigation h1{
	display: block;
	margin:5px 0 0px 0;
	padding: 2px 2px 2px 10px;
	background: url(images/logoBrownFilla.gif) repeat;
	height:14px;
	background-position: 0% 50%;
	color:#FFFFFF;
	font-size: 12px;
	font-weight: normal;
}
#navigation ul {
	margin:0;
	padding: 0;
	list-style-type: none;
	font-size: 10px;

}

#navigation li {
	margin: 1px 0 1px 0;

}

#navigation a {
display: block;
padding: 2px 2px 2px 10px;
background-color: #970F00;
background: url(images/darkBRownFilla.gif) repeat;

/*background-position: 0% 50%;*/

}

#navigation a:link, #navigation a:visited {
color: #eee;
text-decoration: none;

}


#navigation a:hover, #navigation a:active,
#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
background-color: #000;
background: url(images/logoBrownFilla.gif) repeat;
/*background-position: 0% 50%;*/
color: #fff;
}
#content {
	width:400px;
	position: relative;
	top:0;
	left:155px;
	padding:0 10px 0 10px;
	line-height:14px;
	text-align:left;
}

/*#content img{

display:inline;
background:#cccccc;
color:#303030;
border:4px solid #FFFD9D5;

}*/

#content p {
	color:#663300;
	padding: 0 10px 0 10px;
}

#content h1{
font-size:14px;
color:#AB4800;
/*padding: 0 30px 0 10px;*/
margin:0 0 15px 10px;
}
#content strong{

color:#AB4800;

}
#content h2{
font-size:12px;
color:#AB4800;
/*padding: 0 0 0 10px;*/
margin:2px 0 15px 10px;
}
#content a {
color: #AB4800;
text-decoration: none;
font-size:12px;

}

#content a:link, #content a:visited {
color: #AB4800;
}
#content a:hover {
color: #2E1F1C;
text-decoration: underline;
}
#content ul {
	color:#663300;

}

.left{
padding:5px 10px 5px 10px;
float:left;
}

#contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	left:615px;
	top: 130px;
	width: 130px;

	

}
#contact h1{
	display: block;
padding: 2px 2px 2px 7px;
margin:5px 1px 1px 1px;
	background: url(images/logoBrownFilla.gif) repeat;
	height:14px;
	background-position: 0% 50%;
	color:#FFFFFF;
	font-size: 12px;
	font-weight: normal;
}
#contact p {
display: block;
color:#FFFFFF;
padding: 2px 2px 2px 10px;
margin:1px;
background-color: #970F00;
background: url(images/darkBRownFilla.gif) repeat;

/*background-position: 0% 50%;*/

}
#contact a:link, #contact a:visited {
color: #FFFFFF;
text-decoration: none;
}
#contact a:hover {
color: #FFFFFF;
text-decoration: underline;
}
