body {
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
	font-family: Helvetica, "Helvetica Neue LT Std", Arial, sans-serif;
	font-size: 75%;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
p {
color: #000000;
}
.clear{
	clear: both;
}
#header{
	height: 70px;
	background-color:#0d0d0d;
}
#header h1{
	text-indent: -90000em;
	font-size: 1em;
	float: left;
}
#nav ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav ul li{
	float: left;
	background-repeat:no-repeat;
	height: 70px;
}
#nav ul li a{
	display:block;
	background-repeat:no-repeat;
	height: 70px;
	text-decoration: none;
	text-indent: -90000em;	
}

#site_top, #content_container{
	background-image:url(../images/dropshadow.png);
	background-repeat:repeat-y;
	background-position:center;
	width: 950px;
	padding-left: 5px;
	padding-left: 5px;	
	margin:auto;
}
#site_top{
	height: 28px;
}
#content{
	padding: 42px;
	margin:auto;
	width: 840px;
	min-height: 430px;
	background-repeat:no-repeat;
	background-position: bottom left;
}
#content.home{
	background-image:url(../images/content_bg_home.gif);
}
#content.portfolio{
	background-image:url(../images/content_bg_portfolio.gif);
}
#header_content{
	width: 920px;
	margin: auto;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	background-position: top left;
	height: 70px;
}
#nav{
	float: right;
	width: 492px;
	height: 70px;
}
#nav_1, #nav_1 a{
	background-image:url(../images/nav_1_selected.gif);
	width: 55px;	
}
#nav_2, #nav_2 a{
	background-image:url(../images/nav_2.gif);
	width: 113px;	
}
#nav_3, #nav_3 a{
	background-image:url(../images/nav_3.gif);
	width: 82px;	
}
#nav_4, #nav_4 a{
	background-image:url(../images/nav_4.gif);
	width: 72px;	
}
#nav_5, #nav_5 a{
	background-image:url(../images/nav_5.gif);
	width: 99px;	
}
#nav_6, #nav_6 a{
	background-image:url(../images/nav_6.gif);
	width: 71px;	
}
#nav_1.selected, #nav_1.selected a{
	background-image:url(../images/nav_1_selected.gif);
}

#nav_2.selected, #nav_2.selected a{
	background-image:url(../images/nav_2_selected.gif);
}
#nav_3.selected, #nav_3.selected a{
	background-image:url(../images/nav_3_selected.gif);
}
#nav_4.selected, #nav_4.selected a{
	background-image:url(../images/nav_4_selected.gif);
}
#nav_5.selected, #nav_5.selected a{
	background-image:url(../images/nav_5_selected.gif);
}
#nav_6.selected, #nav_6.selected a{
	background-image:url(../images/nav_6_selected.gif);
}
#top_drop{
	width: 930px;
	height: 130px;
	background-image:url(../images/top_drop.png);
	background-repeat:no-repeat;
	background-position: bottom left;
	margin:auto;
}
#footer{
	width: 930px;
	height: 50px;
	background-image:url(../images/footer_drop.png);
	background-repeat:no-repeat;
	background-position: top left;
	margin:auto;
}
h2{
	font-size: 1.75em;
}
h3{
	font-size: 1.5em;
}
h4{
	font-size: 1.25em;
}
#content ul{
	list-style-image:url(../images/purple_square.gif);
	margin-left: 0px;
}
#content ul li{
	padding-bottom: 10px;
}
a{
	color: #c41ba2;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
}
a:hover{
	text-decoration: underline;
}
