body {
	margin: 0px;
	font-family: Verdana, Arial, sans-serif;
	color: #fff;
	font-size: 12px;
	text-align: center;
	background-color: Red;
}

a {
	color: #fff;
	text-decoration: underline;
}

a:hover
{
	text-decoration: underline;
}

a:visited 
{
	color: #fff
}

img {
	border: 0;
}

#bottom_border_container 
{
	background-position: left top;	
	background-image: url(../images/home/bloodbar_left.gif);
	background-repeat: no-repeat;
	padding-left: 86px;
}

#main_container 
{
	background-repeat: repeat-x;
	background-position: center bottom;
	background-image: url(../images/home/bloodbar_bottom.gif);
	
	background-color: #4b81bf; 
	width: 900px;
	margin: 0 auto;
}

#content 
{
	background-position: right top;
	background-image: url(../images/home/bloodbar_right.gif);
	background-repeat: no-repeat;
	padding-right: 86px;
	padding-bottom: 86px;
}

#footer 
{
	clear: both;
}

#menu {
	margin: 0px -86px;
	padding: 0px;
}

#menu img {
	vertical-align: bottom;
}

#menu ul {
	padding: 0px;
	margin: 0px;
	
	background-image: url(../images/home/menu_background.png);
	background-position: right top;
	background-repeat: no-repeat;
	
	padding-top: 2px;
	padding-bottom: 2px;
	
	list-style: none;
}

#menu li {
	display: inline;
	margin-right: 10px;
    white-space: nowrap;
}

#joeimg {
	margin-bottom: 10px;
	vertical-align: middle;
}
