/*







*/

body{
	margin:0;
	padding:0;
	background-color: black;
}

a{
text-decoration:none;

}

p{
	font-size:12px;

}

#page-wrapper{
	width:900px;
	margin:0 auto;
	border:1px solid black;
}


#home-page-table{
	width:900px;
	height:600px;
	background-image: url(images/homebg.png);
	border:1px solid white;
}

#site-page-table{
	width:900px;
	height:660px;
	background-image: url(images/sitepagebg.jpg);
	border:1px solid white;


}

#site-page-table #table-toprow{
	height:590px;

}

#table-toprow{
	height:150px;

}

#table-middlrow{
	height:230px;


}

#table-bottomrow{
	height:220px;


}



#table-middlerow div#linkone{

width:180px;
height:180px;
float:left;
margin:0 0 0 280px;


}

#table-middlerow div#linktwo{

width:200px;
height:180px;
float:left;
margin:0 0 0 10px;


}

/***********************************************/

#navone{
	width:150px;
	height:200px;
	float:left;

}

#navtwo{
	width:170px;
	height:200px;
	float:left;
	

}

#navthree{
	width:200px;
	height:200px;
	float:left;
	


}

#navfour{
	width:150px;
	height:200px;
	float:left;
	
}

#navfive{
	width:120px;
	height:200px;
	float:left;
	
}

#navsix{
	width:85px;
	height:200px;
	float:left;
	
}

#services-bodybox{
	width:450px;
	height:380px;
	margin:60px 0px 0px 70px;
	overflow-y: scroll;
	
}

#bodynavone{
	height:50px;
	width: 100px;
	float:left;
}

#bodynavtwo{
	height:50px;
	width: 150px;
	float:left;
}

#bodynavthree{
	height:50px;
	width: 200px;
	float:left;
}

#bodynavfour{
	height:50px;
	width: 180px;
	float:left;
}

#bodynavfive{
	height:50px;
	width: 130px;
	float:left;
}

#bodynavsix{
	height:50px;
	width: 110px;
	float:left;
}

h1, h2{
	color:#3a0706;
	font-size:20px;
	
}

h3{
	color:#3a0706;
	font-size:18px;
	
}

h4{
	color:#3a0706;
	font-size:15px;
	
}

h5{
	
	color:#3a0706;
	font-size:10px;
	
}

.nomargin{
	margin:0;
	padding:0;

}

#name, #email, #subject{
	width:250px;

}

#message{
	width:325px;
	height:100px;

}

ul li{
	font-size:12px;

}




