body {
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	background: url(/images/bg-tile.gif) repeat-y top left transparent #DFD8A2;
	background-color: #DFD8A2;	
	font-size: 11px;
	line-height: 16px;
	color: #7C7E53;
	
}



p {
	font-size: 11px;
	line-height: 16px;
	color: #7C7E53;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

h1{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	font-size: 12px;
	line-height: 16px;
	color: #39829D;
	font-weight: bold;
	text-transform:uppercase;
}
h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	font-weight: bold;
}
a{
	color: #39829D;
	text-decoration:none;
}
a:hover{
	color: #39829D;
	text-decoration:underline;
}

/****** PAGE ELEMENTS ********/

.container {
	background-image: url(/images/bg.jpg);
	background-repeat: no-repeat; 
	padding:0 0 50px 0;
}

.clearme {
	clear:both;
}

#main{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#header{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#header #nav {
	padding: 38px 0px 0px 400px;
}

#content{
	width:960px;
	margin: 0px 0px 0px 0px;
	padding: 170px 0px 0px 30px;	
    min-height:250px;
    height:auto !important;
    height:250px;	
}
#left{
	float:left;
	width:163px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}
#middle{
	width:732px;
	float:right;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}
#middle #left{
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	width:290px;
}
#middle #right{
	margin: -7px 0px 0px 0px;
	padding: 7px;
	float:right;
	width:408px;
	background-color:#E6E1B6;
}
/* ALL OTHER PAGES*/
#copy{
	width:700px;
	float:right;
	margin: 0px 0px 0px 0px;
	padding: 7px;
	background-color:#E6E1B6;
}

/*FOOTER*/
#footer{
	height:162px;
	background-image: url(/images/btm.jpg);
	background-repeat: no-repeat;
	left: 0px;
	bottom: 0px;
	position: relative;
}
#footer p{
	font-size:11px;
	padding:124px 20px 20px 20px;
	color:#8bacb7;
/*	background-image: url(images/btm_line.jpg);
	background-repeat: repeat-y;
	min-width:1024px;
	width:auto; !important
	width:1024px;*/
}
#footer a{
	color:#C4DAE3;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}

#portfolio-left{
	float:left;
	width:300px;

}

#portfolio-right{
	float:right;
	width:385px;
	padding-left:15px
}
#other-left{
	float:left;
	width:400px;

}

#other-right{
	float:right;
	width:285px;
	padding-left:15px
}
blockquote{

	margin:0;
	padding:0;
	clear:both;
	padding-left:35px;
	padding-top:5px;
	font-size: 11px;
	line-height: 16px;
	color: #7C7E53;
	font-style:italic;	
	background: url(/images/quote.jpg) no-repeat top left ;
	margin-top:30px;
	
}
#leftmenu ul li{
text-transform:uppercase;
}
#leftmenu ul li a{

color:#7C7E53;


}
#leftmenu ul li a:hover{

color:#39829D;
text-decoration:none;

}
/*#leftmenu ul {
margin:0;
padding:0;
}
#leftmenu ul li {

list-style-image:url(/newsite/images/bullet.gif);
list-style-position:inside;

}*/