@charset "UTF-8";

body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #49176d;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.oneColFixCtrHdr #container {
	width: 1024px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}


td#left_column_container {
	vertical-align: top;
	border-right: 1px solid #49176d;
}

td#right_column_container {
	vertical-align: top;	
}

#left_content_column td {
	vertical-align: top;
	text-align: left;
}

td#left_nav {
	text-align: center;
	padding-bottom: 10px;
	
}

.right_gradient {
	background: url(../images/basic_page/gradient_end.gif) top left repeat-y;	
}

div#quotes {
	margin-left: 20px;
	padding: 10px;
	width: 300px; /* Total width: 320 */
	height: 153px; /* Total height: 173 */
	background: #49176d;
	color: #FFF;
	text-align: center;
}

div#left_content {
	margin-left: 20px;	
	margin-right: 15px;
}

div#right_content {
	margin-right: 28px;	
}

#footer {
	width: 1024px;
	margin: 10px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	font-size: 10px;
	color: #FFF;
}

#footer table td {
	vertical-align: top;
	text-align: left;
}

#footer a {
	color: #bb8d0a; /* Gold */
	text-decoration: none;
}	
