@charset "UTF-8";
/* CSS Document */
body {
	background-image: url(../images/StarTileBG.jpg);
	background-repeat: repeat;
	font-family: Helvetica, Arial, sans-serif;
	color: #333333;
	font-size: 14px;
}
img {
	border: none;
}

#wrapper {
	margin: auto;
	width:800px;
	height: 100%;
}

#header {
	width: 800px;
	height: 94px;
}

#navigation {
	position: absolute;
	margin-top: 50px;
	margin-left: 330px;
	height: 27px;
	width: 450px;
}

.activenavbutton{
	width: 105px;
	height: 27px;
	background-image:url(../images/ActiveNavButton.png);
	background-repeat: no-repeat;
	float: left;
	text-align: center;
	padding-top: 7px;
}
.inactivenavbutton{
	width: 105px;
	height: 27px;
	background-image: url(../images/InactiveNavButton.png);
	background-repeat: no-repeat;
	float: left;
	text-align: center;
	padding-top: 7px;
}

#content {
	width: 750px;
	height: 100%;
	margin-top: -25px;
	padding: 0px 25px 0px 25px;
	background-color: #FFFADC;
}
#footer {
	background-color: #FFFADC;
	width: 800px;
	height: 100%;
	margin-top: -15px;
	padding: 5px 0px 3px 0px;
	text-align: center;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

a {
	text-decoration: none;
	color: #1e4f7c;
}

/*Home Page Specific*/
#recentwork{
	height: 200px;
	text-align: center;
}
#blog {
	
}
/*End HP Specific*/

/*Contact Page Specific*/
.contactlist {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

/*End CP Specific*/

/*Work Page Specific*/
.holder{
	width: 750px;
	height: 150px;
}
.pic{
	float: left;
	width: 200px;
	height: 135px;
}

.caption{
	float: right;
	width: 525px;
}
/*End WP Specific*/