@charset "utf-8";
/* CSS Document */

body {
background-image:url(images/hu_bg.png);
margin:0;
padding:0;
text-align:center;
font-family:Arial;
font-size:13px;
color: #009;
}

A:link { text-decoration: none; color: #06F; }
A:active { text decoration: none; color: #06F;  }
A:visited { text-decoration: none; color: #06F;  }
A:hover { text decoration: none; color: #69F; }

#dashr
{
border-style:none; 
border-top: 1px dashed black;
border-bottom: 1 px dashed;
height: 2px;
width: 584px;
}

h2 {
font-face:Arial;
font-size:19px;
color: #06F;
font-weight:normal;
}

h3 {
font-face:Arial;
font-size:14px;
color:#06F;
font-weight:normal;
}

h4 {
font-face:Arial;
font-size:12px;
color:#06F;
font-weight:normal;
}

#wrapper {
width:900px;
margin:auto;
padding:auto;
background-image:url(images/layout_03.png);
text-align:left;
}

#logo {
width:900px;
height:156px;
background-image:url(images/layout_01.png);
text-align: right;
vertical-align: top;
clear:both;
}

#featured {
	width:900px;
	height:89px;
	background-image:url(images/layout_02.png);
	vertical-align:top;
	text-align: center;
	clear:both;
}

#navigation {
float:left;
width:172px;
padding-left: 26px;
padding-right:2px;
vertical-align:top;
}

#content {
	float:left;
	width:623px;
	padding-left:40px;
	padding-right:37px;
	verticle-align:top;
	font-family: Arial;
}

#copyright {
width:623px;
height:30px;
padding-right: 37px;
padding-left: 235px;
text-align:center;
clear:both;
}

#wrapperbutt {
width:900px;
height:4px;
clear:both;
}
