﻿body 
{
	background: #202020;
	color: White;
	font-weight: normal;
	font-size: 11px;
	font-family: tahoma;
}

h1
{
	font-family: Trebuchet MS;
	font-size: 18px;
	text-decoration: none;
	font-weight: normal;
	margin-bottom:10px;
}

h2
{
	font-size: 13px;
	font-weight: bold;
	margin: 15px 0 5px 0;
	color: #FFFFFF;
}

a
{
	text-decoration: none;
	color: #c5ea84;
}

a:hover
{
    text-decoration: underline;
}

p
{
    margin: 10px 0 10px 0;
    color: #ffffff;
	font-weight: normal;
	font-size: 11px;
	font-family: tahoma;
}

#wrapper
{
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 30px;
}

#scroller
{
    width: 887px;
    margin: 0 auto;
}

.banner img
{
    margin: 50px 0 0 0;
    -moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
    

#grainwrapper
{
    width: 1000px;
    margin: 50px auto;
    margin-bottom: 20px;
    background: #303030;
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow: hidden;
	padding: 10px;
}


#left_column
{
    width: 970px;
    height: 1800px;
    margin: 0 15px;
    float: left;
} 

/*#right_column
{
    width: 340px;
    height: 1100px;
    margin: 0 15px;
    float: left;
}*/

/*Navigation------------------------------------------------------------------------------------------------*/

#navigation
{
    background: #282828;
    margin: 10px 0 20px 0;
}

#spacer
{
    margin: 20px 0 0 0;
}

/*-Footer------------------------------------------------------------------------------------------*/

#footer
{
	text-align: center;
	background: #202020;
	margin: 0 0 50px 0;
}

#footermenu
{
	margin-top: 15px;
	background: #202020;
}

#footer a
{
	margin: 0 15px;
	text-decoration: none;
	color: #FFFFFF;
}

#footer a:hover
{
    color: #767676;
}

#footer p
{
	margin: 10px 0;
}