body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	}	

#header {
	font-weight: bold;
	color: Green;
	}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:0;
	}

hr {
	border:none;
	border-top:1px solid #CCCCCC;
	height:5px;
	margin-bottom:15px;
	color: red;
	padding:0;
	}

#hr.sep {
	border:none;
	border-top:1px solid #CCCCCC;
	height:5px;
	margin-bottom:15px;
	color: red;
	padding:0;
	}

#fixedinfo {
	border:none;
	color: #0088ff;
	}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	color: red;
	background-color: #fcfcff;
	}
	
#container {

	}

#fontone {
	font-size: 12px;
	color:blue;
	height:22%;
	}

textarea {
	text-align:center;
	border-style: none;
	rows: 5;
	columns: 18;
	border-color: #677D92;
	border-size: 1px;
	border-width: 4px;
	width: 99%;
	background-color:#eeeeff;
	font-size:12px;
	font-weight:bold;
	}

#moveright {
	border-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	}

#moveright li a {
	height: 32px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}

#leftmove {
	border-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	}

#leftmove li a {
	height: 32px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}

#main {
	position: relative;
	float: left; 
	width: 60%;
	margin: 10px;
	color: #aaaaff;
	}

#menu {
	text-align: auto;
	margin: 2px; 
	padding:0;
	width: 92%; 

	border-color: #677D92;
	border-size: 1px;
	border-width: 4px;
	background-image: url(images/menubgrd.jpg);
	}

#picnotes {
	text-align:center;
	margin: 2px ; 
	padding:0;
	width: 92%; 
	border-style: ridge ridge ridge ridge;
	border-color: #677D92;
	border-size: 1px;
	border-width: 4px;
	}

#leftbox {
	margin: 10px; 
	width: 15%; 
	float: left;
	border-style: none;
	border-color: #677D92;
	padding:0;
	}

#rightbox {
	margin: 10px; 
	width: 11%; 
	float: auto;
	border-style: none;
	border-color: #677D92;
	padding:0;
	}

#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}
	
#menu li a:link, #menu li a:visited {
	color: #222;
	display: block;
	background: url(menu.gif);
	padding:0;	
	margin: 8px 0 0 10px;
	}
	
#menu li a:hover {
	color: #00f;
	background: url(menu.gif) 0 -32px;
	margin: 8px 0 0 10px;
	padding:0;
	}
	
#menu li a:active {
	color: #f00;
	background: url(menu.gif) 0 -64px;
	padding:0;
	margin: 8px 0 0 10px;
	}

#notes {
	position: relative; 
	float: left;
	width: 18%;
	color: #ff7777;
	margin: 10px;
	}

#navigation { 
	position: relative;
	float: left;
	}

rounded-box {
	background-color: #fcfcff;
	}
#top {
	border-style: ridge ridge ridge ridge;
}
/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:640px;
	height:480px;
	overflow:hidden;
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:640px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

