﻿a
{
    color: #000;
}

body 
{
    background: #ffeeef;
    margin: 0px;
    font-family: "Trebuchet MS" , Helvetica, sans-serif;
    font-size: 15px;
    color: #310721;
    clear: both;
}
.contentholder
{
    width: 100%;
    background: url(../images/body.jpg) no-repeat;
    padding: 25px 25px 0 25px;
}

.content
{
    width: 610px;
    height: 527px;
}

.content ul
{
    margin-top: 5px;
}

.content li
{
    margin-left: 30px;
}

.follow
{
    clear:both;
    position: relative;
    float: right;
    top: 80px;
}

.follow a
{
    text-decoration: none;
}

.footer
{
    height: 75px;
}
.footer #links
{
    float:right;
    position:relative;
}

.footer #links a
{
    text-decoration:none;
}

.floatleft
{
    position:relative;
    float:left;
}

h1
{
    color: #fb1880;
    font-size: 35px;
    line-height: 34px;
    font-weight: lighter;
    letter-spacing: 1px;
}

.header
{
    width:100%;
    height: 140px;
    background: url(../images/header.jpg) no-repeat;
}

.header ul
{
    margin: 0px;
    padding: 0px;
}

.header li
{
    top: 110px;
    list-style: none;
    left: 285px;
    float: left;
    margin: 0px;
    position: relative;
    padding-left: 10px;
}

/* Tabbed nav */
.navigation ul 
{
    float:left;
    list-style-type:none;
    margin:0px;
    padding:0px;
}  
.navigation li 
{
    float:left;
    background: #f865a2 url(../images/tab_pink_left.gif) no-repeat;
    margin-right:5px;
}  
.navigation li a 
{
    float:left;
    background:url(../images/tab_pink_right.gif) no-repeat;
    background-position: 100% 0%;
    padding-left:0px;
    padding-right:10px;
    line-height:30px;
    color:#fff; 
}  
.navigation li.selected 
{
    float:left;
    background: #fff url(../images/tab_white_left.gif) no-repeat;
    margin-right:5px;
}  
.navigation li.selected a 
{
    color:#f865a2;
    float:left;
    background:url(../images/tab_white_right.gif) no-repeat;
    background-position: 100% 0%;
    padding-left:5px;
    padding-right:15px;
    line-height:30px;
}  
.navigation ul li a 
{
    text-decoration:none;
    font-weight:bold;
}  

p
{
    margin: 12px 0px 6px 0px;
}
.wrap
{
    width: 947px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.wrapholder
{
     text-align: center;
}