/* CSS Document */

body {	
	background-image:url(../images/bg.jpg);
	color: #00204e;
	font-family:"Times New Roman", Times, serif;
	text-align: center;
}

.trh{
	background-image:url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: right;
	vertical-align: bottom;
	padding-right:20px;
	padding-bottom: 5px;
	
}


#container {
	background-image:url(../images/stretch.jpg);
	background-position: top center;
	background-color: #c09477;
	font-family: "Times New Roman", Times, serif;
	align: center;
	text-align: left;
	margin: 15px auto;
	padding: 0px;
	width:800px;
	
}



#links{
	color: #00204e;
	font-family:"Times New Roman", Times, serif;
	display: inline;
	text-decoration: none;
}

#links a {
	font-family:"Times New Roman", Times, serif;
	display: inline;
	font-size:11pt;
	color: #00204e;
	text-decoration: none;
	
}
#links a:hover {
	color: #00204e;
	text-decoration: underline;
}
#links a:visited {
	color: #00204e;
	text-decoration: none;
}

#links a:active {color: #00204e; text-decoration:none;}

#links2{
	color: #ffffff;
	font-family:"Times New Roman", Times, serif;

	text-decoration: underline;
}

#links2 a {
	font-family:"Times New Roman", Times, serif;
	color: #ffffff;
	text-decoration: underline;
	
}
#links2 a:hover {
	color: #00204e;
	text-decoration: underline;
}
#links2 a:visited {
	color: #ffffff;
	text-decoration: none;
}

#links2 a:active {color: #ffffff; text-decoration:underline;}
