/* CSS Document */

body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#4c735b;
	}
	
a:link { font-weight:normal;
	color:#4c735b;
	text-decoration:underline;
 }

a:visited { 
	font-weight:normal;
	color:#4c735b;
	text-decoration:underline;
 }

a:hover, a:active { 
	text-decoration:underline;
	color:#4c735b; 
}

.charcole12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#1d1a1b;
}
.gold12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#f89d57;
}

.gold10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#f89d57;
	}

.green10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#4c735b;
}

table#webpage{
	width: 799px;
	background-color: #1d1a1b;
	border:#1d1a1b;
	border-style:ridge;
}

table#header{
	width: 799px;
	background-image: url(layout_images/header/header01_03.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

table#nav{
	width: 286px;
}

table#content{
	width: 799px;
	height: 450px;
	background-repeat: no-repeat;
}

table#projects{
	width: 638px;
	background-image: url(layout_images/content/projects.png);
	background-repeat: no-repeat;
}

table#home{
	background-image: url(layout_images/content/home.png);
	background-repeat: no-repeat;
	width: 579px;
	height: 443px;
}

table#services{
	background-image: url(layout_images/content/services.png);
	background-repeat: no-repeat;
	width: 579px;
	height: 443px;
}

table#contact{
	background-image: url(layout_images/content/contact.png);
	background-repeat: no-repeat;
	width: 579px;
	height: 443px;
}

