@charset "UTF-8";
body {
	font: 100% Times, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	line-height: 1.2;
}

h3 {
font-weight:100;
padding-right:10px;
}

a {
color:#000000;
}

li {
	margin-left: 0;
	}
	
ul {
	margin-left: 0;
	padding-left: 12px;
	}	

a:hover {
color:#990000;
}


.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtr #header {
	font-weight:100;
	font-size:24px;
}

.oneColFixCtr #nav {
	font-weight:100;
	font-size:18px;
	padding-bottom:10px;
}

.oneColFixCtr #quote {
	font-weight:bold;
	font-size:13px;
}