/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
	background: #996633 url(img/bg.jpg) no-repeat fixed center center;
	}
	
#container {
	margin: 0px auto;
	width: 700px;
	}
	
#container .header {
	width: 700px;
	height: 150px;
	margin: 0px auto;
	}
	
#container .main {
	width: 700px;
	margin: 0px auto;
	background: url(img/centerbg1.gif) repeat-y top left;
	}
	
#container .centercont {
	width: 640px;
	margin: 0px auto;
	font-family:Georgia;
	color: #000000;
	font-size: 12pt;
	background: url(img/centercontbg.jpg) repeat top left;
	padding-left: 2px;
	padding-right: 2px;
	}
	
h1 {
	font-family: Georgia;
	color: #996633;
	font-size: 18pt;
	margin: 0px 0px 0px 0px;
	}		

#container .bot {
	width: 700px;
	height: 30px;
	margin: 0px auto;
	background: url(img/botbg1.gif) no-repeat top left;
	}
	
/*footer*/


.copyr {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #333333;
	}


.copyr a{
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	}

.copyr a:hover {
	text-decoration: underline;
	}
	




