html
{
	height:100%;
}
	
body
{
	height:100%;
	margin:0px;
	padding:0px;
	font-family:Arial;
	font-size:11pt;
	color:#81957B;
	background-image:url('images/background.jpg');
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#000000;
}
a{
	color:#81957B;
	text-decoration:none;
}
a:hover{
	color:#fdae05;
}

div#header
{
	width:1040px;
	height:106px;
	margin-left:auto;
	margin-right:auto;
	background-image:url('images/menu_header.png');
	background-position:bottom right;
	background-repeat:no-repeat;
}

div#main_body
{
	width:1040px;
	height:404px;
	margin-left:auto;
	margin-right:auto;
	background-image:url('images/home_background.png');
}

div.page_header
{
	width:1040px;
	height:79px;
	margin-left:auto;
	margin-right:auto;
	background-position:center top;
	background-repeat:no-repeat;
}

div#work_header
{
	background-image:url('images/work_header.png');
}

div#about_header
{
	background-image:url('images/about_header.png');
}

div#contact_header
{
	background-image:url('images/contact_header.png');
}

div#contact_cont
{
	width:1040px;
	margin-left:auto;
	margin-right:auto;
}

div#about_me_cont
{
	width:1040px;
	margin-left:auto;
	margin-right:auto;
}

div#contact
{
	width:399px;
	height:355px;
	background-image:url('images/contact_background.png');
	float:left;
	margin-left:98px;
	margin-top:18px;
}

div#contact div
{
	margin:17px;
}

img#contact_picture
{
	margin-top:18px;
	display:block;
	float:right;
	margin-right:64px;
	border:1px solid #44a434;
}

div#about_me
{
	width:530px;
	height:355px;
	background-image:url('images/about_background.png');
	float:left;
	margin-left:98px;
	margin-top:18px;
}
div#about_me div
{
	margin:17px;
}
img#about_me_picture
{
	margin-top:18px;
	display:block;
	float:right;
	margin-right:64px;
	border:1px solid #44a434;
}

div#work_main_cont
{
	width:1040px;
	margin-left:auto;
	margin-right:auto;
}

div#work_main
{
	color:#fdae05;
	font-size:14pt;
	margin-left:105px;
	margin-right:105px;
	margin-top:23px;
}

table.web_table
{
	margin-left:-19px;
	margin-right:-19px;
	width:100%;
}

table.web_table img
{
	border:1px solid #44a434;
}


table#featured_project
{
	width:940px;
	margin-left:auto;
	margin-right:auto;
	height:404px;
}

td#fp_left
{
	width:345px;
	vertical-align:top;
}

td#fp_left div#project_title
{
	font-size:32pt;
	color:#FFFFFF;
	font-weight:bold;
}

td#fp_left div#project_description
{
	font-size:12pt;
	line-height:1.5;
}

td#fp_left img
{
	margin-top:40px;
}

td#fp_right
{
	width:480px;
	text-align:center;
	vertical-align:center;
}

td#fp_space
{
	width:115px;
}

img#fp_image
{
	border:11px solid #000000;
}

div#footer
{
	width:1040px;
	margin-left:auto;
	margin-right:auto;
}

div#footer table
{
	width:100%;
	margin-top:30px;
}

div#footer table td
{
	vertical-align:top;
}

div#footer table td#footer_center
{
	width:200px;
}

div#footer table td.spacer
{
	width:65px;
}

a#menu_home
{
	width:170px;
	z-index:5;
	position:relative;
	left:19px;
	top:81px;
	float:left;
	display:block;
	height:25px;
	background-image:url('images/menu_home_off.png');
}

a#menu_home:hover
{
	background-image:url('images/menu_home_on.png');
	z-index:11;
	background-repeat: repeat-x;
}

a.act#menu_home
{
	background-image:url('images/menu_home_on.png');
	z-index:10;	
}

a#menu_work
{
	width:172px;
	z-index:4;
	position:relative;
	left:4px;
	top:81px;
	float:left;
	display:block;
	height:25px;
	background-image:url('images/menu_work_off.png');
}

a#menu_work:hover
{
	background-image:url('images/menu_work_on.png');
	z-index:11;
	background-repeat: repeat-x;
}

a.act#menu_work
{
	background-image:url('images/menu_work_on.png');
	z-index:10;	
}

a#menu_about
{
	width:172px;
	z-index:3;
	position:relative;
	left:-12px;
	top:81px;
	float:left;
	display:block;
	height:25px;
	background-image:url('images/menu_about_off.png');
}

a#menu_about:hover
{
	background-image:url('images/menu_about_on.png');
	z-index:11;
	background-repeat: repeat-x;
}

a.act#menu_about
{
	background-image:url('images/menu_about_on.png');
	z-index:10;	
}

a#menu_contact
{
	width:172px;
	z-index:2;
	position:relative;
	left:-27px;
	top:81px;
	float:left;
	display:block;
	height:25px;
	background-image:url('images/menu_contact_off.png');
}

a#menu_contact:hover
{
	background-image:url('images/menu_contact_on.png');
	z-index:11;
	background-repeat: repeat-x;
}

a.act#menu_contact
{
	background-image:url('images/menu_contact_on.png');
	z-index:10;	
}
div#footer table.recent_table 
{
	margin-top:-21px;
}
table.recent_table img
{
	width:83px;
	height:83px;
}