@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../Images/bg.gif);
	background-color:#48676C;
	margin:0px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:.85em;
	line-height:1.25em;
	}

h3 {
	line-height:22px;
	}

li {
	background-image:url(../Images/bluebutton.gif);
	background-repeat:no-repeat;
	margin-left: -30px;
	list-style: none;
	padding-left: 25px;
	}

#wrapper {
	width:746px;
	margin:0 auto 0 auto;
	}

#header {
	height:103px;
	text-align:center;
	}

#col1 {
	width:547px;
	float:left;
	background-color:#FFFFFF;
	}
	
#col2 {
	width:164px;
	float:right;
	background-color:#FFFFFF;
	}
	
