@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background: url(../images/background-grad-strip.jpg) #203c4f repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 24px;
	color: #3A2416;
}

#page {
	position:relative;
	width: 1062px;
	height: 576px;
	margin: 0 auto;
	text-align: left;
	}
	
#left-wing {
	width: 170px;
	height: 576px;
	float: left;
	background: url(../images2/left-wing-bg.jpg) top left no-repeat;
}

#email {
	position: relative;
	top: 325px;
	left: 15px;
}

#left {
	width: 361px;
	height: 576px;
	float: left;
	background: url(../images2/left-bg.jpg) top left no-repeat;
}

#mainText {
	height: 337px;
	width: 263px;
	position: relative;
	left: 50px;
	top: 95px;
}

#center {
	width: 722px;
	height: 576px;
	float: left;
	background: url(../images2/center-bg.jpg) top left no-repeat;
}

#logo {
	margin-top: 180px;
}

#right {
	width: 361px;
	height: 576px;
	float: left;
	background: url(../images2/right-bg.jpg) top left no-repeat;
}

#right-wing {
	width: 170px;
	height: 576px;
	float: left;
	background: url(../images2/right-wing-bg.jpg) top left no-repeat;
}

#hireRoll {
	width: 102px;
	height: 88px;
	position: relative;
	left: 55px;
	top: 250px;
}
#portfolio {
	position: relative;
	height: 442px;
	width: 720px;
	top: 75px;
}
