/* NGT Publishing CSS Document */
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F7F7F7;
}


#container {
	width: 751px; 
	height: 100%;
	background-color: white;
}

#logo {
	float: left;
	height: 137px;
	width: 355px;
	background-image:url(layout/top_left.jpg);
	background-repeat: no-repeat;
}

#splash {
	float: right;
	height: 137px;
	width: 396px;
	background-image: url(layout/top_right.jpg);
	background-repeat: no-repeat;
}

#divider {
	clear: both;
	height: 3px;
	width: 100%;
	background-color: #990033;
}

#menu {
	float: left;
	width: 153px;
	height: 100%;
	min-height: 500px;
	background-color: #333333;
	background-image:url(layout/menu_footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#menu a{
	display: block;
	background-image: url(layout/menu_item.jpg);
	height: 31px;
	width: 100%;
	background-repeat: no-repeat;
	color: white;
	text-decoration: none;
	text-align: left;
}

#menu a:hover{
	background-position: -152px;
}

.position {
	padding-top: 4px;
	padding-left: 15px;
}

#content {
	float: right;
	width: 598px;
	height: 100%;
	background-color: white;
	text-align: left;
}

h1 {
	float: right;
	display: block;
	background-image: url(layout/header_bg.jpg);
	height: 28px;
	width: 382px;
	text-align: right;
	color: white;
	font-size: 16px;
}