/* Column Settings */

#left-column,
#main-column {
	float:left;
	position:relative;
	padding:0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	margin: 0;
	overflow:hidden;
}

#main-column {
	width:743px;			/* 100% plus left padding of center column */
	min-height: 350px;
	left: 217px;
	background: #FFFFFF;
	position: relative;
}

#left-column {
	width:217px;				/* Width of left column content (column width minus padding on either side) */
	color: #fff;
	background: url("../images/blue_01.png");
	position: relative;
	left: -743px;
	padding-top: 20px;
}
/* Overall Column Styles */

#container {
	background: url("../images/column_background.png");
    background-repeat: repeat-y;
}

#main-column-header {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 82px;
	background: #002395 url("../images/main_column_header.png") 0px 30px no-repeat;
}

#main-column-header h2 {
	margin: 0;
	padding: 0;
	color: #fff;
	top: 15px;
	position: relative;
	font: 34px/34px Georgia, "Times New Roman", serif;
	font-style: italic;
}

#main-column-header a,
#main-column-header a:link,
#main-column-header a:visited,
#main-column-header a:active {
	color: #fff;
	text-decoration: none;
}

#left-column h2 {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 22px/26px Georgia;
	font-style: italic;
}

.column-section {
	margin: 0 0 16px 0;
}

#main-content {
	margin: 20px 25px;
	padding: 0;
}
