@charset "UTF-8";
body {
	background-color: #000;
}
#logobox {
	width: 800px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#container {
	width: 100%;
	height: 140px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	position: absolute;
	z-index: 2;
	top: 0px;
}
#logo {
	width: 255px;
	height: 100px;
	position: relative;
	left: 50%;
	margin-left: -400px;
	top: 50px;	
}
a {
	font-family: Century Gothic;
	font-size: 16px;
	color: #fff;
	text-decoration: none;	
}

#navdiv {
	margin-top: 10px;
	float: left;
	width: 585px;
	height: 30px;
	margin-left: 100px;
	background-image: url(../images/blckbox.png);
	background-repeat: repeat;
	text-align: right;
	vertical-align: bottom;
}
#name {
	background-image: url(../images/gridtube1.jpg);
	margin-right: -30px;
	margin-left: auto;
	margin-top: -20px;
	z-index: 1;
	position: relative;
	width: 900px;
	height: 700px;
	background-repeat: no-repeat;
	top: 0px;
	padding: 0px;
}
#design {
	width: 270px;
	height: 215px;
	margin-top: 270px;
	margin-left: 490px;
	float: left;
}
#pagetitle {
	width: 600px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 140px;
	position: absolute;
}
#about {
	width: 250px;
	height: 280px;
	float: right;
	margin-top: 200px;
	margin-right: 100px;
	font-family:Arial, "Helvetica", sans-serif;
	color: #000;
	font-size:14px;
}
#picabout {
	width: 300px;
	height: 350px;
	float: right;
	margin-right: 0px;
	margin-top: 200px;
	position: relative;
}
#about a {
	font-family: "Gill Sans";
	color: #3B2563;
	text-decoration: underline;	
}
#portfolio_one {
	width: 310px;
	height: 350px;
	float: left;
	margin-top: 200px;
	margin-left: -100px;
}
#portfolio_two {
	width: 310px;
	height: 350px;
	float: left;
	margin-top: 200px;
	position: relative;
	margin-left: 40px;
}
#portfolio_three {
	width: 230px;
	height: 350px;
	float: left;
	margin-top: 200px;
	position: relative;
	margin-left: 40px;
}
#contact {
	width: 285px;
	height: 250px;
	top: 275px;
	right: 130px;
	float: left;
	z-index:1;
	position:absolute;
}
#form {
	width: 250px;
	height:200px;
	position:absolute;
	float: left;
	top: 300px;
	font-family: Tahoma, "Geneva", sans-serif;
	color: #FFF;
	font-size:12px;
}
#portfolio {
	width: 275px;
	height: 240px;
	margin-top: 200px;
	float: left;
	margin-left: 150px;
}




