body { 
	background-color: #DADADA; 
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	background-color: #FFF;
	position: relative;
	width: 756px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #255489;
}
#nav_main {
    position: relative;
	height: 18px;
	width: 756px;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	background: url(images/nav_bg.jpg) no-repeat;
}
#nav_main a {
	text-decoration: none;
	color: #FFF;
}
#nav_main a:hover {
	color: #C9C9C9;
	text-decoration: none;
}
#nav_main #current {
	color: #C5C5C5;
}
.prop {
    height: 530px;
    float: right;
    width: 1px;
}
.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}
#content {
    padding-left: 2px;
    padding-bottom: 5px;
    padding-top: 5px;
	width: 756px;
	font-size: 13px;  
}
#news {
    
    background: url(images/news.jpg) no-repeat;
}
#news_content {
    width: 390px;
    float: right;
    padding-top: 6px;
    padding-right: 6px;
    padding-bottom: 10px;
}
#news_content hr {
    border: 1px #000 solid;
    color: #000;
}
#pagination {
    font-size: 12px;
    font-weight: bold;
    color: #C5C5C5;
}
#pagination a {
    color: #255489;
    text-decoration: none;
}
#pagination a:hover {
    color: #C5C5C5;
    text-decoration: none;
}

#about {
    height: 567px;
    background: url(images/about.jpg) no-repeat;
}
#about_content {
    width: 400px;
    float: right;
    padding-top: 6px;
    padding-right: 6px;
}
#about_content h4 {
    margin: 3px;
}
#contact {
    height: 540px;
    background: url(images/contact.jpg) no-repeat;
}
#contact a {
	color: #5679a3;	
	text-decoration: none;
}
#contact a:hover {
	color: #aeaeae;
}
#contact_form {
    margin-top: 70px;
    margin-left: 30px;
    font-weight: bold;
    float: left;
    color: #000;
}
#contact_form input {
	background-color: #DADADA;
	width: 230px;
	border: 1px solid #000;
}
#contact_form textarea {
	background-color: #DADADA;
	width: 230px;
	border: 1px solid #000;
}
.submit {
	background-color: #D9E7DD;
	width: 60px;
	border: 1px solid #838B85;
}
#contact_content {
    width: 300px;
    float: right;
    margin-top: 11px;
    margin-right: 60px;
    font-weight: bold;
}
#contact_content hr {
    border: 1px #000 solid;
    color: #000;
}
#projects {
    height: 435px;
    background: url(images/projects.jpg) no-repeat;
    background-position: top center;
}
#projects_map {
    
    width: 554px;
    height: 400px;
    margin-top: 10px;
    margin-left: 10px;
    font-weight: bold;
    float: left;
}
#projects_list {
    width: 175px;
    float: right;
    margin-top: 10px;
}
#projects_list ul {
    list-style-type: none;
}
#projects_list a {
    color: #3071B8;
    text-decoration: none;
}
#projects_list a:hover {
    color: #255489;
}
#investors {
    height: 570px;
    background: url(images/investors.jpg) no-repeat;
}
#investors_content {
    width: 400px;
    float: right;
    padding-top: 170px;
    padding-right: 6px;
    padding-bottom: 10px;
}
#footer {
	color: #646464;
	font-size: 13px;
	text-align: center;
	position: relative;
	width: 760px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
}
#footer a {
	color: #E08833;
	text-decoration: none;
}
#footer a:hover {
	color: #255489;
}