/*    Generated by http://www.cssportal.com    */

@import url("reset.css");

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    background-image: url(/images/bg.png);
}

p {
    padding: 10px;
	color: #ffffff;
}

#wrapper {
    margin: 0 auto;
    width: 960px;
	background: #101010;
}

#header {
    float: left;
    height: 75px;
    width: 960px;
    background: #101010;
	text-align: center;
}

#navmenu {
    float: left;
    height: 40px;
    width: 960px;
    background: #323232;
	text-align: center;
}

#navmenu ul li  {
	display: inline-block;
	padding: 10px 30px 10px 30px;
}

#navmenu a {
	text-decoration: none;
	color: #ffffff;
}

#social {
    float: left;
    height: 80px;
    width: 960px;
    background: #101010;
	text-align: center;
}

#social li{
	display: inline-block;
	padding: 10px 5px 10px 5px;
}

#social a {
	text-decoration: none;
	color: #ffffff;
}

#content {
    background: #101010;
    width: 960;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 25px;
}

#content p {
	text-align: left;
	line-height: 135%;
	color: #e7e7e7;
}

#footer {
    height: 40px;
    width: 960px;
    background: #101010;
    clear: both;
	letter-spacing: 0.25em;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.60em;
	color: #ffffff;
}

#footer a {
	text-decoration: none;
	color: #ffffff;
}

.clear {
    clear: both;
}

div.two-col div.col
{
width:480px;
height:100%;
float:left;
}

div.two-col div.last
{
margin-right:0;
}
