@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Lucida Calligraphy, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}


#container{width:1000px; margin:auto; }
#banner{width:1000px; height:100px; background-image:url(images/banner.jpg); background-repeat:no-repeat;}
#content{width:1000px;}
#left{width:250px; float:right; height:330px; margin:10px 0px;}
#main{width:630px; float:right; height:290px; margin:20px 20px 20px 0px; background-color:#000000; border:2px solid #ffffff; overflow:auto; padding:10px;}
#scroller{width:940px; clear:both; margin:10px; height:120px; padding-left:30px; }
.scrollers{height:90px; margin:10px 9px; border:2px solid #ffffff; width:113px;}
#footer{width:1000px; font-size:9px; color:#999999; text-align:center; clear:both; }
#footer a:link{color:#999999; font-weight:normal;}
#footer a:active{color:#999999; font-weight:normal;}
#footer a:visited{color:#999999; font-weight:normal;}
#footer a:hover{color:#ffffff; font-weight:normal;} 

.photoalbums{width:100px; margin:5px; padding:10px; float:left; text-align:center;}

 

#navcontainer { width: 250px; }

#navcontainer ul
{
margin: 22px 0;
padding: 0;
list-style-type: none;
}

#navcontainer a
{
display: block;
padding:12px 0;
width: 230px;
text-align:center;
border:none;
margin:20px 0;
}

#navcontainer a:link, #navlist a:visited
{
color: #fff;
text-decoration: none;
margin:0;
border:none;
padding:12px 2px;
}

#navcontainer a:hover
{
background-color: #000;
width: 245px;
border-top:2px solid #ffffff;
border-bottom:2px solid #ffffff;
border-right:2px solid #000000;
border-left:2px solid #ffffff;
color: #fff;
padding:10px 2px;
margin:0;
}