@charset "UTF-8";
/* CSS Document */

#body{
height:730px;
background: url(images/bg.jpg) no-repeat #3A3A3C center;
font-family:Arial, Helvetica, sans-serif;
}


#nav{
	width: 100%;
	height: 32px;
	top: 50px;
	left:10px;
	position:relative;
	right:0px;
}

.orange
{color:#FBB040;}

a { color:#FBB040;
text-decoration:none;
font:bold;}

a:visited { color:#FBB040;
text-decoration:none;
font:bold;}

a:hover {color: #666;
text-decoration:none;
font:bold;}

#portfolio_links
{
	top:55px;
	width:150px;
	height:30px;
	left:555px;
	position:relative;
	text-alignment:left;
	font-size:12px;
	}
	
#homepage
{
	width:805px;
	height:537px;
	top: 70px;
	left: 0px;
	position:relative;
	text-alignment: left;
	}	

#main{
	width:800px;
	height:550px;
	top: 85px;
	left: 10px;
	position:relative;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
}


.commercial{
background:url(images/commercial_bg.jpg) bottom no-repeat;


}

.home{
background:url(images/home_bg.jpg) bottom no-repeat;

}

#txt{
	width:400px;
	left:400px;
	position:relative;
	line-height:200%;
	top:0px;
}

#pic{


	position:absolute;
	top:0px;
	border: 2px #666666;
	left:50px;
}

