@charset "UTF-8";
/* CSS Document */

body, html {
	background-color: #4d4946;
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 30px;
	color: #CCCCCC;
}

td {
	vertical-align: top;
}

a { 
	text-decoration: underline;
	color: #cccccc;
}

a:hover {
	text-decoration: none;
	color: #90c8c7;
}

img {
	border: 0px;
}

.main_container {
	width: 960px;
	height: 741px;
}

.sub_container {
	clear: both;
	width: 958px;
	height: 632px;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}

.head {
	height: 82px;
	background-image: url(../images/bg_top.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

.logo {
	float: left;
	width: 327px;
	margin-left: 30px;
}

.navigation {
	float: right;
	width: 480px;
	margin-top: 33px;
	text-align: right
}

.body {
	height: 600px; 
	width: 898px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	text-align: left;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-transform: uppercase;
}

.footer a {
	text-decoration: none;
	color: #CCCCCC;
}

.footer a:hover {
	text-decoration: underline;
}

.left {
	float: left;
}

.right {
	float: right;
}

.body_content {
	padding: 40px;
	width: 452px;
	float: left;
}

.body_content_right {
	padding: 40px;
	width: 450px;
	float: right;
}

.portfolio {
	padding: 40px;
	width: 818px;
}

.header {
	border-bottom: 1px solid #999999;
	height: 12px;
	margin-bottom: 10px;
	width: 100%;
}

.bio_image {
	background-image: url(../images/im_bio2.jpg);
	height: 600px;
	width: 898px;
	background-repeat: no-repeat;
	background-position: bottom right;
}

.rates_image {
	background-image: url(../images/im_02small.jpg);
	height: 600px;
	width: 898px;
	background-repeat: no-repeat;
	background-position: bottom left;
}

form {
	line-height: normal;
}

.line_normal {
	line-height: 20px;
}

ul {	
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 8px;
	margin: 0px;
}

li {
	padding-bottom: 2px;
}

h2 {
	text-transform: uppercase;
	color: #90c8c7;
	font-weight: normal;
	font-size: 10px;
	padding-bottom: 8px;
	display: inline;
	line-height: normal;
}

h1 {
	font-weight: normal;
	font-size: 18px;
	line-height: normal;
}
	
.blog_left {
	width: 454px;
	float: left;
	line-height: 20px;
	padding-right: 18px;
	overflow: auto;
	height: 500px;
	
}


	
	
