#page {
    position:relative;
    margin-left:72px;
    margin-top:50px;
    margin-bottom: 50px;
    width:1035px;
}

#logo {
    position:absolute;
    left: 988px;
    top: 0px;
    width: 47px;
    height: 33px;
    z-index: 200;
}
#topNavs {
    position: relative;
    margin-left: 215px;
    margin-top: 0px;
    width: 773px;
    height:148px;
}

#home {
	position:absolute;
	left:0px;
	top:0px;
}
#topNav1 {
    position: relative;
    width:773px;
    margin-bottom:10px;
}

#topNav2 {
    position: relative;
    width:773px;
}
.topNavLeft {
    position: relative;   
    float: left;
}

#content {
    position:relative;
    width: 1035px;
}
.contentLeft {
    position: relative;
    width: 215px;
    height:305px;
    float:left;
}
.contentCenter {
    position: relative;
    width: 408px;
    height:305px;
    float:left;
}
.contentRight {
    position: relative;
    width: 412px;
    height:305px;
    float:left;
}
.contentRight2 {
    position: relative;
    width: 412px;
    float:left;
}
.projectsEntry {
    position: relative;
    width:1035px;
    height: 305px;
}
