body {
	margin:0;
	padding:0;
}
h1,h2,h3,h4{line-height: 130%}

table{	
	background-color:#FFFFFF;
}

#wrapper {
	width: 800px;
	border:3px ridge #000000;
	background: #EFEFEF;
}
.navigation{
	width:180px;

}
.navigation ul{

	margin:0;
	padding:0;

}
.navigation li{
	margin:0;
	padding:0;
	border-bottom: 1px solid #CCCCCC;
	background:#CC0000;
}
.navigation a{
	padding:4px 0 4px 10px;
	background:#EFEFEF;
	display:block;
	width:170px !important;
	width /**/: 180px;
	color:#333333;
	text-decoration: none;
}
.navigation a:hover{
	color:#FFFFFF;
	background-image:none;
	background-color:transparent;
}

#header {
	height: 150px;
	border-bottom: 1px solid #CCCCCC;
}
#container{
	position:relative;
	width:100%;
}
#primary {
	margin-left: 180px;
	border-left:1px solid #CCCCCC;
	background-color: #FFFFFF;
	min-height: 1000px; 
}
#secondary {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 180px;

}
#footer {
	background-color: #DDDDDD;
	height: 40px;
	padding:10pt;
}
.page_title {
	font-size: 150%;
	color: #ffffff; 
 	 background-color: #666699; 
	line-height: 130%;
	text-align: center;
}
.menu_title {
	font-size: 130%;
	color: #ffffff; 
 	background-color: #666699; 
	line-height: 120%;
	text-align: center;
}
.title {
	margin-top:10pt;
	margin-left:10pt;
	font-size:150%;
	line-height:120%;
	font-weight:bold;
	text-align: center;
}
.contents{
	border-color:#666699;
	border-top-style:solid;
	line-height:130%;
	padding:10pt;
	font-size:90%;
}
#timestamp {
	font-weight:bold;
	text-align:right;
	margin-top:10pt;
	margin-bottom:5pt;
	margin-right:10pt;
}
#login{
	font-size:80%;	
	position:absolute;
	top:10px;
	left:400px;
}
#welcome{	
	position:absolute;
	top:20px;
	left:560px;
}
