﻿html {
	margin:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.74em;
}

a {
	text-decoration:none;
}


h1 {
	font-size:.001em;
	visibility:hidden;
}

#wrapper {
	width:850px;
	margin:0 auto 0 auto;
}

#masthead {
	width: 850px;
	height: 146px;
	background-image: url('../images/bg-masthead.jpg');
	background-repeat: no-repeat;
	padding-top: 20px;
}
#logo {
	width: 60px;
	height: 60px;
	background-image: url('../images/logo.gif');
	background-repeat: no-repeat;
	margin-left: 750px;
}

#top_nav {
	width: 850px;
	height: 30px;
	background-image: url('../images/bg-footer.jpg');
	background-repeat: no-repeat;
}

#container {
	width:850px;
}

#left_col {
	padding: 20px;
	float: left;
	width: 385px;
}
#right_col {
	padding: 20px;
	float: right;
	width: 385px;
}

#bottom_nav {
	width: 850px;
	text-align: center;
	clear: both;
}

#footer {
	width: 850px;
	height: 30px;
	clear: both;
	background-image: url('../images/bg-footer.jpg');
	background-repeat: no-repeat;
}

