*{margin:0;padding:0;}
body {
	font-family: "Bitter", serif;
	color: #000;
	font-size: 0.8em;
	background-image: url(/images/bg_2.jpg);
	background-repeat: repeat-x;
	background-color: #F3F3F3;
}
a { color: #F00; text-decoration: none; }
	a:hover { color: #F00; }
p {
	line-height: 1.7em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	font-family: "Glegoo", serif;
}
.x { clear: both; }

h1 { float: left; font-size: 3em; font-weight: normal; padding: 0 0 25px 0px; margin: 0 0 10px; }
h2 { font-weight: normal; font-size: 2.6em; padding: 0 0 10px; margin: 0 0 15px; font-family: "Glegoo", serif; }
h3 {
	font-size: 1.7em;
	font-weight: normal;
	margin: 0 0 20px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	color: #F00;
}
	h3 a {
	color: #ccc;
}
	
#content {
	width: 960px;
	margin: 20px auto;
	padding: 20px 20px 20px 20px;
	
	
	}

#menu { float: right; margin: 10px 10px 0 0; }
	#menu li { display: inline; list-style: none; }
	#menu li a {
	float: left;
	margin: 0 0 0 20px;
	color: #F00;
}
		#menu li a:hover { color: #555; }
	




	.nav {
	clear: both;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: 0;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;	
}
	.nav .details {
	float: right;
	width: 290px;
	text-align: right;
}
	.nav .details .info { font-size: .9em; color: ##F00; }
		.nav .details .info a { color: #F00; border-bottom: 1px dotted #999; padding: 3px 1px; }
	
	
	
.col { width: 290px; margin: 0 40px 30px 0; float: left; font-size: .9em;  }
.col2 { width: 610px; margin: 0 60px 30px 0; float: left; font-size: 1.3em;  }
.colfoot { width: 610px; margin: 0 60px 30px 0; float: left; font-size: .9em; }


	.col.last { margin-right: 0; }
	


#slideshow {
		 clear: both;
    margin: 50px auto;
    position: relative;
    width: 940px;
    height: 423px;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

#slideshow > div {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}

	
#footer {
	clear: both;
	border-top: 1px solid #ddd;
	font-size: .9em;
	color: #999;
	font-family: "Bitter", serif;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	text-align: right;
}

