@charset "UTF-8";
/* CSS Document */
* {	margin: 0;
	padding: 0;
	text-decoration:none;
	border:none;
}
	
	
/* BODY */	
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
}
body {
	background-color:#CCCCCC;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
}	
	
/* HH-HEADER */
#hh-header {
	background-image:url(../images/headers/hh_header.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:79px;
}
#hh-header-txt {
	font:verdana, geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	margin-left:42px;
	margin-top:35px;
	word-spacing:1px;
	color:#FFF;
}
#hh-header-txt a:link {
	color:#FFF;
}
#hh-header-txt a:hover {
	color: #FF0;
}
#hh-header-txt a:visited {
	color: #FF9;
}

	
/* PAGE WRAP */
#page-wrap {
	width:980px;
	margin:0 auto;
}


/* CONTAINER */	
#container {
	padding-bottom: 420px;
}

/* CONTAINER LEFT COL */	
#container #left-col {
	float:left;
	width: 400px;
	padding-left:50px;
	border:none;
}

/* CONTAINER RIGHT COL */
#container #right-col {
	float: right;
	width: 400px;
	padding-right:25px;
}

.index-txt {
	margin:0 40px 0 40px;
	font-size:12px;
	text-align:center;
	line-height:14px;
}


/* COL x 5 */	
a, .block h4 {
	font-weight:lighter;
	font-size:12px;
	padding-top:0px;
}
a, .block h4 a:link {
	color:#333;
}
a, .block h4 a:hover {
	color:#666;
}
a, .block h4 a:visited {
	color: #000;
}


/* INDEX IMAGES */
.index {
	font-size:10px;
	line-height:14px;
}
