body {
	margin:0px;
	background:url('../images/template/bg_left.gif') repeat-y white;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:14px;
	color:#444;
	line-height:20px;
}
#page {
	width:100%;
	height:120px;
	background:url('../images/template/bg_head.gif') repeat-x;
}
#navi {
	width:200px;
	height:800px;
	padding-top:130px;
	float:left;
	background:url('../images/template/bg_navi.gif') no-repeat;
}
 #navi a {
 	font-family:"Times New Roman",Arial,Verdana,Helvetica,sans-serif;
	font-size:20px;
	font-style:italic;
	font-weight:bold;
	text-decoration:none;
	color:#aaa;
	background-image:url("../images/nav/navbutton_normal.gif");
	background-repeat:no-repeat;
	background-color:white;
	padding:8px 0px 8px 25px;
	display:block;
	margin:0px 20px 5px 20px;
 }
 #navi a:hover{
	color:#888;
	background-color:white;
	background:url("../images/nav/navbutton_mouseover.gif");
	background-repeat:no-repeat;
 }
 #navi a.pressed{
	color:#888;
	background-color:white;
	background-image:url("../images/nav/navbutton_pressed.gif");
	background-repeat:no-repeat;
 }
#header {
	height:130px;
}
.logo {
	text-align:right;
	padding:20px 20px 0px 0px;
}
#content {
	float:left;
	width:75%;
	margin:0px 20px;
}
h1 {
 	font-family:"Times New Roman",Arial,Verdana,Helvetica,sans-serif;
	font-size:21px;
	font-style:italic;
	color:#888;
	background-color:inherit;
	margin:0px 0px 15px 0px;
}
.navbtn {
	margin-left:20px;
}
.floatRight {
	float:right;
}
.clear {
	clear:both;
}
.pb7 {
	padding-bottom:7px;
}
.box {
	padding:10px;
	color:black;
	background-color:#eee;
}
.tableft {
	float:left;
	width:200px;
	border-width:2px 2px 0px 0px;
	border-style:solid;
	border-color:white;
	padding:5px;
	background-color:#eee;
}
.tabright {
	float:left;
	width:300px;
	border-width:2px 0px 0px 0px;
	border-style:solid;
	border-color:white;
	padding:3px;
	background-color:#eee;
}

