/* CSS Document */

#flashcontent {
width: 180px;
float: right;
}

HTML {
margin: 0px;
scrollbar-arrow-color: #FFFF00;
scrollbar-face-color: #000000;
scrollbar-3dlight-color: #606050;
scrollbar-highlight-color: #808080;
scrollbar-shadow-color: #808080;
scrollbar-darkshadow-color: #404040;
scrollbar-track-color: #008080;
}

body {
	background-image:url(images/backgrounds/body-1.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.70em;
	color:#808080;
	margin:0;

}
a {
	color:#008080;
}
a:hover {
	border-bottom:1px solid;
	color:#C00000;
}

h1,h2,h3 {
	color:#008080;
	border-bottom:2px dashed #ffff00;
	margin-top:5px;
	margin-bottom:5px;
	font-size:140%;
	padding-bottom:3px;
}
#container {
	width:580px;
	padding:10px;
	padding-top:0;
	margin:0 auto 0 auto;
	background-image:url(images/backgrounds/main.jpg);
	background-repeat:repeat-y;
}
#topcontainer {
	width:100%;
	height:250px;
	clear:both;
}
#website_title {
	background-color:#008080;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	padding:10px;
	width:63%;
	float:left;
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:36px;
	height:220px;
	font-weight:bold;
	border:1px solid #000000;
	
}
#menu {
	background-color:#dddddd;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	font-size:12px;
	padding:10px;
	width:27%;
	float:right;
	height:220px;
	margin-bottom:20px;
}
#menu a {
	float:left;
	width:148px;
	background-image:url(images/backgrounds/menua.jpg);
	padding:4px;
	border-left:1px solid #ffffff;
	border-top:1px solid #ffffff;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	margin-bottom:1px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
#menu a:hover {
	border-left:1px solid #999999;
	border-top:1px solid #999999;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	background-image:url(images/backgrounds/menuahover.jpg);
	background-position:bottom;
	color:#008080;
}
.content {
	clear:both;
	width:560px;
	padding:5px;
	background-color:#ffffff;
	border:1px solid #cccccc;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	margin-right:200px;
	margin:0 auto 0 auto;
	line-height:20px;
	margin-bottom:10px;
}
.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;
	text-align:center
}
.footercontent a {
	text-decoration:underline;
	color:#008080;
}
.footercontent a:hover {
	text-decoration:underline;
	color:#C00000;
}

#footer {
	width:600px;
	margin:0 auto 0 auto;
	background-image:url(images/backgrounds/footer-1.jpg);
	height:20px;
}