body {
	
	background-image: url('images/bg_main.png');
	
	font-family: Arial;
	font-size: 9pt;
	color: BLUE;
	
}

h1 {
	
	font-size: 11pt;
	
}

#top {
	
	width: 850px;
	height: 200px;
	
	background-image: url('images/top_bg.jpg');
	background-repeat: no-repeat;
	
	border: 0px solid BLUE;
	
	margin-bottom: 5px;
}

#maintable {
	width: 856px;
	border: 0px solid BLUE;
}

#maintable td {
	border: 0px solid BLUE;
}

#navigation {
	
	width: 240px;
	height: 502px;
	padding:0px;
	
	background-image: url('images/navigation_bg.png');
	background-repeat: no-repeat;
	
	text-align: center;
	
}

#content {
	
	width: 580px;
	height: 500px;
	//width: 600px;
	
	background-image: url('images/content_bg.png');
	background-repeat: no-repeat;
	
	text-align: justify;
	
	padding: 10px;
	
	font-size: 9pt;
	
}

#link  a {
	
	width: 130px;
	
	border: 0px solid BLUE;
	background-image: url('images/button.png');
	background-position: 00, 00;
	background-repeat: no-repeat;
	
	padding-top: 10px;
	padding-left: 40px;
	
	text-align: left;
	
	font-family: Trebuchet MS;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	
	height: 31px;
	
	color: BLUE;
	text-decoration: none;

	
	display: block;
	
}

#link a:hover{

	color: BLUE;
	text-decoration: none;
	background-image: url('images/button.png');
	background-position: 2, 0;
	background-repeat: no-repeat;
	
}

























