/* CSS Document */

	body {
		background-color:#000000;		
		text-align: center;
		padding:0px;
		margin:0px;
	}
	
	#container {
		width: 960px;
		margin-right: auto;
		margin-left: auto;
	}
		

	#contentheader {
		width: 800px;
		height: 63px;	
		background-image: url('images/content_header.png');
		background-repeat: no-repeat;
		margin-right: auto;
		margin-left: auto;
	}
	
	#page {
		padding-top:150px;
		width:612px;
		margin-right: 80px;
		margin-left: 267px;
		background-image: url('images/content_img.jpg');
		background-repeat: no-repeat;
	}
	
	#content {		
		width: 960px;
		background-image: url('images/content_bg.jpg');
		background-repeat: repeat-y;		
	}

	
	#sidemenu {
		width: 188px;
		float:left;
		padding-left:79px;
	}	
	
	#footer {
		width: 960px;
		height: 70px;
		background-image: url('images/footer.jpg');
		background-repeat: no-repeat;
	}
	

	}
	#copyright {
		background-image: url('images/copyright_bg.jpg');
		background-repeat: no-repeat;
		width:900px;
		height: 80px;
		padding: 10px;

	}




/* General Use Styles */	
	p {
		font-family: arial;
		text-align: left;
		font-size: 12px;
		font-weight: normal;
		color: #ffffff;
		text-decoration: none;
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 10px;
		margin-top: 0px;
	}	
	h1 {
		font-family: Verdana;
		border-bottom: 1px solid #ffffff;
		font-size: 24px;
		font-weight: normal;
		background-image: url('images/h1.jpg');
		background-repeat: no-repeat;
		color: #ffae00;
		text-decoration: none;
		text-align: right;		
		margin-top: 0px;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 10px;		
	}
	h2 {
		font-family: "Century Gothic";		
		height:50px;
		font-size: 22px;
		font-weight: normal;
		background-image: url('images/h2.png');
		background-repeat: no-repeat;
		color: #ffecb9;
		text-decoration: none;
		padding-top: 10px;
		padding-left: 30px;
		text-align: left;
		margin-top: 0px;
		margin-left: 15px;
		margin-bottom: 0px;
	}
	h3 {
		font-family: Arial;
		font-size: 20px;
		font-weight: normal;
		color: #cccccc;
		text-decoration: none;
		text-align: left;		
		margin-top: 0px;
		margin-left: 20px;
		margin-bottom: 10px;
	}	

	
	
/* These are the Category Bullet Lists */
	
	ul {
		font-family: Arial;
		font-weight: bold;
		color: #ffcc00;
		text-decoration: none;
		margin-top: 10px;
		margin-left: 100px;
		margin-right: 0px;
		margin-bottom: 0px;
	}
	
	li {
		font-size: 12px;
		font-weight: bold;
		list-style-type: circle;
		text-align: left;
		background-repeat: no-repeat;
		background-position: center left;
		padding-left: 20px;
		padding-bottom: 5px;
		padding-top: 5px;
	}
	
/* These are the Main Menu Links */	
	.navlist {
		font-family: Verdana, Arial;
		font-size: 12px;
		font-weight: normal;
		color: #540000;
		text-decoration: none;
	}
	A:Link {
		font-family: Verdana, Arial;
		font-size: 12px;
		font-weight: normal;
		color: #540000;
		text-decoration: none;
	}
	A:Visited {
		font-family: Verdana, Arial;
		font-size: 12px;
		font-weight: normal;
		color: #540000;
		text-decoration: none;
	}
	A:Active {
		font-family: Verdana, Arial;
		font-size: 12px;
		font-weight: normal;
		color: #540000;
		text-decoration: none;
	}
	A:Hover {
		font-family: Verdana, Arial;
		font-size: 12px;
		font-weight: normal;
		color: #ff0000;
		background-color: none;
		text-decoration: underline;
	}

