/*
	Copyright Bellamy Software (r)
	http://www.bellamysoftware.com
*/
html, body {
   width: 100%;
   height: 100%;
   margin: 0px;
   padding: 0px;
}

.stretch {
   width: 100%;
   height: 100%;
   margin: 0px;
   padding: 0px;
}

#body {
	padding: 10px;
}

#header {
	height: 85px;
	background-image: url(../images/head_bg.jpg);
	background-repeat: repeat-x;
	vertical-align: top;
}

#header td, #header p, #header th, #header div, #header span, #header a, #header u {
	color: #FFF;
}

#footer {
	height: 20px;
	background-color: #002D5B;
	vertical-align: top;
	padding: 4px;
}

#footer a, #footer td, #footer th {
	color: #FFFFFF;
}

