/* It's the style sheet! We're rockin' this party six days a week. */


body {
color:#000000;
font-family:"Helvetica", "Arial", sans-serif;
background-color: #ffffff;
}

a:link, a:visited, a:active, a:hover {
text-decoration: underline;
color:#000000;
}

h1 {
font-size: 28px;
font-weight: bold;
letter-spacing: -0.05em;
border-bottom:solid 3px #000000;
}

h2 {
font-size: 18px;
font-weight: bold;
padding-top: 20px;
}

h1 a:link, h1 a:visited, h1 a:active, h1 a:hover, h2 a:link, h2 a:visited, h2 a:active, h2 a:hover 
{
text-decoration: none;
}

h2 a:link, h2 a:visited, h2 a:active, h2 a:hover 
{
text-decoration: underline;
}

p {
font-family:"Helvetica Neue", "Helvetica", "Arial", sans-serif;
font-size: 15px;
line-height: 17px;
}


#wrap {
 width:900px;
 margin:0 auto;
}


#left {
float:left;
}

#right {
float:right;
 }

#footer {
 clear:both;
 }


.box {
background: #ffffff;
margin-top: 20px;
margin-bottom: 30px;
margin-left: 25px;
margin-right: 25px;
padding-top: 0px;
padding-bottom:3px;
padding-right:25px;
padding-left:25px;
width: 350px;
}

.footertext {
color:#000000;
padding-left: 40px;
font-size: 12px;
}