body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    background-color: #FBD2DA;
    background-image: url('./images/background.jpg');
    background-repeat: repeat-x;
    position: relative;
}
h2,h3 {
    margin-top: 0px;
    padding-top: 0px;
}

strong {
color: #4D73A0;
font: bold 20px arial;
}
div#wrapper {
    position:relative;
    margin-left:auto;
    margin-right:auto;
    top: 20px;
    width:860px;
    height:600px;
}
div#head {
    position: absolute;
    width:860px;
    height:90px;
    left:0px;
    top: 0px;
    background-image: url('./images/logo.gif');
    background-repeat: no-repeat;
}
div#logo {
    position:absolute;
    width:300px;
    height:90px;
    left:0px;
    top: 0px;
}
div#menu {
    position: relative;
    width: 560px;
    height: 90px;
    top: 0px;
    left: 300px;
}
div#menutop {
    position: relative;
    width: 560px;
    height: 55px;
    top: 0px;
    left: 0px;
}
div#menubottom {
    position: relative;
    width: 560px;
    height: 35px;
    top: 0px;
    left: 0px;
    background-color: #B43C6A;
    background-image: url('./images/menu.gif');
    background-repeat: none;
}
div .menubutton {
    display: inline;
}
div .menubutton a {
    font-weight: bold;
    float: left;
    text-align: center;
    color: #FFFFFF;
    font-size: 17px;
    padding: 10px 0 8px 0;
    width: 111px;
    text-decoration: none;
}
div .menubutton a:hover {
	color: #808080;
}
div .active a{
	color: #404040;
}
div#columns {
    position: relative;
    width: 860px;
    height: 510px;
    top: 90px;
}
div#side {
    position:absolute;
    width:300px;
    height: 510px;
    top: 0px;
    left:0px;
}
div#side2 {
    position:absolute;
    width:60px;
    height: 510px;
    top: 0px;
    left:0px;
    background-image: url('./images/side.gif');
}
div#sidepicture {
    position:absolute;
    width:240px;
    height: 510px;
    top: 0px;
    left:60px;
    background-image: url('./images/sidepict.png');
    background-repeat: no-repeat;
    background-position: top;
}
div#sidepict {
    position:absolute;
    width:240px;
    height: 350px;
    top: 0px;
    left:0px;
    margin-top: 5px;
}
div#sidepicb {
    position:absolute;
    width:240px;
    height: 160px;
    top: 350px;
    left:0px;
    background-image: url('./images/sidepicb.png');
    background-repeat: no-repeat;
    background-position: top;
}
div#content {
    position: relative;
    width: 560px;
    height: 510px;
    top: 0px;
    left: 300px;
    background-image: url('./images/flowers.png');
}
div#content p {
    padding: 10px 10px 0 10px;
    color: #103070;
    font: 13px arial;
}
div#content .caption {
    padding-top: 100px;
    padding-left: 15px;
    color: #808080;
    font: bold 13px arial;
}
div#content p font{
    font-style: italic;
}
div#content a {
    font-weight: bold;
    color: #FFFFFF;
    font-size: 18px;
    width: 112px;
    text-decoration: none;
}
div .center {
    text-align: center;
}
div#content .active {
    color: #808080;
}
div#content a:hover {
	color: #808080;
}
div#content p input{
    font-family: Arial;
    font-size: 12px;
    width: 200px;
}
div#content p textarea{
    font-family: Arial;
    font-size: 12px;
    width: 375px;
    height: 150px;
}
div#content img{
    padding: 10px 10px 0 10px;
    float: right;
}
div#content .floatright{
    padding: 10px 10px 0 2px;
    float: right;
}
div#content .floatleft{
    padding: 5px 5px 0 5px;
    float: left;
}
div#flashcontent {
    padding: 10px 10px 0 10px;
}
div#foot {
    position: absolute;
    width: 860px;
    height: 25px;
    left: 0px;
}
div#foot p {
	text-align: center;
	color: #444444;
}