body {
	background-image: url('images/bg.gif');
	background-repeat: repeat-x;
	background-color: #ffffff;
}
#main {
	background-image: url(images/main.gif);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;	
}
#content {
	display: block;
	min-height: 400px;
	width: 563px;
	border: solid 0px black;
	margin-left: 300px;	
	margin-top: 100px;	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #414c4b;
}
#menu {
	display: block;
	float: left;
	height: 200px;	
	width:180px;
	border: solid 0px black;
	margin-left: 100px;
	margin-top: 150px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 7pt;
	text-transform: uppercase;
}
#footer {
	display: block;
	bottom: 0;
	height: 100px;	
	border: solid 0px black;	
	text-align: right;
}

#menu a:link, #menu a:visited, #menu a:active{
	background-color: #d2f0f5;
	width: 130px;
	border: solid 1px #1da69e;
	display: block;	
	text-decoration: none;	
	height: 9;	
	padding-left: 9px;
	padding-top: 2px;		
	color: #0f5b57;	
}
#menu a:hover{
	background-color: #a3dbdb;
	width: 130px;
	border: solid 1px #0b9b9c;
	display: block;
	text-decoration: none;
	height: 10;	
	padding-left: 9px;
	padding-top: 2px;	
	color: #095556;	
}
#content h1 {
	font-weight: bold;
	font-size: 14px;
/*	background-color: #b5d2e2; */
	border-bottom: solid 1px #1da69e;
	display: block;	
	color: #0f5b57;	
	text-transform: uppercase;
	padding-left: 10px;
	text-align: left;
}
#content img {
	background-color: #eeeeee;
	border: solid 1px #ababab;
	padding: 3pt;
}
#content img a:hover{
	background-color: #ffffff;
	border: solid 1px #eeeeee;
	padding: 3pt;
}
#content a:link, #content a:visited, #content a:active {
	text-decoration: none;
	color: #001e39;
	font-weight: bold;
} 
#content a:hover {
	text-decoration: underline;
	color: #053560;
	font-weight: bold;	
}
p {
	text-align: left;
}
.detail {
	font-weight: bold;
	text-transform: uppercase;
}
#eXTReMe {
	display: none;

}
