@charset "utf-8";
/* CSS Document */

body {
	background:url('images/bg.jpg') repeat-x;
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
}

#page{
	background:url('images/page-bg.jpg') repeat-x;
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
}

#mast{
	background:url('images/mast.jpg') no-repeat top center;
	width:1000px;
	height:70px;
	margin:0;
	padding:0;
}

#top-nav
{
	background:url('images/top-nav.jpg') no-repeat top center;
	width:1000px;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#index {
	background:url('images/index.jpg') no-repeat top center;
	width:1000px;
	height:325px;
}

#pages {
	background:url('images/pages.jpg') no-repeat top center;
	width:1000px;
	height:75px;
}

#pic-p1 
{
 	float:left;
	text-align:center;
}

#pic-p2 
{
	text-align:center;
}