*{
	margin: 0;
	padding: 0;
	outline: none;
}

body{
	background: url("/lib/img/bground.gif") top left repeat;
}

a img{border: none;}
/***************************
*	FRAMEWORK CONTAINER
***************************/
#pageContainer{
	position: relative;
	width: 703px;
	margin: 0 auto;
}

h1{padding: 257px 0 21px;}

h3{
	height: 790px;
	overflow: hidden;
	width: 152px;
	position: absolute;
	top: 0;
	left: 494px;
}

ul{
	width: 494px;
	height: 48px;
	background: url("/lib/img/bground-nav-home.gif") top left no-repeat;
}

ul li{
	list-style: none;
	display: inline;
	line-height: 48px;
}

ul li a{
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font: bold 12px/24px Times New Roman, Times, Georgia, Serif;
	letter-spacing: 2px;
	padding: 0 33px 0 4px;
}

ul li a:hover{color: #2c180f;}
