* {
	margin: 0;
	padding: 0;
	}

body {
	visibility: visible;
	height: 100%;
	background-color: #000;
	float:none;
	}
	
#wrapper {  
	visibility: visible; 
	overflow: visible; 
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 100%; 
	height: 100%;
	background:#000
	}
		
#content {
	background-color: #000;
	visibility: visible;
	overflow: hidden;
	float: none;
	border: 0px;
	position: relative;
	margin-left: auto; 
	margin-right: auto;
	margin-top: 20px;
	width: 980px;
	height:auto;
	}
	
/* header styles */
	
#header {
	float: left;
	width: 980px;
	height: 125px;
	}
	
/* navigation styles */
	
#nav_portfolio {
	background:url(../img/nav_home.gif);
	float: left;
	width: 980px;
	height: 50px;
	margin-bottom:-1px;
	background-color:#000000;
	}

#nav_home {
	background:url(../img/nav_home.gif);
	float: left;
	width: 980px;
	height: 50px;
	margin-bottom:-1px;
	background-color:#000000;
	}
	
#nav_noflash {
	float: left;
	width: 660px;
	height: 40px;
	margin-bottom:-1px;
	margin-left: 320px;
	}
	
	
/* no flash navigation styles */

#nav_noflash ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav_noflash li
{
float: left;
margin: 28px 30px 0px 0px;
}

#nav_noflash li a
{
float: left;
width: auto;
display: block;
color: #ffffff;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
}

#nav_noflash li a:hover
{
color: #BA1FB6;
}

/* Hide from IE5-Mac \*/
#nav_noflash li a
{
float: none
}
/* End hide */

	
/* info page styles */

#insert_info {
	float: left;
	width: 980px;
	height: 415px;
	margin-bottom:4px;
	margin-top:7px;
	}
	
#description_info {
	float: left;
	width: 290px;
	height: auto;
	margin-top: 18px;
	display: block;
	}
	
#image_info {
	float: right;
	width: 660px;
	height: 407px;
	margin-top:0px;
	}

#divider_info {
	float: left;
	width: 980px;
	height: 10px;
	margin-top:1px;
	}

/* portfolio page styles */

#insert_top {
	float: left;
	width: 980px;
	height: 415px;
	margin-bottom:4px;
	margin-top:7px;
	}
	
#insert_top_ms {
	float: left;
	width: 980px;
	height: auto;
	margin-bottom:4px;
	margin-top:7px;
	}
	
#insert_id_top {
	float: left;
	width: 980px;
	height: 197px;
	margin-bottom:0px;
	margin-top:7px;
	}
	
#insert_id_bottom {
	float: left;
	width: 980px;
	height: 205px;
	margin-bottom:10px;
	margin-top:0px;
	}
	
#insert_id {
	float: left;
	width: 980px;
	height: 197px;
	margin-bottom:0px;
	margin-top:0px;
	}
	
#insert_repeat {
	float: left;
	width: 980px;
	height: auto;
	margin-bottom:4px;
	margin-top:-1px;
	}
	
#insert {
	float: left;
	width: 980px;
	height: auto;
	margin-bottom:4px;
	margin-top:2px;
	}
	
#id_marker_top {
	float: right;
	width: 290px;
	height: auto;
	margin-top:0px;
	margin-bottom:6px;
	}
	
#id_marker_bottom {
	float: right;
	width: 290px;
	height: auto;
	margin-top:6px;
	margin-bottom:6px;
	}
	
#description_id {
	float: left;
	text-align: right;
	width: 290px;
	height: auto;
	margin-top:0px;
	}	
	
#description {
	float: left;
	text-align: right;
	width: 290px;
	height: auto;
	margin-top:0px;
	}
	
#image {
	float: right;
	width: 660px;
	height: auto;
	margin-top:0px;
	}

#divider {
	float: left;
	width: 980px;
	height: 10px;
	margin-top:1px;
	}
	
/* footer styles */
	
#divider_footer {
	float: left;
	width: 980px;
	height: 11px;
	margin-top:-11px;
	}
	
#footer {
	float: left;
	width: 980px;
	height: 100px;
	}
	
#group17 {
	float: left;
	width: 100px;
	vertical-align:top;
	}
	
#copywrite {
	float: right;
	width: 660px;
	height: 100px;
	margin-top:4px;
	}
	
/* text styles */

h1 {
	text-align: left;
	font-size: 16px;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.1em;
	color: #fff;
	line-height:20px;
	width: 270px;
	margin-left:15px;

	}
	
h2  {
	text-align: left;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #fff;
	line-height:14px;
	color:#999999;
	margin-bottom: 10px;
	width: 270px;
	margin-left:15px;
	}
	
h3 {
	text-align: right;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #fff;
	line-height:16px;
	width: 290px;
	
	}
	
h4  {
	text-align: right;
	font-size: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #fff;
	line-height:16px;
	color:#999999;
	width: 290px;
	
	}
	
h5  {
	text-align: left;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #fff;
	line-height:14px;
	color:#999999;
	margin-bottom: 10px;
	width: 270px;
	margin-left:15px;
	}
	
h6  {
	text-align: left;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #fff;
	line-height:12px;
	color:#999999;
	margin-bottom: 5px;
	width: 270px;
	margin-left:15px;	
	}
	
h6 a {
	width: auto;
	text-align: left;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #fff;
	line-height:12px;
	color:#999999;
	}
	
h6 a:hover {
	text-align: left;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #fff;
	line-height:12px;
	color:#BA1FB6;
	}


	
copy {
	text-align: right;
	font-size: 9px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style:normal;
	color: #6D6D6D;
	}