@charset "utf-8";
/* CSS Document */

*
{
font-family: Arial, sans-serif;
color: #423931;
}

img
{
border: 0;
}

#bannertext
{
text-align: center;
}

#bannerimage
{
background: #a53984;
text-align: center;
}

#bannersub
{
background: #423931;
height: 50px;
text-align: center;
padding: 15px 0 0 0;
}


#bannersub img
{
padding: 0 10px 0 0;
}

#mainbox
{
width: 850px;
margin: 25px auto;
}



#contentbox
{
width: 560px;
float: left;
padding: 0 0 25px 0;
font-size: 12px;
}

#contentbox a:link,
#contentbox a:visited,
#contentbox a:active
{
color: #423931;
text-decoration: none;
}

#contentbox a:hover
{
color: white;
text-decoration: none;
background: #423931;
}

#singlecontentbox
{
width: 850px;
float: left;
padding: 0;
font-size: 12px;
}

#singlecontentbox a:link,
#singlecontentbox a:visited,
#singlecontentbox a:active
{
color: #423931;
text-decoration: none;
}

#singlecontentbox a:hover
{
color: white;
text-decoration: none;
background: #423931;
}

.contact
{
background: #423931;
text-align: center;
}

.contact img
{
margin: 40px 0 0 0;
}

ul
{
list-style-position: outside;
list-style-type: square;
}

.intro
{
font-size: 14px;
padding: 0 0 15px 0;
clear: both;
}
