body
{
	background-color: #2b2b2b;
	text-align: center;
}

/*Styling for scroller*/
div#scroller
{
	position: relative;
	clear: left;
	width: 1000px;
	height: 265px;
	margin: 0 auto;
	text-align: left;
	background: #212121;
}

#scrolllist
{
	list-style-type: none; 
	width: 3648px; 
	margin-left: 0px;
	transition: margin-left 1s ease-in-out 0s;
	-webkit-transition: margin-left 1s ease-in-out 0s;
	-o-transition: margin-left 1s ease-in-out 0s;
	-moz-transition: margin-left 1s ease-in-out 0s;
	-ms-transition: margin-left 1s ease-in-out 0s;
}

#previousButton
{
	position: absolute;
	top: 115px;
	left: -22px;
	cursor: pointer;
}

#nextButton
{
	position: absolute;
	top: 115px;
	right: -22px;
	cursor: pointer;
}

.newsimg
{
	margin-left: 55px;
}

.leftimg
{
	margin-left: -110px;
	padding-top: 20px;
}

.leftimg2
{
	margin-left: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
}

.rightimg
{
	margin-left: 100px;
	margin-bottom : 45px;
}

.rightimg2
{
	margin-left: 430px;
	padding-bottom: 20px;
}

/*Styling for info section and FB insert*/
div#info
{
	position: relative;
	clear: left;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background: #ffffff;
}

div#info iframe
{
	position: absolute;
	top: 50px;
	right: 44px;
	height: 300px;
}

div#info h2
{
	font-family: sans-serif;
	margin-top: 0px;
	margin-left: 40px;
	padding-top: 30px;
}

div#info p
{
	font-family: sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
	text-align: justify;
	text-justify: auto;
	margin-left: 44px;
	margin-right: 44px;
}

/*Styling for other links*/
div#otherlinks
{
	position: relative;
	clear: left;
	width: 1000px;
	height: 400px;
	margin: 0 auto;
	text-align: left;
	background: #656565;
	border-top-color: #5a5a5a;
	border-top-width: 10px;
	border-top-style: solid;
}

div#otherlinks h1
{
	font-family: sans-serif;
	text-shadow: 3px 3px 5px #333333;
	color: #e1e1e1;
	padding-top: 25px;
	margin-top: 35px;
}

div#otherlinks p
{
	font-family: sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	color: #e1e1e1;
	padding-top: 25px;
	padding-bottom: 10px;
}

div#otherlinks ul
{
	font-family: sans-serif;
	list-style-type: none;
	color: #e1e1e1;
	padding-top: 20px;
	padding-left: 0px;
	padding-bottom: 10px;
}

div#otherlinks a
{
text-decoration: none;
color: #e1e1e1;
}

div#otherlinks li
{
	padding-top: 10px;
}

div#otherlinks img
{
	padding-top: 25px;
}

div#otherlinks table p
{
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-weight: normal;
}

div#otherlinks table img
{
	padding-top: 5px;
	outline: none;
}

.topline
{
	border-spacing: 0px;
	border-top-width: 1px;
	border-top-color: #9e9e9e;
	border-top-style: solid;
}

.toplinenews
{
	border-top-width: 1px;
	border-top-color: #9e9e9e;
	border-top-style: solid;
	padding-right: 49px;
}

.left
{
	position: absolute;
	width: 260px;
	top: 0px;
	left: 44px;
}

.center
{
	position: absolute;
	width: 260px;
	top: 0px;
	left: 370px;
}

.right
{
	position: absolute;
	width: 260px;
	top: 0px;
	left: 696px;
}

/*Styling for the sponsors section*/
div#sponsors
{
	position: relative;
	clear: right;
	clear: left;
	width: 1000px;
	height: 420px;
	margin: 0 auto;
	text-align: center;
	background: #d6d6d4;
}

div#sponsors table
{
	margin: 20px 50px;
}

div#sponsors td
{
	text-align: center;
}