html {
	height: 100%;
}

body {
	background:#333333;
	text-align:center;
	margin:0 auto;
	font-family: Georgia , sans-serif;
	font-size: .8em;
	/*padding:0px;*/
}

a {
	text-decoration: none;
	color: #333333;
}

a:hover {
	color: #0066CC;
}

img {
	padding:0px;
}

.prop {
	float: left;
    height:420px;
    float:right;
    width:1px;
}

.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}

#page {
	background: #ffffff;
	position: relative;
	text-align:left;
	width: 800px;
	margin:0 auto;
	min-height:100%;
}


#header {
	background-color: #ffffff;
	width: 800px;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 0;
}

#header_bkgrnd {
	background: #ffffff;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
}

#header a {
	text-decoration: none;
}

#header img {
	border: none;
}

#logo {
	position: absolute;
	left: 13px;
	top: 17px;
	z-index: 1;
}
#name {
	position: absolute;
	left: 121px;
	top: 17px;
	z-index: 1;
}

#pic1 {
    position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1;
}

#tab_structure {
	position: relative;
	width: 699px;
	left: 101px;
	top: 91px;
	z-index: 2;
}

#Button_Table {
	height: 17px;
	margin: 0px;
}

#Button_Table_Item {
	height: 17px;
	margin: 0px;
}

.tab {
	position: absolute;
	left: 0px;
	top:0px;
}

#submenu {
	position: relative;
	left: 0px;
	top: 91px;
}

#menubar {
	background-image: url(../images/sub_menu.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 25px;
}

#sub_menu_items {
	font-family: Georgia, sans-serif;
	font-size: 8.0pt;
	color: white;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 2px;
	left: 0px;
}

#sub_menu_items A {color: white; font-weight: bold;}
#sub_menu_items A:link {text-decoration: none}
#sub_menu_items A:visited {text-decoration: none}
#sub_menu_items A:active {text-decoration: none; color: #ccffff;}
#sub_menu_items A:hover {text-decoration: none; color: #ccffff}

#tab_structure A {text-decoration: none;}
#tab_structure img {border: none}

.slimTable {
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}

.menu1, .menu2, .menu3, .menu4 {
   margin: 0 0;
   padding: 0px 0px;
}
.menu1 ul, .menu2 ul{
   margin: 0;
   padding: 0;
   list-style-type: none;
}
.menu1 li, .menu2 li{
    margin: 0;
    padding: 0;
    float: left;
}
.menu1 li {
    padding-right: .75em;
}
	
.menu1 li {
	color: #ffffff;
    padding-right: .75em;
}
	
