body{
width:100%;
background:#fff;
padding:0px;
margin:0px;
}

/*HEADER*/
#header{
display:none;
}

/*HOMEPAGE*/
#home{
width:861px;
position:relative;
top:-120px;
margin:0 auto;
}

#home #top-box{
background: url('images/header.png') no-repeat 0 0;
width:100%;
height:203px;
display:block;
text-indent: -9999px;
margin:0 0 30px 0;
}

#home #contentsection{
margin:40px 0 0 0;
}

#home #contentsection .content-one{
width:235px;
margin:0 65px 0 0;
float:left;
}

#home #contentsection .content-one h2{
color:#323232;
font-size:35px;
font-weight:normal;
font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
margin:0px;
padding:0px;
}

#home #contentsection .content-one p{
color:#676767;
font-size:11px;
font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
line-height:1.5;
}

#home #contentsection .content-two{
width:561px;
margin:0 0 0 0;
float:left;
}

#home #contentsection .content-two h2{
color:#323232;
font-size:18px;
font-weight:bold;
font-family: Helvetica, Arial, sans-serif;
margin:0px;
padding:0px;
}

#home #contentsection .content-two p{
color:#999999;
font-size:11px;
font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
line-height:1.5;
}

#home #contentsection .content-two .fiftypercent{
float:left;
width:260px;
}

/*PAGES*/
#page #middle #right{
display:none;
}

/*SINGLE POSTS*/
#content{
border-bottom:1px solid #c7c7c7;
border-top:1px solid #c7c7c7;
padding:10px 0;
}

/*FOOTER*/
#footer{
background: url(images/logo.png) no-repeat 0 0;
height:200px;
width:300px;
}

/*TAGS*/
h2{
padding:0px;
margin:0px;
}

h1{
padding:0px;
margin:0px;
}

p{
padding:5px 0 15px 0;
margin:0px;
line-height:1.5;
}

a {
color:#644263;
text-decoration:none;
border:0px;
}

textarea{
max-width:100%;
}