
/* Cascading Style Sheet */


body {
	margin:				0 auto;
	cursor:				default;
	text-align:			center;
	font-family:		"Arial","Helvetica","Verdana",sans-serif;
	background-color:	#999;
}

.header {
	height:				100px;
	margin:				0 auto;
	text-align:			center;
	border-bottom:		1px solid #000;
	background-image:	URL(images/bg_header.gif);
	background-repeat:	repeat-x;
}

.sub_header {
	width:				710px;
	margin:				0px auto;
}

.container {
	width:				800px;
	margin:				0 auto;
	text-align:			center;
	background-color:	#fff;
}

.nav_bg {
	margin:				0 auto;
	text-align:			center;
}

.footer {
	width:				800px;
	height:				81px;
	margin:				0 auto;
	text-align:			center;
	background-color:	#999;
	background-repeat:	repeat-x;
}




