@charset "utf-8";
body {
 font-size: 13px;
 background: #000 url(img/stripe.gif) repeat-x top;
 font-family: "Arial", "Helvetica";
 color: #FFF;
}
h1 {
 color: #B6006F;
 font-size:10pt;
 font-weight: bold;
 text-transform:uppercase;
 margin: 20px 0 3px 0;
 padding: 0 20px;
}
p {
 margin: 3px 0 3px 0;
 padding: 0 20px;
}
a:link, a:visited
{
 color: #FFFFFF;
 text-decoration:none;
}
a:hover
{
 text-decoration: underline;
}
a img { border: 0 }
#wrapper { 
 margin: 0 auto;
 width: 497px;
}
#header {
 color: #333;
 height: 179px;
 background: #000000 url(img/header.png) no-repeat;
}
#menu
{
}
.separator
{
 border-top: 1px dashed #009CDD;
 padding-bottom: 1px;
 margin-top: 10px;
 margin-bottom: 10px;
}
.sectionContainer
{
}
.section
{
 padding: 10px 25px 0px 35px;
 
}
.aboutBg
{
 background: url(img/aboutBg.png) no-repeat;
}
.contactBg
{
 background: url(img/contactBg.png) no-repeat;
}
.spacer
{
 height: 10px;
 clear: both;
}
.thumbList
{
 margin: 0 30px;
 padding: 0;
 list-style-type: none;
}
.thumbList li
{
 float: left;
 margin: 0;
 padding: 0; 
}
.thumbList li img
{
 margin: 5px;
 width: 80px;
 height: 80px;
}
.backButton
{
 margin-left: 380px;
}
.sep_work
{
 margin-left: 365px;
}
.columnContainer
{
 white-space: nowrap;
}
.columnContainer img
{
 padding-left: 20px;
}
.twoColumn
{
 width: 45%;
 float: left;

}
.cyan
{
 color: #009CDD;
}
