body {
	font-family: Trebuchet MS, arial, sans-serif;
	font-size: 12pt;
	color: #232452;
	background-color: #232452;
}

div.header {
	width: 900px;
	height: 191px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

div.container {
	width: 900px;
	height: 522px;
	background: #fff url(images/baracktoberfest_content_bg.jpg) no-repeat scroll top left;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
}

div.main_text {
	padding: 40px 10px 10px 70px;
	margin: 0px;
	width: 530px;
}

div.stable {
	float: left;
	margin: 5px;
	font-size: 10pt;
	text-align: center;
}

div.where {
	width: 225px;
	height: 320px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	background: #fff url(images/baracktoberfest_where_bg.jpg) no-repeat scroll top left;
	position: relative;
	float: right;
	top: 10px;
	right: 70px;
}

div.where p {
	font-size: 10pt;
	color: #fff;
	padding: 60px 10px 10px 25px;
	margin: 0px;
	width: 175px;
}

p.header {
	font-size: 16pt;
	font-weight: bold;
	color: #43459d;
}

ul {
	list-style-type: square;
}

div.where a {
	color: #c0c1ff;
	text-decoration: underline;
	font-weight: bold;
}

div.where a:hover, div.where a:active {
	color: #9b9dff;
}

div.footer {
	font-size: 10pt;
	color: #fff;
	text-align: center;
	width: 100%;
	margin-top: 20px;
}

div.footer a {
	color: #fff;
}

a {
	color: #43459d;
}

img {
	border: none;
}