@charset "utf-8";
/* CSS Document */
body {
	background-color:#000;
	background-image:url(images/bkg.jpg);
}
#contents {
margin-top: 10px;
margin-right:auto;
margin-left:auto;
width: 875px;
padding: 10px;
color: #000;
}
#header {
	background-image:url(images/header.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	height:160px;
	width:875px;
}
#bkg {
	width: 875px;
}
#linkbar {
	background-image:url(images/linkbar.png);
	background-repeat:repeat-x;
	height:45px;
	width: 875px;
	margin: 0 auto;
	color:#FFFFFF;

	padding-top:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#E1D0B2;
	font-weight:bold;
}
#maincontent{
	padding-top:0px;
	width:794px;
	margin: 0 auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#E1D0B2;
}
#maincontent a{
	color:#E1D0B2;
}
#maincontent a hover{
	color:#E1D0B2;
}
#maincontent a active{
	color:#E1D0B2;
}
#maincontent a visited{
	color:#E1D0B2;
}
#slide {
	border-bottom:#000 1px solid;
}

#footer {
	font-family:Arial, Helvetica, sans-serif;
	color:#E1D0B2;
	font-size:10px;
	margin-left:50px;
	border-top:#E1D0B2 1px solid;
	width: 790px;
	padding-top:5px;
}
#footer a {
	font-family:Arial, Helvetica, sans-serif;
	color:#E1D0B2;
}
#footer a:visited a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#E1D0B2;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#cont {
	padding-top:10px;
}
.item {
	padding-left:60px;
	text-align:left;
} 
.item a {
	color:#E1D0B2;
	font-weight:bold;
} 
.item a:hover a:visited {
	color:#E1D0B2;
	font-weight:bold;
}
