/* @override http://localhost/stylesheet.css */

body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #fff url(images/bg.jpg) repeat-x;
	padding-bottom: 60px;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 60%;
	color: #999999;
}


#container {
	
	margin: 30px auto 0;
	width: 850px;
	border: 5px solid #072646;
	background: #072646;
}

#content {
	background: #eff8ff;
	margin: 30px;
	padding: 30px 70px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}


#content.slider { 
padding: 11px 0 0 9px;
overflow: hidden;
background: white;

}

#footer {
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
}

div.description {
	text-align: left;
}

div.numbers {
	border: 1px solid #072646;
	border-bottom: 2px solid #072646;
	background: white;
	padding: 20px;
	width: 280px;
	float: right;
	margin-left: 40px;
	margin-bottom: 30px;
	margin-top: 20px;
	font-size: 14px;
}

div.slideshow {
	display: block;
	padding: 10px;
	width: 300px;
	float: right;
	clear: right;
	margin-bottom: 50px;
}

div.slideshow a {
	display: block;
	border:  1px solid #072646;
	width: 150px;
	text-align: center;
	margin: 0 auto;
	padding: 10px;
	text-decoration: none;
	background: white;
	font-weight: bold;
	font-size: 14px;
	color: #072646;
		border-bottom: 2px solid #072646;

}

div.slideshow a:hover {
	background-color: #072646;
	color: #fff;
}

div.slideshow.centered  {
	margin: 0 auto 40px;
	float: none;
	
}
