.navigation {
	margin-right: auto;
	margin-left: auto;
	z-index: 999;
	width: 950px;
	top: -3px;
	position: relative;
}
.text_small_yellow {
	color: #FF0;
	font-size: 12px;
	font-style: italic;
}
.text_red {
	font-size: 20px;
	font-weight: bold;
	color: #A00;
}
.text_green {
	font-size: 20px;
	font-weight: bold;
	color: #093;
}
.text_12point {
	font-size: 12px;
}
.text_16point {
	font-size: 16px;
}

.text_white {
	color: #FFF;
}




body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #4d4d4d;
	margin-top: 0px;
	background-image: url(img/back_repeat.gif);
	background-repeat: repeat-y;
	background-position: center center;
}
.text_bold {
	font-size: 16px;
	font-weight: bold;
}

.left_column {
	width: 630px;
	clear: left;
	float: left;
	padding-top: 0px;
	padding-right: 20px;
	text-align: left;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #4d4d4d;
}


.right_column {
	width: 300px;
	clear: right;
	float: right;
}
.quote {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #93816d;
	line-height: 22px;
	text-align: center;
}

.footer {
	background-color: #93816D;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.heading_brown {
	background-color: #93816D;
	width: 350px;
	color: #FFF;
	font-size: 22px;
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 5px;
	height: 30px;
	margin-top: 17px;
}
.quotebox {
	color: #FFF;
	background-color: #93816D;
	width: 610px;
	line-height: 20px;
	padding: 10px;
	margin-right: 10px;
}

.float_right {
	float: right;
	margin-left: 10px;
}
.container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

.float_left {
	float: left;
	margin-right: 8px;
}
.text_smallitalics {
	font-size: 12px;
	font-style: italic;
}
