body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	margin: 20px;
	padding: 0;
	background-image: url(../images/background.jpg);
}
#masthead {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0;
	background-image: url(../images/brazosheader.jpg);
	height: 255px;
	background-position: top;
	background-repeat: no-repeat;
}
#wrapper {
	width: 990px;
	margin: 0 auto;
}
#column_wrapper {
	background-repeat: repeat-y;
	border-bottom: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	background-image: url(../images/content_bg2.gif);
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#center {
	width: 528px;
	float: left;
}

#left {
	width: 149px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
#right {
	width: 308px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
#center .content {
	padding: 24px 12px;
	font-size: 0.8em;
	line-height: 1.65em;
	text-align: justify;
	color: #333333;
}
#left .content {
	padding: 5px 2px;
	font-size: 0.7em;
	line-height: 1.5em;
	margin-top: 5px;
	margin-left: 5px;
	height: 1000px;
	background-color: #e8c96b;
}
#right .content {
	padding: 5px 2px;
	font-size: 0.7em;
	line-height: 1.5em;
	margin-top: 5px;
	margin-right: 5px;
	background-color: #e8c96b;
	height: 1000px;
}
#masthead .content {
	padding: 12px;
}
#footer .content {
	padding: 12px 16px;
}
#footer {
	color: #888888;
	padding: 0px;
	font-size: 0.7em;
	clear: both;
	background-color: #000000;
	text-align: center;
	border: 5px solid #FFFFFF;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
}
#left a:link {
	color: #000000;
}
#left a:visited {
	color: #000000;
}
#left a:hover {
	color: #000000;
}
#center a:link {
	color: #FF7100;
}
#center a:visited {
	color: #FF7100;
}
#center a:hover {
	color: #FF7100;
	text-decoration: none;
}
#right a:link {
	color: #FF7100;
}
#right a:visited {
	color: #FF7100;
}
#right a:hover {
	color: #FF7100;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #FF7100;
	border-left: 3px solid #FFFFFF;
	padding: 0 0 0 3px;
	text-decoration: none;
	list-style-type: none;
}
#wrapper .menulist a:hover {
	border-color: #FF7100;
	text-decoration: underline;
	list-style-type: none;
}
#footer a:link {color: #888888;}
#footer a:visited {color: #888888;}
#footer a:hover {
	color: #888888;
	text-decoration: none;
}
.link {
	font-weight: bold !important;
	border-color: #FFFFFF!important;
	list-style-type: none;
}
h1 {
	font-size: 1.8em;
	margin: 0;
	color: #000000;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
	color: #e8c96b;
}
ul {
	list-style-image: none;
	list-style-type: none;
}

li {
	list-style-image: none;
	list-style-type: none;
}

h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
	color: #e8c96b;
}
.nomargintop {margin-top: 0;}
.content p {
	margin: 12px 0;
}
quote {
	font-style: italic;
	color: #ec12da;
}

.container {
   position: relative;
   height: 50px;
   }

.left-element {
   position: absolute;
   left: 0;
   width: 50%;
   }

.right-element {
   position: absolute;
   right: 0;
   width: 50%;
   text-align: right; /* depends on element width */
   } 