* {
	margin:0;
	padding:0;
}

body {
	font:normal 100% Arial, Helvetica, sans-serif;
	background-color:#fff;
	color:#454648;
}

h1 {
	font:normal 100% Arial, Helvetica, sans-serif;
	color:#454648;
	font-size:1em;
}

h2 {
	font:normal 100% Arial, Helvetica, sans-serif;
	color:#454648;
	font-size:.9em;
}

#container {
	width:960px;
	margin:0 auto;
}

#header {
	height:230px;
}

#logo {
	background:url(../images/columbusLogo.gif) 0 0 no-repeat;
	position:relative;
	width:425px;
	height:164px;
	top:35px; 
	left:60px;
	float:left;
}

#oneStop {
	background:url(../images/oneStop.gif) 0 0 no-repeat;
	position:relative;
	width:259px;
	height:136px;
	top:50px;
	right:80px;
	float:right;
}

#nav {
	text-align:center;
	clear:both;
}

#nav ul {
	background-color:#454648;
	height:60px;
}

#nav li {
	display:inline;
	position:relative;
	top:20px;
}

#nav ul li a {
	color:#fff;
	text-decoration:none;
}

#mainImage {
	background:url(../images/mainImage.jpg) 0 0 no-repeat;
	height:242px;
	margin:2px 0;
}

#subNav {
	text-align:center;
}

#subNav ul {
	background-color:#454648;
	width:485px;
	height:40px;
	float:right;
}

#subNav ul li {
	display:inline;
	position:relative;
	top:10px;
}

#subNav ul li a {
	font-size:.9em;
	color:#fff;
	text-decoration:none;
}

#content {
	margin-top:50px;
	clear:both;
}

#headline {
	margin-left:50px;
}

#leftColumn {
	position:relative;
	width:425px;
	padding:20px 0 0 50px;
	float:left;
}

#rightColumn {
	position:relative;
	width:425px;
	padding:20px 0 0 25px;
	float:left;
}

#rightColumn p {
	margin-top:1em;
}

#rightColumn a {
	color:#454648;
}

#footer {
	font-size:.75em;
	text-align:center;
	padding:50px 0 0 0;
	clear:both;
}

#footer ul li {
	display:inline;
	position:relative;
}

#footer a {
	text-decoration:none;
	color:#454648;
}

#footer p {
	margin-top:5px;
	color:#454648;
}

.leftMargin {
	margin-left:20px;
}

.leftMargin2 {
	margin-left:50px;
}

