@charset "UTF-8";
/* CSS Document */
* html, * body {
	margin: 0;
	padding: 0;
}
* {
	margin: 0;
	padding: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
body {
	background: #fff url(/img/paint_wall.jpg);
	color: #411100;	
	font: small Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
}
html {
	height: 100%;
	margin-bottom: 1px;
}

* html #wrapper
{
	height: 100%;
}
#wrapper {
	background: transparent url(/img/paper.png);
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	width: 962px;
}
#header {
	background: transparent url(/img/header.png) no-repeat top left;
	margin: 0 auto;
	position: relative;
	height: 149px;
	width: 942px;
	z-index: 10;
}
#nav {
	background: transparent url(/img/nav_tape.gif) repeat-x;
	margin: 0 auto;
	margin-top: -8px;
	position: relative;
	height: 30px;
	width: 941px;
}
#nav ul {
	float: left;
	list-style-type: none;
	margin-left: 20px;
}
#nav ul li {
	border-left: 1px solid #411100;
	float: left;
	display: inline;
	padding: 6px 12px;
}
#nav ul li:first-child {
	border-left: 0;
}
#event_wrap {
	float: left;
	margin-bottom: 95px;
	margin-top: 8px;
}
#ror_event_wrap, #bbbb_event_wrap {
	float: left;
	margin-left: 40px;
	width: 308px;
}
#ror_event {
	background: transparent url(/img/ror.png) no-repeat top left;
	float: left;
	height: 361px;
	width: 308px;
}
#bbbb_event {
	background: transparent url(/img/bbbb.png) no-repeat top left;
	float: left;
	height: 370px;
	width: 314px;
}
#bbbb_event_wrap {
	margin-left: 20px;
}
#bbbb_event_wrap ul {
	list-style-position: inside;
	margin: 8px 0 0 8px;
}
.text {
	float: left;
	margin: 12px 0 0 12px;
}
#news_wrap {
	border-left: 1px solid #411100;
	float: left;
	margin: 20px 0 0 25px;
	padding-left: 25px;
	width: 200px;
}
#news_wrap ul {
	list-style-type: none;
}
#news_wrap li {
	margin-bottom: 8px;
}
#tiles {
	margin-top: 20px;
}
#footer {
	background: transparent url(/img/footer.png) no-repeat top left;
	height: 75px;
	margin: 0 auto;
	margin-top: -65px;
	position: relative;
	width: 942px;
}
#footer span {
	display: block;
	float: left;
	margin: -10px 0 0 20px;
}



h1,h2,h3 {
	margin-bottom: .5em;
}



a {
	color: #1630a6;
	text-decoration: none;
}
#nav a {
	color: #411100;
}
