@charset "UTF-8";
/* CSS Document */

body {
	background-color: #0E2D45;
	margin: 0px;
}

#top {
	margin: 20px auto 0;
	width: 970px;
	overflow: auto;
	background-color: #FFFFFF;
}

#left {
	float: left;
	width: 308px;
	height: 335px;
	background-color: #FFFFFF;
}

#right {
	float: right;
	width: 662px;
	height: 335px;
}

#lefttop {
	width: 308px;
	height: 62px;
	background-color: #a49e90;
}

#logo {
	margin: 0;
	padding: 15px 0 15px 43px;
}

#navigation {
	margin: 0;
	font-family: Verdana;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 13px;
	color:  #123B5B;
	padding-top: 8px;
}

#navigation p{
	margin: 0 0 8px 0;
	text-decoration: none;
	color:  #123B5B;
}

a.one:link {
	padding: 3px 15px 3px 43px;
	text-decoration: none;
	color:  #123B5B;
}

a.one:visited {
	padding: 3px 15px 3px 43px;
	text-decoration: none;
	color:  #123B5B;
}

a.one:hover {
	padding: 3px 15px 3px 43px;
	background-color: #e4dfd5;
	color:  #9B0D25;
	font-weight: bold;
}

#middle {
	background-color: #223B51;
	margin: 0;
}

#middlecenterarea {
	width: 970px;
	margin: auto;
	overflow: auto;
	background-image: url(images/area_header.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #a49e90;
}

#middlecenter {
	width: 970px;
	margin: auto;
	overflow: auto;
	background-image: url(images/about_header.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #a49e90;
}

#middlecenterhome {
	width: 970px;
	margin: auto;
	overflow: auto;
	background-image: url(images/welcome_header.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #a49e90;
}

#middlecentercontact {
	width: 970px;
	margin: auto;
	overflow: auto;
	background-image: url(images/contact_header.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #a49e90;
}

#middlecenterportfolio {
	width: 970px;
	margin: auto;
	overflow: auto;
	background-image: url(images/portfolio_header.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #a49e90;
}

#middleright {
	margin: 0; 
	width: 662px;
	float: right;
	background-image: url(images/tagline.gif);
	background-repeat: no-repeat;
	background-position: 48px 25px;
	background-color: #FFFFFF;
}

#lefttext {
	margin: 0;
	padding: 60px 0 40px 50px;
	width: 275px;
	float: left;
	color:  #123B5B;
	font: Georgia;
	font-size: 14px;
	line-height: 20px;
}

#lefttextarea {
	margin: 0;
	padding: 60px 30px 40px 50px;
	width: 550px;
	float: left;
	color:  #123B5B;
	font: Georgia;
	font-size: 14px;
	line-height: 20px;
}

#lefttextarea h2 {
	font-size: 16px;
}

#breakbar {
	height: 1px;
	background-color: #CCCCCC;
	margin: 20px 0;
}

#righttext {
	margin: 0;
	padding: 60px 0 40px 25px;
	width: 265px;
	float: left;
	color:  #123B5B;
	font: Georgia;
	font-size: 14px;
	line-height: 20px;
}

#contacttext {
	margin: 0;
	padding: 60px 0 10px 50px;
	width: 500px;
	float: left;
	color:  #123B5B;
	font: Georgia;
	font-size: 14px;
	line-height: 20px;
}

#bottom {
	background-image: url(images/bottom.gif);
	background-color: #284053;
	background-position: left;
	background-repeat: repeat-y;
	width: 970px;
	margin: auto;
	color: #A49E90;
	font-family: Verdana;
	font-size: 10px;
	text-align: center;
	padding: 20px 0;
}

a.two:link {
	color:  #A49E90;
	text-decoration: none;
}

a.two:visited {
	color:  #A49E90;
	text-decoration: none;
}

a.two:hover {
	color:  #FFFFFF;
	text-decoration: none;
}

a.three:link {
	color:  #69665C;
}

a.three:visited {
	color:  #7E7A6E;
}

a.three:hover {
	color: #000000;
	text-decoration: none;
}

