html {
	height:100%;
	}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444444;
	padding:0px;
	margin:0px;
	position:absolute;
	min-height:100%;
	}
* html body {
	height:100%;
	}	
small {
	font-size:10px;
	}
a {
	color:#444444;
	}
a:link {
	text-decoration:underline;
	}
a:visited {
	text-decoration:underline;
	}
a:hover {
	text-decoration:underline;
	}	
img {
	border:0px;
	}
p {
	font-size:14px;
	color:#444444;
	}
strong {
	font-size:15px;
	color:#53604c;
	}
h1 {
	font-size:16px;
	color:#53604c;
	margin-bottom:2px;
	margin-top:2px;
	}
h2 {
	font-size:15px;
	color:#53604c;
	margin-bottom:5px;
	margin-top:2px;
	}			
li {
	font-size:14px;
	color:#444444;
	}

#top {
	margin:0px;
	padding:0px;
	}
#top h1 {
	margin:3px 5px 10px 90px;	
	color:#53604c;
	font-size:16px;
	}
#top h2 {
	margin:10px 5px 3px 30px;
	color:#000000;
	font-size:17px;
	}	

#content {
	overflow:hidden;
	width:98%;
	padding-bottom:150px;
	}
	
#menu {
	margin-right:20px;
	margin-top:35px;
	width:250px;
	float:left;}
#menu p {
	margin:10px 0px 10px 0px;
	padding:0px 10px 0px 0px;
	font-size:12px;
	font-weight:bold;
	text-align:right;}
#menu span {
	float:right;
	clear:right;}	
#link {
	float:right;
	background-color:#f3f1f0;
	border:#e3e1e0 1px solid;
	padding:5px 0px 5px 10px;}
#link p {
	margin-top:0px;
	margin-bottom:5px;
	line-height:15px;}
#link small {
	font-weight:100;
	font-size:11px;}	
#text {
	margin-left:270px;
	margin-top:10px;
	}
#bottom {
	height:140px;
	width:100%;
	padding:0px;
	bottom:0;
	position:absolute;
	}
