﻿body 
{
    margin:0px;
    background:url(/images/bg.gif);
    background-repeat:repeat-y;
    background-color:#000000;
    font-family:Arial;
    font-size:12px;
}

h1
{
    font-size:15px;
}

.content
{
     background-color:white;
     width:400px;
     height:112px;
     padding:30px 50px 20px 23px;
}

.content[class]
{
     background-color:white;
     width:370px;
     height:auto;
     overflow:visible;
     padding:30px 50px 20px 23px;
     font-size:12px;
}

P
{
	font-size:12px;
}

P.SubHeader
{
	color:#9F1711;
	border-bottom:solid 1px #C6AF6E;
}

A
{
	color:#9F1711;
	text-decoration:none;
	font-size:12px;
}

A:hover
{
	text-decoration:underline;	
	font-size:12px;
}

.WorksHeader
{
    font-size:16px;
    border-bottom:solid 1px #C6AF6E;
    margin-top:10px;
}