
html,body {
	font-family:  'Lato', sans-serif;
	margin: 0px;
	padding: 0px;
	background: #FFF url(images/velodrome_lines.png) no-repeat fixed left;

}

a {
	color: #000;
	
}

a:hover {
	
}

#main-body {
	background: rgba(255,255,255,0.6);
	margin: 0px;

	width: 1000px;
	min-height: 100%;

	margin-left: auto;
	margin-right: auto;
	border-left: 1px #AAA solid;
	border-right: 1px #AAA solid;
	border-bottom: 1px #AAA solid;
	box-shadow: 0px 0px 40px #222;
}

.menu ul { 
	padding-left: 5px;
	margin: 0px;
	background-color: #b1c0e1;
	border-bottom: 1px #AAA solid;

}

.menu li {
	display: inline-block;
	min-width: 100px;
	min-height: 30px;

	text-align: center;
	padding: 5px;
	padding-top: 15px;
}

.menu li.active {
	color: #FFF;
	background-color: #7a8fc6;
}

.menu li:hover {

	background-color: #7a8fc6;
}

.menu li.last {

}

.banner {
	width: 100%;
	min-height: 160px;
	border-bottom: 1px #AAA solid;
}

.banner img {
	height: 150px;
}

.calendar {

}

.col_1 {
	float: right;
	width: 23%;
	margin: 10px;
background-color: #b1c0e1;
border-radius: 15px;
}

.col_2 {



}

.content {

	padding: 20px;

}

.col_1.bottom-right {
	clear: both;
}

.sponsors {

	border: 1px #000 solid;
}

header {
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: underline;
}



article {
	width: 640px;
	margin-top: 10px;
	margin-bottom: 30px;
	border-bottom: 1px #AAA solid;
}

article article {
	margin-left: 20px;
	border-bottom: 0px pink solid;
}

.footer {
	width: 100%;
	height: 171px;
	background-image: url(images/footer.png);
}

#instafeed {
	overflow: hidden;
}