body,div,td,img,ul,li {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background-color: #FAFAFA;
}

a:link, a:visited, a:active {
	COLOR: #6633CC;
	TEXT-DECORATION: none;
	}
a:hover {
	text-decoration: underline;
}

.mainwidth {width:700px}

div#main {margin:0px auto;padding:0px;background:#fff;border:1px solid #eee;}
img.headerimg {border:none; }
div#content {background:#fff;border:none;}
div#footer {height:108px;font-size:11px; background:#fff;border-top:2px solid #6600CC; border-bottom:2px solid #6600CC}


#header{
	height : 108px;
	background-image: url(/images/background.gif);
	background-repeat : repeat-x;
	color : #FFFF00;
}
#header h1{
	padding-top: 20px;
	margin-bottom : 0px;	
	vertical-align : middle;
}
#header p{
	font-size: 10pt;
	margin-top: 0px;
}
