html,body {
	color: #000;
	background: url(images/bg.png) repeat;
	font: 11.5px/1.3 "Lucida Grande", Lucida, Verdana, sans-serif;
}
a {
	color: #3600ff;
	text-decoration: underline;
}
a:visisted {
	color: #8100ff;
	text-decoration: underline;
}
a:hover {
	color: #4d4d4d;
}
#container {
	width: 801px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
}
#container #top {
	background-image: url(images/header.jpg);
	width: 801px;
	height: 27px;
	padding: 0;
}
#container #bottom {
	background-image: url(images/footer.jpg);
	width: 801px;
	height: 24px;
	padding: 0;
	clear: both;
}
#container #middle {
	width: 801px;
	height: 100%;
	position: relative;
	overflow: visible;
}
#container #middle table.master {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	height: 100%;
}
#container #middle table.master td.left table.left_container {
	width: 296px;
	height: 100px;
}
#container #middle table td.left {
	width: 296px;
	padding: 0;
	margin: 0;
	vertical-align: top;
	height: inherit;
	background: url(images/menu_bg.png) repeat-y;
}
#container #middle table td.right {
	background: url(images/grayside_bg.png) repeat-y;
	width: 455px;
	margin: 0;
	padding: 0 40px 0 10px;
	vertical-align: top;
	text-align: left;
}
#container #middle table.left_side {
	width: 296px;
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #FFF;
}
#container #middle table.left_side td.red_bar {
	width: 297px;
	background: url(images/red_box_top.jpg) no-repeat;
	height: 7px;
	font-size: 1px;
	margin: 0;
	padding: 0;
}
#container #middle table.left_side td.logo_stuff {
	background: url(images/menu_bg.png) repeat-y;
}
#container #middle table.left_side tr.menu_row {
	height: auto;
}
td.menu {
	height: auto;
	width: 100%;
	margin: 0;
	background: url(images/menu_bg.png) repeat-y;
	padding: 0 0 15px 35px;
	overflow: visible;
	vertical-align: top;
}
td.girl {
	height: 307px;
	margin: 0;
	padding: 0;
	background: url(images/girl.jpg) left;
	width: 100%;
}
.menu_items {
	width: 180px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.menu_items li {
	background: url(images/menu_icon.png) no-repeat 180px center;
	border-bottom: 2px solid #CC3436;
	padding: 12px 15px;
	width: 180px;
}
.menu_items li a {
	color: #fffeff;
	text-decoration: none;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 2px;
}
.menu_items li:hover{
	background: url(images/menu_icon.png) no-repeat 160px center;
}
hr{
	height: 1px;
	background-color: #adaba9;
	border-style: none;
	margin-top: 10px;
	margin-bottom: 15px;
	width: 100%;
	clear: both;
}
.ufsb_logo {
	padding-left: 55px;
	margin-top: 25px;
	margin-bottom: 15px;
}

.red_title {
	font-size: 22px;
	font-weight: bold;
	color: #ee0020;
}
.black_title {
	font-size: 22px;
	font-weight: bold;
	color: #000;
}
.green_text {
	color: #60b600;
	font-size: 9px;
}
#footer {
	width: 100%;
	padding: 0 35px 0 0;
	float: right;
	text-align: right;
}
#footer ul {
	list-style-type: none;
	width: 100%;
	float: right;
	margin-top: 0;
	margin-bottom: 0;
}
#footer ul li {
	float: right;
	border-right: 1px solid #1c3200;
	padding-right: 5px;
	padding-left: 5px;
}
#footer ul li.last {
	border-right-style: hidden;
}

