/* CSS Document */

	body {
		text-align:center;
		}
	
	#frame {
		width:940px;
		margin-right:auto;
		margin-left:auto;
		/* margin-top:-8px;  */
		padding:0px;
		text-align:left;
		}
	
	#contentheader a {
		text-transform:uppercase;
		text-decoration:none;
		color:#FFFFFF;
		font-weight:bold;
		font-family:"Trebuchet MS";
		margin-top:100px;
		}
				
	#contentleft {
		clear:left;
		width:240px;
		padding:0px;
		float:left;
		}
	
	#contentcenter {
		width:700px;
		height:450px;
		padding:0px;
		float:left;
		}
	
	#footer {
		width:940px;
		font-family:"Trebuchet MS";
		font-size:11px;
		margin-top:100px;
		color:#FFFFFF;
		}
		
	p,h1,pre {
		margin:0px 10px 10px 10px;
		font-family:"Trebuchet MS";
		font-size:12px;
		padding-left:10px;
		}
		
	h1 {
		font-size:24px;
		padding-top:10px;
		padding-left:10px;
		font-family:"Trebuchet MS";
		}
	
	h2 {
		font-size:16px;
		padding-top:0px;
		padding-left:20px;
		font-family:"Trebuchet MS";
		}
		
	h5 {
		font-size:24px;
		padding-top:0px;
		padding-left:20px;
		font-family:"Trebuchet MS";
		}
		
/*  START LEFT HAND NAVIGATION MENU */		
	#menu1 {
	width: 200px;
	margin-left: 10px;
	border-style: solid solid none solid;
	border-color: #C4C4C4;
	border-size: 1px;
	border-width: 1px;
	}
	
	#menu1 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
	#menu1 li a:link, #menu1 li a:visited {
	color: #000000;
	font-family:"Trebuchet MS";
	font-size:12px;
	display: block;
	background:  url(images/menu1.gif);
	padding: 8px 0 0 10px;
	}
	
	#menu1 li a:hover {
	color: #ffffff;
	font-family:"Trebuchet MS";
	font-size:12px;
	background:  url(images/menu1.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}	
	
	#menu1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

/*  END LEFT HAND NAVIGATION MENU */	

/*  START CONTENT SLIDER */	

#content-slider {
	width: 650px;
	overflow: hidden;
	height: 250px;
	margin: -5px 0px 0px 20px;
	border: solid 1px #ccc;
}

#content-slider-inside {
	list-style: none;
	height: 320px;
	overflow: scroll;
	overflow-y: hidden;
}

#content-slider-inside li {
	width: 650px;
	background: #fff;
	height: 250px;
	color: #666;
	font-size: 200px;
	font-family:"Trebuchet MS";
	font-style: italic;
	text-align: center;
	line-height: 250px;
}
	
#navigation {
	list-style: none;
	margin: 10px 30px 0px 0px;
	float: right;
}

#navigation li {
	float: left;
	width: 30px;
	height: 30px;
	text-align: center;
	margin: 0;
	border: solid 1px #ccc;
	line-height: 30px;
	font-family:"Trebuchet MS";
	margin: 0px 0px 0px 5px;
}

#navigation li a, #navigation li a:link, #navigation li a:visited {
	text-decoration: none;
	display: block;
	height: 30px;
	color: #666;
}

#navigation li a.selected, #navigation li a.selected:link, #navigation li a.selected:visited {
	background: #1994D1;
	color: #fff;
}

#navigation li a:hover, #navigation li a:focus, #navigation li a:active {
	background: #1994D1;
	color: #fff;
}

img {
	border: none;
}

/*  END CONTENT SLIDER */	