*
{
	margin:0;
	padding:0;
}

body
{
	font-family:Georgia Regular;
	font-size:18px;
	color:#332B2A;
	background-image:url(gfx/HU_body_backgr02.jpg);
	background-repeat:repeat-x;
	background-position:center top;
}

a
{	
	text-decoration:underline;
	color:#332B2A;
}

a:hover
{	
	text-decoration:none;
}

img
{
	border:none;
}

.ClearBoth
{
	clear:both;
}

.floatleft
{
	float:left;
}

.floatright
{
	float:right;
}

#HeaderContainer
{
	width:100%;
	height:130px;
	background-image:url(gfx/HU_white75.png);
	background-repeat:repeat;
}

#Header
{
    width:800px;
    height:130px;
    margin:0 auto;
}

#HeaderLogo
{
    width:200px;
    height:92px;
    float:left;
    position:relative;
    top:30px;
    left:10px;
	background-image:url(gfx/HU_logo.png);
	background-repeat:no-repeat;
}

#Facebook
{
	float:right;
    position:relative;
    top:40px;
    left:-10px;
    width:180px;
    height:80px;
	background-image:url(gfx/Facebook_80x80.png);
	background-repeat:no-repeat;
}

#CMSMenuContainer
{
	width:100%;
	height:30px;
	margin:0 auto;
	text-align:left;
	font-weight:bold;
	background-color:#4B2942;
}

#CMSMenuContainer ul
{
	width:760px;
	margin:0 auto;
	list-style-type: none;
	padding:3px 0 0 0;
}

#CMSMenuContainer ul li
{
	display: inline;
	padding:0 20px 0 0;
}

#CMSMenuContainer ul li a
{
	font-family:Arial;
	color:#fff;
	height:30px;
	font-size:14px;
	font-weight:bold;	
	text-decoration:none;
}

#CMSMenuContainer ul li a:hover
{
	color:#fff;
	text-decoration:underline;
}

#CMSMenuContainer ul li a#current
{
	color:#fff;
	text-decoration:underline;
}

#CMSContentContainer
{
    width:800px;
    min-height:400px;
	margin:0 auto;
	padding:20px;
	background-image:url(gfx/HU_white75.png);
	background-repeat:repeat;
}

#CMSContent
{
}

#CMSFooter
{
	width:780px;
	height:21px;
	margin:1px auto 0 auto;
	text-align:center;
	font-size:80%;
	font-weight:bold;
	color:#fff;
	background-image:url(gfx/menu_backgr.png);
	padding:9px 0 0 0;
}
