@charset "UTF-8";
* {
	padding:0;
	margin:0;
}
body, html {
	width:100%;
	height:100%;
}
body {
	background-image: url(/resources/cat_images/bg.png);
	background-repeat: repeat-x;
}
/* STRUCTURE */
#alpha {
	background-image: url(/resources/cat_images/banner.png);
	background-repeat: repeat-x;
	background-position: center;
	height: 273px;
	width: 100%;
	position: absolute;
	top: 120px;
	left:0px;
	z-index:-1;
}
#beta {
	min-height: 400px;
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/resources/cat_images/contentBg.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding-left:25px;
	padding-right:25px;
}
#beta2 {
	height: 100px;
	width: 670px;
	padding-left:25px;
	padding-right:25px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/resources/cat_images/contentBg_bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* FOOTER */
#footer {
	height: 100px;
	position: relative;
	width: 650px;
	padding: 5px 10px 0px 10px;
	margin-top: 10px;
	margin-right:auto;
	margin-left:auto;
	text-align: right;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	clear:both;
}
#footer a {
	color: #00F;
}
#footer a:hover {
	color: #00F;
	text-decoration: none;
}

/* HEADER GENERAL */
#header {
	position: relative;
	height: 140px;
	left: 0px;
	top: 0px;
}
#hLogo {
	float:left;
	clear:left;
	padding-top:8px;
	width:250px;
}
#hTagline {
	float:right;
	clear:right;
	font-size: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	width:400px;
}
#hTagline {
	float:right;
	clear:right;
	font-size: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-style: italic;
	text-align:right;
	padding-top: 10px;
	padding-right:10px;
}

/* HEADER NAVIGATION */
#hNav {
	float:right;
	clear:right;
}
#hNav ul {
	list-style-type: none;
	font-size: 16px;
	font-weight: bold;
	font-family: Lucinda, sans-serif;
	white-space:nowrap;
	display:inline;
}
#hNav li {
	display:inline;
}
#hNav li a {
	background-image: url('/resources/design-images/nav_offBg.gif');
	background-repeat: no-repeat;
	width: 99px;
	height: 47px;
	display: block;
	text-decoration: none;
	text-align: center;
	line-height: 3em;
	float:left;
	color: #000000;
}
#hNav li a:hover {
	color: #000000;
	background-image: url('/resources/design-images/nav_onBg.gif');
}
