html body{
	background-image: url("img/bg.jpg");
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #0A0A0A;
	padding: 0;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: small;
	text-align: center;
}

strong{
	border-bottom: 1px solid #ffffff;
}

#main strong{
	border: none;
}	

p{
	padding: 0;
	margin: 0;
}

h4{
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px dotted white;
}

a{
	color: #999;
	text-decoration: none;
}

a:hover{
	color: #FFF;
}

#container{
	background-color: #0A0A0A;
	padding: 20px 20px 5px 20px;
	margin:0 auto;
	width: 900px;
	text-align: justify;
}

#header{
	padding-top: 60px;
	height: 30px;
	width: 300px;
	background-image: url("img/header.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	/*text-align: right;*/
}

#header:hover{
	background-image: url("img/headerhover.jpg");
}

#contact{
	text-align: right;
	margin-top: 60px;
	color: #ec1c24;
	width: 250px;
	float: right;
}

#contact a{
	color: #fff;
	text-decoration: none;
}

#contact a:hover{
	color: #999;
}

#nav{
	text-align: center;
	border-top: 1px solid white;
	margin-bottom: 25px;
}

#nav li{
	display: inline;
	padding: 0px 50px;
}

#welcome{
	margin: 17px 0px 0px 0px;
	background-color: #333;
	padding:10px;
}

#flash{
	float: right;
	width: 505px;
}

#info{
	padding: 15px;
	background: #222222;
	/*text-align: justify;*/
	width: 335px;
}

#info a{
	color: #ec1c24;
	text-decoration: none;
}

#info a:hover{
	color: #999;
}

h3{
	padding: 0px;
	margin: 0px 0px 8px 0px;
	border-bottom: 1px solid white;
}

#moreinfo{
	height: 280px;
	padding: 5px 10px 20px 10px;
	/*text-align: justify;*/
}

#moreinfo h4{
	color: #ffffff;
}

#moreinfo li {
	width: 250px;
	display: inline;
	border:medium none;
	float:left;
	margin:0 30px 15px 0;
}

#moreinfo li h4{
	padding: 0px 0px 7px 0px;
	margin: 0px 0px 7px 0px;
	border-bottom: 1px dotted white;
}

#moreinfo li p{
	padding: 12px 0px 12px 0px;
	font-size: 8pt;
}

.rss_item{
	padding: 0;
	margin: 0;
}

#sidebar{
	float: right;
	width: 260px;
	padding: 15px;
	background-color: #333333;
	/*margin-top: 20px;*/
	text-align: justify;
	font-size: 8pt;
}

#sidebar h4{
	margin-top:12px;
}

#main{
	padding: 0px 0px 20px 0px;
	width: 580px;
}

#main h3{
	margin-bottom: 20px;
}

#main img{
	/*margin-top: 5px;*/
	margin-bottom: 25px;
}

#gallery{
	margin-top: 50px;
	text-align: center;
}

#footer{
	color: #999;
	margin-top: 20px;
	border-top: 1px solid white;
	font-size: 10px;
	padding: 15px;
	text-align: left;
}