/* CSS Document */

	body {
		background-image: url('../images/main_bg.png');
		background-repeat: repeat-x;
		position: bottom;
		background-color:#151515; /* FF Color */
		/* background-color:#2E88C7; - IE Color */
		text-align: center;				font-size: 12px;
	}


	#container {
		background-image: url('../images/content_bg.png');
		background-repeat: repeat-y;
		max-width: 860px;
		margin-right: auto;
		margin-left: auto;
		background-color: #none;
	}

	
	#content {		
		background-image: url('../images/content_bg2.png');
		background-repeat: repeat-y;
		width: 847px;		
		height: auto;				
	}
	

	#header {
		background-image: url('../images/header.png');
		background-repeat: no-repeat;
		width: 847px;
		height: 168px;
		margin-left: 0px;
		

	}
	
	#menu {
		background-image: url('../images/1_a.png');
		background-repeat: no-repeat;
		width: 847px;
		height: 69px;
		margin-left: 0px;
		

	}

	#footer {
		background-image: url('../images/footer_bg.gif');
		background-repeat: no-repeat;		
		width: 800px;
		height: 22px;
		margin-right: auto;
		margin-left: auto;

	}






/* General Use Styles */	
	p {
		font-family: arial;
		text-align: left;
		font-size: 12px;
		font-weight: normal;
		color: #000000;
		text-decoration: none;
		margin-left: 20px;
		margin-right: 40px;
		margin-bottom: 0px;
		margin-top: 0px;
	}
	
	h1 {
		font-family: Arial;
		font-size: 20px;
		font-weight: normal;
		color: #B10000;
		text-decoration: none;
		text-align: left;
		padding-top: 10px;
		margin-top: 0px;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	h2 {
		font-family: "Century Gothic";
		font-size: 16px;
		font-weight: bold;
		color: #454545;
		text-decoration: none;
		text-align: left;
		margin-top: 10px;
		margin-left: 13px;
		margin-right: 5px;
		margin-bottom: 15px;
	}
	h3 {
		font-family: Verdana;
		font-size: 14px;
		font-weight: bold;
		color: #000000;
		text-decoration: none;
		text-align: left;
		border-bottom: 1px solid #B10000;
		margin-top: 15px;
		margin-left: 13px;
		margin-right: 5px;
		margin-bottom: 10px;
	}
	
/* These are the Category Bullet Lists */
	
	ul {
		font-family: Arial;
		font-weight: bold;
		color: #414141;
		text-decoration: none;
		margin-top: 10px;
		margin-left: 20px;
		margin-right: 0px;
		margin-bottom: 10px;
	}
	
	li {
		font-size: 12px;
		font-weight: bold;
		list-style-type: block;
		text-align: left;
		background-repeat: no-repeat;
		background-position: center left;		
		padding-bottom: 5px;
		padding-top: 5px;
	}
	
/* These are the Main Menu Links */	
	.navlist {
		font-family: Verdana, Arial;
		font-size: 12px;
		font-weight: normal;
		color: #B10000;
		text-decoration: none;
	}	a.ktech:link { font-family: verdana, arial, serif; font-size:11px; background-color:transparent; color:#FFFFFF; font-weight:bold; text-decoration: underline;}a.ktech:visited { font-family: verdana, arial, serif; font-size:11px; background-color:transparent;color:#FFFFFF; font-weight:bold; text-decoration:underline; }a.ktech:hover { font-family: verdana, arial, serif; font-size:11px; background-color:transparent;color:#FFFFFF; font-weight:bold; text-decoration: none; }.ktech { font-family: verdana, arial, serif; font-size:11px; background-color:transparent;color:#FFFFFF; font-weight:bold; text-decoration: none; }a.album:link { font-size:13px; background-color:transparent; color:#810000; font-weight:bold; text-decoration: underline;}a.album:visited { font-size:13px; background-color:transparent;color:#810000; font-weight:bold; text-decoration:underline; }a.album:hover { font-size:13px; background-color:transparent;color:#810000; font-weight:bold; text-decoration: none; }a.botnav:link { font-size:12px; background-color:transparent; color:#810000; font-weight:bold; text-decoration: underline;}a.botnav:visited { font-size:12px; background-color:transparent;color:#810000; font-weight:bold; text-decoration:underline; }a.botnav:hover { font-size:12px; background-color:transparent;color:#810000; font-weight:bold; text-decoration: none; }.botnav { font-size:12px; background-color:transparent;color:#810000; font-weight:bold; text-decoration: none; }
	A:Link {
		font-family: Verdana, Arial;
		font-size: 12px;
		font-weight: normal;
		color: #B10000;
		text-decoration: none;
	}
	A:Visited {
		font-family: Verdana, Arial;
		font-size: 12px;
		font-weight: normal;
		color: #B10000;
		text-decoration: none;
	}
	A:Active {
		font-family: Verdana, Arial;
		font-size: 12px;
		font-weight: normal;
		color: #B10000;
		text-decoration: none;
	}
	A:Hover {
		font-family: Verdana, Arial;
		font-size: 12px;
		font-weight: normal;
		color: #ffffff;
		background-color: #B10000;
		text-decoration: none;
	}
	
	
/* These are the Side Menu Links */	

