a:link
{
	color: #990000; 
}
a:visited
{
	color:  #990000; 
} 
a:active 
{
	color: #CC0000;
}
a:hover 
{
	color: #FF0000;
	
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #880000;
	text-align: center;
	position: relative;	
}
#main {
	position: static;
	width: 747px;
	text-align: left;
	background-image: url(bg1.gif);
	background-repeat: repeat-y;
	margin: 0 auto;
}

#header {
	background-image: url(header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 747px;
	height: 122px;
	margin: 0 auto;
}

#banner {
	float: right;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}

h1
{
	color: #990000;
	font-size: 14pt;
	text-align: center;
	
}

#content {
	float: right;
	width:577px;
	padding: 0px 0px 10px 5px;
	margin-bottom: 0px;
	margin-right: 7px;
}

.title {
	color: #CC0000;
	font-weight: bold;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}
#sidebar {
	float: left;
	width: 144px;
	margin-top: 5px;
}

#menu ul {
	margin: 0;
	padding: 0;	
}

#menu li {
	display: inline;
	list-style: none;
	
}

#menu a {
	background-image: url(button.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 144px;
	display: block;
	font-size: 8pt;
	font-weight: bolder;
	color: #000000;
	text-align: center;
	text-decoration: none;
	margin-left: 2px;
	line-height: 22px;
}

#menu a:hover {
	color: #CC0000;
	
}

#pictures {
	text-align: center;
	display: block;
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	color: #CC0000;
	font-weight: bold;
	font-size: 9pt;
}
.clear {
    clear: both;
}

#footer {
	clear: both;
	font-weight: bolder;
	font-size: 8pt;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 150px;
}
#footer1 {
	color: #FFFFFF;
	font-size: 9pt;
	
}