/* CSS Document */

body {
margin: 0px;
background-image: url(sitegraphics/banner_back.jpg);
background-position: 50% 0%;
background-repeat: no-repeat;
background-color: #f4f4f4;
font-family: Georgia,Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
      	color : #000000;
}
h1 {
	font-family:Georgia,Arial,Verdana,Helvitica,sans-serif;
	font-size: 20px;
	text-align: left;	
	color: #666666;
}


.wrap {
	width: 820px;
	position: relative;
	margin: 0 auto;

}
.wrap2 {
	position: relative;
	margin: 0 auto;

}
.banner {
	float: left;
	width: 820px;
	height:220px;
	background-image: url(sitegraphics/logo.png);
	background-position: top-left;
	background-repeat: no-repeat;
	position: relative;
}
#foxmenucontainer{
	top:200px;
	display:block;
	float: right;
	position: relative;
}
#foxmenu{
	position:relative;
	display:block;
	height:19px;
	font-size:12px;
	font-family:Georgia,Arial,Verdana,Helvitica,sans-serif;
}
#foxmenu ul{
	margin:0px;
	padding:0;
	list-style-type:none;
	width:auto;
}
#foxmenu ul li{
	display:block;
	float:left;
	margin:0 0px 0 0;
}
#foxmenu ul li a{
	display:block;
	float:left;
	color:#000000;
	text-decoration:none;
	padding:1px 10px 0 10px;
	background:#898989;
	height:19px;
}
#foxmenu ul li a:hover{
	color:#999999;
	background:#666666;
}
#foxmenu ul li a.current,#foxmenu ul li a.current:hover{
	color:#000;background:#f4f4f4;
}
.contentspan {
	float: left;
	width: 820px;
	position: relative;
}
.vertspace30 {
	float: left;
	width: 820px;
	height:30px;
	position: relative;
}
.left {
	float:left;
	width:400px;
	font-family: Georgia, 'Trebuchet MS', 'Lucida Grande', Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	color: #333333;
	line-height: 150%;
}
.right {
	float:right;
	width:400px;
	font-family: Georgia, 'Trebuchet MS', 'Lucida Grande', Arial, Verdana, Helvetica, sans-serif;	
	text-align: right;
	font-size: 12px;
	color: #333333;
	line-height: 150%;
}
.portfolio_image {
	float:left;
	text-align: left;
	width:400px;
	height: 275px;
	border: 1px solid #CCCCCC;
	margin-bottom:10px;
}
.portfolio_text {
	float:left;
	text-align: left;
	width:400px;
}

.none {
  list-style-type: none;
}


