* {
	margin:0;
	padding:0;
}

img {
	border:0;
}

body {
	background-color:#B4BCC6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5E5E5E;
}

h1 {
    font-size: 16px;
    text-align: left;
    padding: 0px;
    margin: 0px;
}

table {
    border-width: 0px;
    padding: 0px;
}


td {
    border-width: 0px 0px 1px 0px ;
    border-style: dotted;
    border-color: rgb(96,96,96);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #5E5E5E;
    padding: 4px;
}


a {
    text-decoration: none;
    color:#5E5E5E;
}


#page {
	background-color:#FFFFFF;
	height:auto;
	left:50%;
	margin-left:-354px;
	position:relative;
	width:708px;
}

/* Header */

#header {
	width:708px;
	height:85px;
	position:relative;
	background-image:url(images/header.jpg);
}

#logo{
	position:absolute;
	left:25px;
	top:17px;
	width:220px;
	height:47px;
	background-image:url(images/logo.png);
}



/* Content */

#main {
	width:658px;
	position:relative;
	left:25px;
}

#header_separator {
	font-size:6px;
	position:relative;
	width:658px;
	height:6px;
	margin-top: 8px;
	background-color:#5080C4;
}

#main_picture {
	background-repeat:no-repeat;
	background-image:url(images/main_picture.jpg);
	height:106px;
	margin-bottom:10px;
	width:658px;
}

#content	{
	vertical-align:top;
	width:658px;
}

#footer_separator {
	margin-top:16px;
	position:relative;
	background-color:#5080C4;
	width:658px;
	height:2px;
	font-size:2px;
}

/* Footer */

#footer {
	position:relative;
	margin-top:10px;
	min-height:10px;
}


#footer_shadow {
	position:relative;
	width:808px;
	height:122px;
	background-image:url(images/footer_shadow.jpg);
	left:50%;
	margin-left:-404px;
	margin-top:-61px;
	z-index:-99999;
}



