#wrapper
{
	background-image: url("images/mainbackground.png");
	background-repeat: repeat-y;
	background-color: #fff; 
	width: 850px;
	height: auto;
}

body
{
	margin: 0px;
	padding: 0px;
}

#header
{
	background-image: url("images/headerbackground.png");
	background-repeat: repeat-x;
	background-color: #fff; 
	height: 120px;
	width: 750px;
}

#logo
{
	background-image: url("images/ensafelogo.png");
	background-repeat: none;
	background-color: #fff; 
	height: 120px;
	width: 220px;
	float: left;
	margin-left: 20px;
}

#audioside
{
	float: right;
	margin-top: 20px;
	margin-right: 25px;
}

#main
{
	padding: 0px 70px 5px 70px;
}

#claim_form
{
    BORDER-COLLAPSE: collapse;
    font:  normal normal 10pt/12pt Verdana;
    border: medium dashed #000;
    width: 480px;
    padding: 25px 30px 25px 40px;
    background-color: #FFFFCC;
}

#form_heading
{
    font: bold normal 16pt/18pt Tahoma;
    font-weight: 700;
    letter-spacing: -1px;
}

#submit_border
{
    width: 360px;
    background-color: #950000;
    padding: 3px 3px 3px 3px;
}

#submit_button
{
    font: bold normal 14pt/16pt Arial;
    letter-spacing: -1px;
    width: 360px;
    height: 40px;
}

.inputs
{
    font: normal normal 10pt/12pt Arial;
    text-align: right;
    padding: 5px 5px 5px 5px;
}

#footer
{
    width: 700px;
    height: auto;
    font: normal normal 7.5pt/10pt Arial;
    background-color: #CCC;
    color: #666;
    text-align: center; 
    padding: 10px;
    border-style: solid;
    border-width: thin;
}

