/* clear stuff */
html, body, form, fieldset, div, table, td {
	margin: 0;
	padding: 0;
	color:#CCC;
	font-size: 11px;
	line-height:150%;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, pre, address {
	margin: 0;
	padding: 0;
}

blockquote {
	margin: 0;
	padding: 0;
}

a img {
	border:none;
}

.clear {
	clear:both;
	font:1px/1 Helvetica;
}
/* done clearing stuff */

body {
	background:rgb(91,151,177) url('img/background.gif') repeat-y;
}

#flash {
	width:98%;
}

#footer {
	clear:both;
	margin:10px 0 0 15px;
}
#footer a {
	color:#CCC;
	text-decoration:none;
}
#footer a:hover {
	color:#EEE;
}
