
* {
   padding:0;
   margin:0;
}

html,body {height: 100%;}

/* the body_bg image provides the brown bar*/
body {
background : url(images/body_bg.jpg);
	margin			: 0;
	padding			: 0;
	text-align		: center;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:100%;
}


#container {
	width:750px;
	background:transparent;;
margin:0 auto;
}


/*this controls the top bar*/
#top {
	width:750px;
	height:68px;
text-align:left;
padding:5px 0 0 0;
}

/*this controls the small image top left*/
#top_img {
	margin:0;
	padding:0;
	float:left;
}

/*this provides the striped bg image*/
#container2 {
	background : url(images/two_bg.jpg) right repeat-y;
	margin-top:30px;
	border-right: 2px solid #352C15;
	height:100%;
}

/*this is the venter column*/
#content_one {
width:370px;
float:left;
font-size:80%;
background:transparent;
border-right: 1px dotted #352C15;
padding-bottom:20px;
voice-family: "\"}\"";
    voice-family: inherit;
    width: 369px;
}	

html>body #content_one {
  width:369px;
}

/*this controls the center column text*/
#content_one p{
	text-align:left;
	padding:10px;
}

/*this is the right content*/
#content_two {
width:245px;
float:right;
font-size:80%;
text-align:left;

}

/*this controls the right column text*/
#content_two p{
	padding:10px;
}

/*this formats the logo text*/
#headertext_one {
font-size:280%;
color:#352C15;
padding-left: 23px;
}

/*this is the nav column*/
#sidebar {
	width:130px;
	float:left;
}

/*navigation is here*/
#navcontainer { 
width: 130px;
float:left;
}

#navcontainer ul
{
margin-left: 0;
margin-top:9px;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
float:left;
}

#navcontainer a
{
display: block;
padding:  3px 3px 3px 10px;
width: 102px;
height:20px;
background: #b38c53;
border-left:5px solid #352c15;
text-align:left;
margin-top:5px;
}

#navcontainer a:link, #navlist a:visited
{
color: #352c15;
text-decoration: none;
}

#navcontainer a:hover
{
border-left:5px solid #000;
background: #CCB18A;
}

/*this is the small broen text underneath the nav*/
#side_col{
clear:both;
	margin-top:3px;
	padding-top:1px;
}

#side_col p{
font-size:70%;
text-align:left;
margin-top:10px;
color:#856029;
}

/*footer, obviously*/
#footer {
background : url(images/footer_bg.jpg);
	width:746px;
	height:15px;
	clear:both;
	margin:0;
	font-size:70%;
	text-align:center;
	color:#000;
	border-left:2px solid #352c15;
}

/* this is my link, please leave if poss */
span.design {
	font-size:90%;
	color:#856029;
}

a.design {
	text-decoration:none;
	color:#000;
}

a.design:hover {
	color:#856029;
}

a.midtext {
text-decoration : none;
color:#856029;
font-weight:bold;
}

a.midtext:hover {
	color:#0C620C;
}

h1 {
	font-size:180%;
	padding-left:10px;
	color:#443116;
}

h2 {
	font-size:150%;
	padding-left:10px;
	color:#684B22;
}

h3 {
	font-size:130%;
	padding-left:10px;
	color:#856029;
}

