html {height:100%;}
body {
margin:0; padding:0; height:100%;
	font-family:arial,sans-serif;
	font-size:.95em;
		color:#444444;
background-color: #d7d7d7;
}


a:link {text-decoration: none; color: #1d6ab9;}
a:visited {text-decoration: none; color:#1d6ab9;}
a:hover {text-decoration: underline; color: #de5221;}
a:active {text-decoration: none; color:#1d6ab9;}


img.floatLeft {
float:left;
margin: 3px;
padding: 0px 15px 15px 15px;}

img.floatRight {
float: right;
margin: 3px;
padding: 0px 60px 0px 0px;}


#wrap {
background:url(bg200W3_2.gif) top left repeat-y;
min-height:100%;
width:900px;
margin:auto;
position:relative;
}


#inner-wrap {
padding-bottom:80px;
}


#inner-wrap:after {
content:" ";
display:block;
clear:both;
}


* html #wrap {
height:100%
}


#header {
background: #003367 url() right no-repeat;
color:#FF00FF;
margin:0; padding:0;
height:55px;
}


p {
	margin:15px 15px;
	padding:0;
	font-family: arial, sans-serif;
}
h1 {
position:relative;
line-height:60px;
margin:0; 
padding-left:20px;
}

h2 {	color:#1d6ab9;
	font-size: 1em;
	font-weight: normal;
	padding: 0px 20px;
	text-indent: 0px;
	margin:0px;}

h3 {	font-size: .8em;
	font-weight: normal;
	padding: 10px 20px;
	text-indent: 0px;
	margin: 0px;}






#main {
position:relative;
margin-left:0px;
}


#footer {
position:absolute;
bottom:0;
height:80px;
background-color: #d7d7d7;
width:100%;
color:#747474;
text-align:center;
}


#footer p {
margin:0;
font-size:.9em;
text-align:center;
border-top:15px solid #003367;
}

