

h1 {
	font-variant: small-caps;
	font-weight: bold;
	color: white;
/*	text-align: center; */
	position: center;
	top: center;
	left: center;
	}

body { 
	background-image: url(background.jpg);
	background-color: RGB(98,94,98);
	background-repeat: no-repeat; 
	font-family: palatino linotype, times new roman, serif;	
	}

p	{
	color: #B7B7B7;
	width: 750px;
	}
	
pre	{
	color=#B7B7B7;
	}

#center-header {
	/*
	font-variant: small-caps;
	font-weight: bold;
	font-size: 22pt;
	color: white;*/
	text-align: center;
	position: absolute;
	top: center;
	
	}
	
#sidebar-left {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 14pt;
	margin-left: 0;
	width: 200px;
	height: 100%;
	position:absolute;
	top: 200px;
	}

#content {
	font-family: helvetica, arial, san-serif;
	margin-left: 0;
	margin-bottom: 0;
	
	/*height: 75%;*/
	color: black;
	position:absolute;
	top: 200px;
	left: 250px;
	right: 20px;
	bottom: 20px;	
	}

#altlist {
	/*background-color: #ACACAC;
	font-family: helvetica, arial, san-serif;
	width: 50px;*/
	font-size: 12px;
	color: #B7B7B7;
		}
	
.thumb {
	padding: 10px;
	/*margin: 5px;
	border: 5px solid black;*/
	/*width: 150px;
	height: 150px;*/
	}

.title {
	margin-top: 10px;
	text-indent: 10px;
	}

.menu {list-style-type: none;}
a.menu:link {
	color: black;
	text-decoration:none;
	}
a.menu:visited {
	color: black;
	text-decoration:none;
	}
a.menu:active {
	background-color: blue;
	text-decoration:none;
	}
a.menu:hover {
	color:#6600CC;
	text-decoration:none;
	}

.thumb {list-style-type: none;}
a.thumb:link {
	color: black;
	text-decoration:none;
	}
a.thumb:visited {
	color: black;
	text-decoration:none;
	}
a.thumb:active {
	background-color: blue;
	text-decoration:none;
	}
a.thumb:hover {
	color:#6600CC;
	text-decoration:none;
	}

ul li {list-style-type: none;
	}
/*ul ul li*/ .submenu-1 {list-style-type: none;
	text-indent: -20px;
	font-size: 12pt;
	}
/*ul ul ul li*/ .submenu-2 {list-style-type: none;
	text-indent: -30px;
	font-size: 10pt;
	}


/*
.sub-menu-1 {
	text-indent: 5px;
	}
	
.sub-menu-2 {
	text-indent: 10px;
	}

*/
	



	
/*frame menu */