body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #684E30;
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size: 77%;
}
#container{
	width: 723px;
	margin: auto;	
	background-color: #EDE6C2;
	background-image:url(../images/content_tile.gif);
	background-repeat: repeat-y;
	margin-top: 15px;
}
html>body #container{
	margin-top: 30px;
}
#content_container{
	width: 723px;
	background-image:url(../images/content_bg_top.gif);
	background-repeat:no-repeat;
	background-position:0px 93px;
}
#picture{
	background-image:url(../images/pic_holder.gif);
	width: 282px;
	height: 282px;
	padding: 14px
}
#left_col{
	float: left;
	width: 305px;
}
#right_col{
	float: left;
	width: 413px;
}
html>body #right_col{
	width: 418px;
}
#logo{
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	width: 413px;
	height: 95px;
}
html>body #logo{
	width: 418px;
}
#logo h1{
	margin: 0px;
	padding: 0px;
	font-size:9px;
	visibility: hidden;
}
#content{
	padding: 20px;
	padding-right: 35px;
	padding-top: 35px;
}
.fixed{
	height: 387px;
}
#content h2{
	color: #F26722;
	font-size: 14px;;
	font-weight:normal;
	margin-bottom: 0.5em;
}
#content p{
	margin-top: 0px;
	padding-top: 0px;
}
#footer{
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	color: #7292CB;
	padding: 30px;
	clear: both;
}
.sub{
	background-image:url(../images/footer.gif);
}
.main{
	background-image:url(../images/footer2.gif);
}
#nav{
	margin-left: 70px;
	margin-top: 20px;
	width: 177px;
}
#nav ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	margin-left: 5px;
	text-align:left;
	padding-bottom: 20px;
}
#nav li{
	display : inline;
	margin : 0;
	padding : 0;
	display: block;
}
#nav li a{
	text-decoration: none;
	display: block;
	width: 177px;
	padding-top: 0.4em;
	padding-bottom: 0.4em;	
	padding-right: 8px;
	color: #684E30;
	font-weight: normal;
	text-align: left;
}
#nav li a:hover{
	text-decoration: underline;
}
.firefox{
	clear: both;
}
a{
	color: #F26722;
	}

