body {
	margin:0; 
	height:100%; 
	overflow-y:auto; 
	background:#fff;
	}
	
	
a:link {
	text-decoration: none;
	color: #5C5858;
}
a:visited {
	text-decoration: none;
	color: #5C5858;
}

a:hover {
	text-decoration: none;
	color: #C0C0C0;
}

h1 {
	font-family: arial;
	font-size: 12px;
	color: #5C5858;
	letter-spacing: 2em;
}
	
/*container for menu*/	
#container {
	position:fixed;
	display: block;
	padding: 20px;
	margin: -15px 0 20px 90px;
	background: #fff;
	}

/*container for content*/
#page {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #666;
	letter-spacing: .15em;
	margin:10px 0 50px 315px; 
	padding-top: 100px;
	display:block; 
	width:400px; 
	border:0px; 
	background:#fff; 
		}
		
		
/*container for links menu*/

#minitabs {
	margin: 0;
	padding: 0 0 20px 10px;
	}

/* removes bullets from links list*/
#minitabs li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
/*formatting for links text and container*/
#minitabs a:link, #minitabs a:visited {
	float: left;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	letter-spacing: .15em;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	padding-bottom: 2px;
	text-decoration: none;
	color: #CCCCCC;
	}

/*formatting for active, hovered and visited links*/
#minitabs a.active:link, #minitabs a.active:visited, #minitabs a:hover {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 2px;
	background: #fff;
	color: #5C5858;
	}

/*code for ensuring scroll-under effect*/ 
* html #menu {
	position:absolute;
	height: 243px;
	}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	letter-spacing: .15em;
}
