/* CSS Document */

body {
	background-image:url(bg/body.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.64em;
	color:#999999;
	margin:0;

}
a {
	color:#CCCCCC;
}
a:hover {
	border-bottom:1px solid
}
li {
	list-style-image:url(bg/bullet.gif);
}
h1,h2,h3 {
	color:#996666;
	border-bottom:1px dashed #cccccc;
	margin-top:5px;
	margin-bottom:5px;
	font-size:200%;
	padding-bottom:3px;
}
#container {
	width:580px;
	padding:10px;
	padding-top:0;
	margin:0 auto 0 auto;
	background-image:url(bg/main.jpg);
	background-repeat:repeat-y;
}
#topcontainer {
	width:100%;
	clear:both;
}
#website_title {
	background-color:#990000;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	padding:10px;
	width:45%;
	float:left;
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:36px;
	height:120px;
	font-weight:bold;
	border:1px solid #000000;	
	margin-top:6px;
	
}

#menu {
	background-color:#dddddd;
	border:1px solid #cccccc;
	padding:10px;
	width:96%;
	float:center;
	height:120px;
	margin-bottom:20px;
	margin-top:6px;
}

#menu img {
border:1px solid #b0b0b0;
float:center;
margin:5px 15px 6px;
padding:5px;
}



.footercontent {
	clear:both;
	width:560px;
	padding:5px;
	background-color:#dddddd;
	border:1px solid #cccccc;
	margin-right:200px;
	margin:0 auto 0 auto;
	line-height:20px;
	margin-bottom:10px;
}
.footercontent a {
	font-weight:bold;
	text-decoration:none;
	color:#999999;
}
.footercontent a:hover {
	text-decoration:underline;
}

#footer {
	width:600px;
	margin:0 auto 0 auto;
	background-image:url(bg/footer.jpg);
	height:20px;
}


.content img,.contentalt img {
	border:1px solid #b0b0b0;
	float:left;
	margin:5px 15px 6px;
	padding:5px;
}

#top {
	width:600px;
	margin:0 auto 0 auto;
	background-image:url(bg/top.jpg);
	height:24px;
}





.popper {
	POSITION: absolute; VISIBILITY: hidden
}
.window {
	BACKGROUND-COLOR: #808080; FILTER: alpha(opacity=75, finishopacity=100, style=1, startx=0, starty=0, finishx=140, finishy=270)
}
.windowup {
	COLOR: white; FONT-SIZE: 12px; FONT-WEIGHT: bold
}
.windowin {
	BACKGROUND-COLOR: #F5F5F5; COLOR: black; FONT-SIZE: 10px
}

