/* Full Page - 2 column layout. OVERIDES main.css */

/* COLUMNS */

#columns {
	width: 960px;
	/* background: url(../images/columns_background.png) center top repeat-y; */
	display: block;
	overflow: visible;
}

#columns_background {
	float: left;
}

#column_left {
	width: 320px;
	/*height: 100%;*/
	float: left;
	clear: left;
	margin: auto;
}

#column_right {
	width: 640px;
	margin: 0px 0px -45px 0px;
	float: left;
}

	#column_middle_wrapper {
		width: 320px;
		float: right;
	}

/* MAIN MENU */

.main_menu {
	margin: 0px;
	padding: 0px;
	width: 320px;
	display: block;
	background: url(../images/columns_background.png) left top repeat-y;
}

#header {
	margin: 30px 0px 30px 0px;
}

#home {
	text-align: center;
	text-decoration: none;
	width: 198px;
	height: 40px;
	float: right;
	clear: both;
	padding: 25px 0px 0px 0px;
	margin: 0px 0px 30px 0px;
	background: url(../images/home.png) center no-repeat;
	outline: none;
}

#home:hover {
	text-align: center;
	text-decoration: none;
	color: #f0b231;
	width: 198px;
	height: 40px;
	float: right;
	clear: both;
	padding: 25px 0px 0px 0px;
	margin: 0px 0px 30px 0px;
	background: url(../images/home_up.png) center no-repeat;
	outline: none;
}

.nav {
	text-align: center;
	text-decoration: none;
	width: 198px;
	height: 40px;
	float: left
	clear: none;
	padding: 22px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: url(../images/nav.png) center no-repeat;
	outline: none;
	display: inline-table;
}

.nav:hover {
	text-align: center;
	text-decoration: none;
	color: #f0b231;
	width: 198px;
	height: 40px;
	float: left
	clear: none;
	padding: 22px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: url(../images/nav_up.png) center no-repeat;
	outline: none;
	display: inline-table;
}

/* TEXTBOX 640 pixels wide column */
.text_wrapper {
	width: 640px;
	display: block;
}

.text_top {
	width: 640px;
	height: 20px;
	background: url(../images/column_top640.png) center no-repeat;
}

.text_top:first-child {
	background: url(../images/column_top640_back.png) center no-repeat;
}

.text_content {
	background: url(../images/column_middle640.gif) center repeat-y;
}

.text_bottom {
	width: 640px;
	height: 40px;
	background: url(../images/column_bottom640.png) center top no-repeat;
}

table {
	margin: 0px 20px 20px 20px;
}
