#maincolumn
{
position: relative;
margin-top: 6px;
margin-left: 6px;
float: right;
width: 597px;
min-height: 400px;
background-color: #fff;
background-image: url(../images/mainbg.jpg);
background-repeat: repeat-x;
}

#headings
{
position: relative;
width: 200px;
float: left;
}

#maincolumn h2
{
position: relative;
margin: 40px 20px 5px 20px;
font: 28pt lighter;
color: #333;
}

#maincolumn h3
{
position: relative;
margin-left: 20px;
font: 14pt lighter;
color: #333;
}

#maincolumn p
{
position: relative;
width: 300px;
margin-left: 250px;
padding-top: 40px;
font-family: helvetica, arial, sans-serif;
font-size: 14px;
line-height: 24px;
color: #333;
}

