/*
Design by ThePoshBox Web Design Studio
http://http://www.theposhbox.net/
Do not remove any copyright or link information.
Please refer to the Terms and Conditions received.
*/




html, body {
margin: 20px 0 20px 0;
padding: 0;
}

body {
font-family: Comic Sans MS, verdana, sans-serif;
font-size: 11px;
color: #fc3879;
text-align: center;
background: #fcced6;
}

h1 {
color: #fc3879;
letter-spacing: 1px;
font-size: 14px;
text-align: center;
}

#leftnav {
float: left;
padding: 15px 0px 0px 0px;
width: 150px;
}

#leftnav ul {
padding: 0;
margin: 0;
}

#leftnav ul li {
list-style: none;
text-align: center;
}

#leftnav ul li a {
display: block;
color: #fc3879;
font-size: 13px;
font-weight: normal;
text-decoration: underline;
}

#leftnav ul li a:hover {
color: #a445d5;
text-decoration: none;
}




#content {
width: 375px;
height: 570px;
padding: 15px 0px 0px 0px;
text-align: justify;
}

p { 
text-indent: 20px
}


.clear {
line-height: 1px;
height: 1px;
clear: both;
}


#rightnav {
float: right;
padding: 15px 0px 0px 0px;
width: 150px;
}

#rightnav ul {
padding: 0;
margin: 0;
}

#rightnav ul li {
list-style: none;
text-align: center;
}

#rightnav ul li a {
display: block;
color: #fc3879;
font-size: 13px;
font-weight: normal;
text-decoration: underline;
}

#rightnav ul li a:hover {
color: #a445d5;
text-decoration: none;
}



#footer {
margin-top: 0px;
padding-bottom: 20px;
font-size: 9px;
}

#footer p {
text-align: center;
}

#footer a {
color: #fc3879;
text-decoration: underline;
}

#footer a:hover {
color: #a445d5;
text-decoration: underline;
{






