/*
Fairy Dust Ltd

description:
default styling information for the entire site. 

copyright: 2009 Fairy Dust Ltd. All rights reserved.
---------------------------------------------------------*/


body {
    margin: 0px;
    font: 13px Verdana, Arial, sans-serif;
	color: #333333;
	background-image: url("images/newhomepage_bkgd.gif");
    background-repeat: repeat;
	background-color: #DF57B1;
    background-position: center;
	text-align: center;
}

#page {
	background-color: #F4BAE1;
	margin: 0 auto;
	text-align: center;
	width: 759px;
}

#masthead-left {
	height: 165px;
	float: left;
	width: 533px;
}
    
#masthead-right {
	height: 165px;
    float: right;
	width: 226px;
}

#topnav {
	height: 66px;
	width: 759px;
    clear: both;
    margin: 0 auto;
}

#box {
     width: 684;
     clear: both;
     text-align: center;
     margin: 0 auto;
}

#boxtop {
        background: url("images/newhomepage_boxtop.gif") no-repeat;
        width: 684px;
        height: 39px;
        margin: 0px;
        clear: both;
}

#content {
        background: url("images/newhomepage_boxback.gif") repeat-y;
	     background-color: #FFFFFF;
         margin: 0px;
	     width: 684px;
}

#boxbottom {
        background: url("images/newhomepage_boxbottom.gif") no-repeat;
        width: 684px;
        height: 39px;
        margin: 0px;
}

#floatright {
          float: right;
          margin-right: 12px;
          margin-left: 24px;
}

p {
    margin-left: 30px;
    margin-right: 30px;
    font: 13px Verdana, Arial, sans-serif;
    line-height: 18px;
	color: #333333;
	text-align: left;
}

li {
    margin-left: 80px;
    margin-top: 12px;
    font: 13px Verdana, Arial, sans-serif;
	color: #333333;
	text-align: left;
}

.center {
        text-align: center;
}

h1 {
    margin-left: 30px;
    margin-right: 30px;
    font: 30px Georgia, 'Times New Roman', serif;
	color: #DF57B1;
	text-align: left;
}

a {
       color: #4583BC;
       text-decoration: underline;
}

.footer {
    margin-left: 30px;
    margin-right: 30px;
    font: 10px Verdana, Arial, sans-serif;
    line-height: 12px;
	color: #666666;
	text-align: center;
}

.footerlink {
       color: #DF57B1;
       text-decoration: underline;
}


