
#title 
 	{
 		
 		top      : 1px;
 		height: 100px;
 		width: 1024px;
 		margin-left: auto;
		margin-right: auto;
 		padding  : 0px;
 		z-index  : 2;
 		border-top: 6px rgb(0,0,0) solid;
		border-bottom: 6px rgb(0,0,0) solid;
		border-left: 6px rgb(0,0,0) solid;
		border-right: 6px rgb(0,0,0) solid;
		background-color: rgb(0,0,0);

 	}


#box
	{
		
 		top      : 107px;
 		width: 1024px;
 		margin-left   : auto;
		margin-right: auto;
 		padding  : 0px;
 		z-index  : 2;
 		border-bottom: 6px rgb(0,0,0) solid;
		border-left: 6px rgb(0,0,0) solid;
		border-right: 6px rgb(0,0,0) solid;
		overflow: hidden;
}

#box font {
color: #ffffff;
}

#tabmenu {
		color: #000;
		border-bottom: 2px solid black;
		margin: 12px 0px 0px 0px;
		padding: 0px;
		z-index: 1;
		padding-left: 10px }

	#tabmenu li {
		display: inline;
		overflow: hidden;
		list-style-type: none; }

	#tabmenu a, a.active {
		color: #ffffff;
		background: #990000;
		font: bold 1em "Trebuchet MS", Arial, sans-serif;
		border: 2px solid black;
		padding: 2px 5px 0px 5px;
		margin: 0;
		text-decoration: none; }

	#tabmenu a.active {
		background: #440000;
		color: #ffff00;
		border-bottom: 3px solid #440000; }

	#tabmenu a:hover {
		color: #440000;
		background: #FFffff; }

	#tabmenu a.visited:hover {
		background: #440000;
		color: #ffffff; }

	#tabmenu a.active:hover {
		background: #440000;
		color: #ffffff; }


	#content {
		font: 0.9em/1.3em tahoma, verdana, sans-serif;
		text-align: justify;
		background: #440000;
		padding: 20px;
		border: 2px solid black;
		border-top: none;
		z-index: 2;	
		color: white; 
		height:900px;
}

	#content a {
		text-decoration: underline;
		color: #ffff00; }

	#content a:visited {
		text-decoration: underline;
		color: #ffffff; }

	//#content a:hover { background: #ffff00; color:#440000; }
	
	#content h1 {
		text-align:center;
		color: #FFE500; }
	#content h2 {
		color: white; }
	#content h3 {
		color: white; }
	#content h4 {
		color: white; }

#content a.newlink:link {color: black; text-decoration:none;} 
#content a.newlink:visited {color: black; text-decoration:none;} 
#content a.newlink:active {color: white; text-decoration:none;}
#content a.newlink:hover {color: white; text-decoration: none; background-image: url(purple.jpg);}

	

#content ul{
postion:absolute;
left:50px;
top:117px;
}

	#content li {
	
	border: 2px solid #000000;
	padding: 1px;
	margin: 0px 0px;
	width: 165px;
	color:black;
	font-weight:bold;
	background-image: url(yellow.jpg);
	list-style: none;
	text-align: center;
	}

#content li:hover {
color:white;
background-image: url(purple.jpg);

}



