/* ------------------------------ 
HOME PAGE CSS
------------------------------ */

body{
font-family:"Geneva",arial,Helvetica,sans-serif; 
font-size:11px; 
line-height:13px;
margin:0px;
padding:0px;
color:#282B36;
background: url(../images/bg_home.jpg) no-repeat;
}

h1, h2, h3, h4, h5{
color:#282B36;
margin:0; 
padding:10px 0px 14px;
}

h1{
font-size:12px;
text-transform:uppercase;
}



a:link, a:visited{
text-decoration:none;
color:#FF9900;
}

a:hover{
color:#999999;
}

img, a img {
border: 0px; 
}

img {
display: block;
}


/* ------------------------------ 
PAGE STRUCTURE 
------------------------------ */


/*COLUMN*/ 
	
		

#column_left{
width:180px; 
margin:0px; 
top:90px;
left:120px;
position:absolute;
}



#column_right_menu{
width:430px; 
margin:0px; 
top:90px;
left:370px; 
position:absolute;
}


#column_pics{
width:430px;
height:340px; 
margin:0px; 
padding:0px; 
top:130px;
left:369px; 
position:absolute;
background: url(../images/shadow.jpg) no-repeat;
}



div.spacer{
clear:both; 
height:10px; 
display:block;
}

	

/* BODY ID */



body#home a#homenav,
body#portfolio a#portfolionav,
body#clients a#clientsnav,
body#approach a#approachnav,
body#contact a#contactnav{
color: #FF9900;
}









