/* CSS Document */

body {
	margin:0;
	padding:0;
	background-image:url(images/headbk_img.gif);
	background-repeat:repeat-x;
	background-color:#646464;
	font-family:Lucida Grande, Helvetica, Arial;
	font-size:12px;
}

h1,h2,h3,h4,h5,h6 {
	font-family:georgia;
	font-weight:normal;
}

h2 {
	font-size:16px;
}

h3 {
	font-size:14px;
}

a {
	color:#83B2C3;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#main_container {
	position:relative;
	top:0;
	margin:0 auto;
	width:715px;
}

#content_left {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:250px;
	padding-top:100px;
}

#content_left a {
	display:block;
	color:#fff;
	text-transform:uppercase;
	margin:12px 0 0 20px;
}
	

#content_left a:hover {
	text-decoration:underline;
}

#content_right {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:460px;
}

#logo {
	text-align:right;
	margin:10px 0 57px 0;
}

#nav a {
	display:block;
	float:left;
	height:27px;
	margin:0 16px 0 0;
	font-size:13px;
	text-decoration:none;
	color:#252525;
	font-family:georgia;
	letter-spacing:.5px;
	text-transform:uppercase;
}


#nav a:hover {
	background-image:url(images/nav-arrow.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
}

.on_nav {
	background-image:url(images/nav-arrow.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
}

#content {
	color:#fff;
	line-height:18px;
	padding:10px 0 0 0;
	clear:both;
}

#footer {
	position:relative;
	top:0;
	left:0;
	clear:both;
	width:715px;
	height:auto;
}

a#pages_stamp {
	position:relative;
	float:right;
	width:20px;
	height:16px;
	background-position:0 0;
	background-image:url(/images/38pages-logo.gif);
}

a:hover#pages_stamp {
	background-position:0 -16px;
}