BODY {
    margin:0px 0px 0px 0px;
    background-color:#B8DBDD;
    /* your default text */
    font-family:verdana, sans-serif;
    font-size:12px;
    color:#3A5051;
}

#page {
    width:951px;
	float:left;
}

#left {
    width:864px;
    height:657px;
    float:left;
    border-bottom:solid 1px #006B9C;
}

#center {
    width:1px;
    height:657px;
    background-color:#006B9C;
    float:left;
}

#right {
    width:86px;
    height:657px;
    background-image:url(imgs/home/banner_right.gif);
    background-repeat:no-repeat;
    background-color:#B8DBDD;
    float:left;
}

#top {
    width:864px;
    height:17px;
}

#logo {
    width:864px;
    height:93px;
}

#nav {
    width:820px;
    height:23px;
    background-color:#E4E4E4;
    color:#000;
    padding-left:44px;
}
#nav img {
    float:left;
}

#content {
    width:864px;
    height:524px;
    background-image:url(imgs/home/bg_home.jpg);
    background-repeat:no-repeat;
}

#current_projects {
    width:490px;
    height:319px;
    padding-left:355px;
    padding-top:13px;
}

#current_projects_title {
    width:490px;
    height:26px;
}

#img_current_projects {
    width:490px;
    height:293px;
}

#footer {
	padding-top:50px;
	text-align:center;
	font-family:verdana, sans-serif;
    font-size:11px;
    color:#FFF;
}

/* SUBPAGE CSS */

#sub {
    width:864px;
    height:524px;
    background-image:url(imgs/subpage/bg_subcontent.jpg);
    background-repeat:no-repeat;	
}

#subnav {
    padding-top:27px;
    width:189px;
    float:left;
}

#subcontent {
    margin-top:27px;
    width:638px;
    height:447px;
    background-image:url(imgs/subpage/bg_contentsub.jpg);
    background-repeat:no-repeat;
    border:solid 1px #9DC8D8;
    float:left;
}

#subcontent_text {
	width:598px;
	margin-left:20px;
	margin-right:20px;

}

#subcontent_img {
    width:175px;
    float:left;
    text-align:center;
    font-size:10px;
}

#tableHead {
	font-size:12px;
    font-weight:700;
    text-align:left;
	background-image:url(imgs/subpage/bg_proptable.gif);
	background-repeat:repeat-x;
}

#propTable {
    text-align:left;
}
#propTable img {
    border:solid 1px #FFF;
}
#propTable td {
    vertical-align:top;
}

.title {
    font-weight:700;
    font-size:12px;
}