body 
{
        margin:0px;
        padding:0px;
        font-family:verdana, arial, helvetica, sans-serif;
        color: black;
        font-size : 12px;
        background-image : url(/images/bg.jpg);
        background-repeat : no-repeat;
        background-color: white;
}

h1
{
	font-size : 15px;
}

.header 
{
        margin: 0px;
        padding: 0px;
        background-color: white;
        position : absolute;
        top : 115px;
        left : 130px;
}

.content 
{
        margin: 150px 15px 50px 400px;
        position : relative;
        width : auto;
        font-size : 11px;
        vertical-align : bottom;
}

.content img
{
	padding-right : 15px;
}


.menu 
{
        position:absolute;
        top: 275px;
        left: 135px;
        padding:0px;
        margin : 0px;
        font-size : 14px;
        width : 200px;
}

a
{
	color : #AF1F03;
}

a:hover
{
	color : black;
}


.footer
{
	position : absolute;
	bottom : -20px;
	left : 0px;
	width : 100%;
	color : #D5D5D5;
	font-size : 10px;
}

.footer a
{
	color : #CCCCCC;
}

.pad
{
	padding : 10px;
}

ul
{
	margin : 12px;
	padding : 0px;
}

.banner
{	
	position : absolute;
	top : 0px;
	left : 0px;
	background-image : url(/images/banner.jpg);
	width : 100%;
}

.box
{
	padding : 5px;
	border : 1px solid #AF1F03;
}