/* CSS Document */
body{
background-image:url(../images/bodybg.jpg);
background-repeat:repeat-x;
}

#wrapper{
width:920px;
height:600px;
}

#networking{
	position:absolute;
	width:110px;
	height:200px;
	left: 19px;
	top: 210px;
	background-color:#FFFFFF;
	border: thin 1px #000000; 
}

	.networking{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:0;
	}

#main{
float:left;
width:920px;
height:600px;
background-image:url(../images/webdesign_bg.jpg);
background-repeat:no-repeat;
}

#textbox{
float:left;
padding:10px;
width:750px;
height:1040px;
margin-top:120px;
margin-left:90px;
}

#Portfoliobox{
float:left;
width:920px;
height:400px;
margin-top:10px;
text-align:left;
background-image:url(../images/p_sectionbg.jpg);
background-repeat:no-repeat;
}

#Servicesbox{
float:left;
width:920px;
height:680px;
margin-top:20px;
text-align:left;
background-image:url(../images/s_sectionbg.jpg);
background-repeat:no-repeat;
}

#Photographbox{
float:left;
width:920px;
height:480px;
margin-top:10px;
text-align:left;
background-image:url(../images/ph_sectionbg.jpg);
background-repeat:no-repeat;
}

#Contactbox{
float:left;
width:920px;
height:200px;
margin-top:10px;
text-align:left;
background-image:url(../images/c_sectionbg.jpg);
background-repeat:no-repeat;
}

#linksbox{
float:left;
width:920px;
height:400px;
margin-top:10px;
text-align:left;
background-image:url(../images/l_sectionbg.jpg);
background-repeat:no-repeat;
}

