* {
	margin: 0;
	padding: 0;
	}
	
a:link, a:visited, a:hover, a:active { color: #000; text-decoration: underline; }
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active { color: #fff; text-decoration: underline; }


#wrap {
	width: 820px;
	}

#header {
	background: url(images/header.jpg) no-repeat;
	width: 820px;
	height: 214px;
	margin-bottom: 10px;
	}
	#header h1 {
		display: none;
		}
#container {
	background: url(images/bg.gif) repeat-y;
	width: 820px;
	margin-bottom: 10px;
	padding-top: 10px;
	}

#left {
	width: 470px;
	float: left;
	padding-left: 15px;
	}
#right {
	width: 300px;
	float: right;
	}
#right img {
	display: block;
	margin: 30px auto;
	}
#footer {
	color: #fff;
	width: 820px;
	text-align: center;
	font-size: .8em;
	padding: 10px 0;
	}

#right ul {
	list-style: none;
	padding: 0 0 0 10px;
	font-weight: bold;
	font-size: .8em;
	}
#right ul li {
	background: url(images/bullet.gif) 0 50% no-repeat;
	padding-left: 15px;
	margin-bottom: 5px;
	}
h2 {
	color: #1D506F;
	font: bold .9em/12px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
	}

.clear {
	clear: both;
	visibility: hidden;
	}


#left li {
	margin-left: 15px;
	}

