* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Helvetica, sans-serif;
	background: url(images/header-background.png) repeat-x top #FFFFFF;
}

p {
	font-size: 1.3em;
	line-height: 1.4em;
	margin-bottom: 0.8em;
}

a { color: #000000; text-decoration: none; }
a:hover, a:active { text-decoration: underline; }

h1 { font-size: 2.0em; margin-bottom: 0.8em; }
h2 { font-size: 1.5em; text-transform: uppercase; margin-bottom: 0.8em; }

.clear { clear: both; }

div#page-wrap {
	width:800px;
	margin: 0 auto;
}

ul#nav {
	height: 179px;
	background: url(images/logo.png) no-repeat;
	list-style: none;
	padding-left: 0px;
	}
	ul#nav li {
		display: inline;
		font-size: 1.3em;
	}
	ul#nav li a {
		display: block;
		width: 115px;
		float: left;
		margin-top: 105px;
		color: white;
		padding-top: 2px;
		font-weight: bold;
		text-decoration: none;
		}
		ul#nav li a:hover, ul#nav li a:active {
			color: black;
		}
		
        ul#menu li {
		font-size: 1.3em;
		list-style: none url("images/bullet.png");
	}
	ul#menu li a {
		display: block;
		width: 150px;
		margin-top: 1px;
		color: black;
		padding-top: 1px;
		font-weight: bold;
		text-decoration: none;
		list-style-image: url(bullet.png);
		}
		ul#menu li a:hover, ul#menu li a:active {
			color: blue;
		}
		
	div#main-content {
		padding-bottom: 50px;
		}
		div#main-content div#left-col {
			float: left;
			width: 150px;
		}
		
		div#main-content div#right-col {
			float: right;
			width: 600px;
			padding-top: 15px;
			padding-left: 20px;
			}	
			div#main-content div#right-col p {
			font-size: 1.1em;
			}
	div#footer {
		background: #4671D5;
		color: white;
		height: 22px;
		padding: 10px 0 10px 0;
		text-transform: uppercase;
		text-align: center;
		border-top: 5px solid #6C8Cd5;
	}