/* CSS Document */
* { margin: 0; padding: 0; text-decoration:none; }
body { background-color: #424B4D; }

#wrapper {
	width: 802px;
	margin: 20px auto;
	border: 1px solid #8A9EA3;
	position: relative;
}
#border { border: 1px solid #A9C5CD; zoom: 1; }
.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
.head {
	left: 250px;
	top: 100px;
	position: relative;
}

/*Columns*/
#left {
	width: 158px;
	border-right: 1px solid #C7E2E5;
	background-color: #57A3C1;
	height: 551px;
	float: left;
	position: relative;
}
#left-corner { margin: -2px 0 0 -2px; float: left; position: relative; }

/* Menu */
#menu {
	border-top: 1px solid #94B5C0;
	width: 127px;
	margin: 157px auto 0 auto;
	position: relative;
}
#menu a { display: block; color: #5C636B;  font-family: "Times New Roman", Times, serif; font-size: 14px; padding: 7px 0 15px 0; 
border-bottom: 1px solid #94B5C0; }
#menu a:hover { color: #EBF8FA; }

/* Thirds */
#top {
	height: 180px;
	width: 640px;
	background: #fff url(images/portfolio/top-third-bg.jpg) no-repeat left top;
	float: right;
	border-left: 1px solid #BECCCE;
	position: relative;
}
h1 { margin: 94px 0 0 245px; color: #78B6CA; font: 75px "Times New Roman", Times, serif; }

#middle { height: 228px; background: #78B6CA url(images/portfolio/middle-third-bg.jpg) no-repeat left top; float: right; width: 640px; border-left: 1px solid #BECCCE; 
position: relative;}
#middle img { padding: 2px 2px; border: 2px solid #fff; }

#bottom {
	height: 143px;
	background: #fff url(images/portfolio/bottom-third-bg.jpg) no-repeat left top;
	float: right;
	width: 640px;
	border-left: 1px solid #BECCCE;
	position: relative;
}
#bottom p { color: #51755A; font: 16px Georgia, "Times New Roman", Times, serif; margin: 21px 0 0 228px;   }

/* Footer */
#footer { background-color: #0F6081; height: 42px }
#footer-corner_p {
	margin: 0 -2px -2px 0;
	float: right;
}

#footer-menu_p {
	float: left;
	font: normal 12px "Times New Roman", Times, serif;
	margin: 14px 0 0 25px;
	border-right: 1px solid #3F809A;
	border-left: 1px solid #fff;
	text-decoration: none;
	letter-spacing: 0.1em;
}

#footer-menu_p a { padding: 0 15px; color: #fff; border-left: 1px solid #3F809A; border-right: 1px solid #fff; }
#footer-menu_p a:hover { color: #5AA9BD; }
