﻿body
{
    padding: 0px;
    margin: 0;
    background-color:#ec247c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color:#333333;
}
p{
margin-bottom: 20px;}
ul li
{margin-bottom: 10px;}
h1
{
color: #ec247c;
}

a{
text-decoration: underline;
color: #282460;
}

.nav{
color: #282460;
font-size: 14px;
font-weight:bold;
}

.nav a{
text-decoration: none;
}
#header
{
width:900px;
height:370px;
margin:0 auto;
}

#outerWrap {
margin: auto;
width: 100%;
}

#innerWrap {
margin: 0 auto;
width: 1024px;
height: 800px;
background: url(../media/images/bg.jpg) no-repeat;
}

#bodycontent_outerwrap
{
margin:0 auto;
width:911px;
height: 450px;
margin-top: -8px;
background: url(../media/images/contentbg.png) no-repeat;
}

#bodycontent_mainwrap
{
margin:0 auto;
width:900px;
margin-top: -20px;
}

#maincontent
{
 padding: 40px 30px;
 background-color:#FFFFFF;
 margin-top: 20px;
 width: 868px;
 min-height: 350px;
}

#footer
{
color:#ffffff;
font-size:11px;
text-align:center;
}

.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix
{
    display: inline-block;
}