#body{
	width: 730px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

#top{
	display: block;
	width: 730px;
	height: 35px;
	background-image: url('../images/top.png');
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}

#inside{
	position: relative;
	z-index: 2;
	margin-top: -35px;
	background-image: url('../images/mid.png');
	background-repeat: repeat-y;
	min-height: 200px;
}

#main_bg{
	background-image: url('../images/left_bg.jpg');
	background-repeat: repeat-y;
	min-height: 533px;
}

#inner_bg{
	background-image: url('../images/left_header.jpg');
	background-repeat: no-repeat;
	min-height: 533px;
}

#top_left{
	display: block;
	float: left;
	width: 109px;
	height: 22px;
	background-image: url('../images/top_left.png');
	background-repeat: no-repeat;
}

#top_right{
	display: block;
	float: right;
	width: 20px;
	height: 42px;
	background-image: url('../images/right.png');
	background-repeat: no-repeat;
}

#main_content{
	margin-left: 112px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 60px;
}

#navbar{
	float: right;
	margin-bottom: 18px;
	position: relative;
	z-index: 4;
}

#navbar a{
	display: block;
	float: left;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	font-family: century gothic, helvetica neue, myriad pro, arial;
	color: #f5821f;
	border-right: solid 2px #403d3e;
	padding: 0px 10px;
}

#navbar a:hover{
	color: #902f1c;
}

#foot{
	display: block;
	width: 730px;
	height: 35px;
	background-image: url('../images/bot.png');
	background-repeat: no-repeat;
	position: relative;
	z-index: 6;
	margin-top: -35px;
}

#foot_fix{
	display: block;
	width: 26px;
	height: 72px;
	background-image: url('../images/bottom.png');
	background-repeat: no-repeat;
	position: relative;
	z-index: 7;
	float: right;
	margin-top: -72px;
}

#fade_control{
	position: absolute;
	z-index: 8;
	margin-left: 435px;
	margin-top: 419px;
}

#content{
	padding-left: 30px;
	padding-bottom: 20px;
}

/* PAGE SELECTORS */

a.staff{
	display: block;
	background-image: url('../images/staff_color.jpg');
	background-repeat: no-repeat;
	text-decoration: none;
	width: 523px;
	height: 226px;
}

a:hover.staff{
	background-image: url('../images/staff_bw.jpg');
}

#recog a{
	display: block;
	margin-bottom: 9px;
}

#port a{
	display: block;
	margin-bottom: 1px;
	text-decoration: none;
}

#port a:hover{
	text-decoration: underline;
}

#contact_right{
	float: right;
	width: 273px;
	margin-left: 15px;
	text-align: left;
}

#contact_right a{
	text-decoration: none;
	font-size: 15px;
}

#staff_left {
	float: left;
	margin-right: 10px;
	width: 200px;
}

#staff_left a{
	text-decoration: none;
	font-size: 14px;
}

#Portfolio_Pic{
	border-right: solid 1px #ffffff;
}