@charset "UTF-8";
/* CSS Document */

#holder {
	width: 780px;
	background: url(../images/bknd.gif) repeat-y;
}

div.tag_line {
	font-size: 16px;
	background: #203755;
	text-align: center;
	padding: 10px;
	color: #fff;
}

div.column-one {
	width: 200px;
	float: left;
}

div.column-two {
	width: 580px;
	float: left;
}

div.column-two div.top_nav {
	width: 100%;
	height: 30px;
	background: #4a6476;
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
	padding-top: 15px;
	text-align: right;
}

div.column-two div.main_nav {
	width: 100%;
	height: 28px;
	background: #203755;
	
}

#content {
	padding-right: 18px;
	min-height: 490px
	
}

#footer {
	padding-right: 15px;
	padding-bottom: 20px;
	padding-top: 30px;
	font-weight: bold;
}