body {
background-color: #000;
}
div.main{
    background-image: url('/media/background.png');
    background-position: left top;
    background-repeat: no-repeat;
    height: 100%;
    min-height: 700px; 
	margin: 0px; 
	padding: 0px;
	width: 985px;
}
div.top {
    color: #fff;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 12px;
    left: 80px;
    position: relative;
    top: 53px;
}
div.top p {
    color: #fff;
}
div.middle {
    background-color: #fff;
    background-image: url('/media/right.jpg');
    background-position: right bottom;
    background-repeat: no-repeat;
    /*border: 3px solid #006777;*/
    height: 100%;
    left: 75px;
    min-height: 550px;
    position: relative;
    top: 80px;
    width: 896px;
}
div.menu {
    padding-top: 40px;
}
div.rootmenu table.menuitems td {
    padding-right: 10px;
}
td.left {
    padding-left: 35px;
    padding-top: 90px;
    width: 115px;
}
td.left h3 {
    color: #bfbfbf;
    font-weight: normal;
}
td.center {
    padding-top: 100px;
    width: 550px;
}
div.missionforvision {
    background-image: url('/media/mission_for_vision.png');
    background-repeat: no-repeat;
    float: right;
    height: 457px;
    left: 25px;
    position: relative;
    top: -365px;
    width: 28px;
}
div.bottom {
    left: 73px;
    position: relative;
    top: 80px;
}
/*
td.center{
	width:100%;
	padding:5px;
}

td.left .menu, td.right .pane{
    width:120px;
    padding:5px;
}

div.top{
	border-bottom:1px solid #ccc;
}

div.bottom{
	border-top:1px solid #ccc;
}


*/