
#title 
 	{
 		position : absolute;
 		top      : 1px;
 		height: 100px;
 		width: 1200px;
 		margin-left   : 1%;
		margin-right: 1%;
 		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;
		background-image: url(yellow.jpg);

 	}
#banner
	{
		position: absolute;
		top: 25px;
		left: 50px;
}

#open
	{
		position: absolute;
		top: 84px;
		left: 720px;
		z-index: 3;
}

#box
	{
		position : absolute;
 		top      : 101px;
 		width: 1200px;
 		margin-left   : 1%;
		margin-right: 1%;
 		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;
}

#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: #300537;
		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: #520346;
		color: #FFCC00;
		border-bottom: 3px solid #520346; }

	#tabmenu a:hover {
		color: #000000;
		background: #FFE500; }

	#tabmenu a.visited:hover {
		background: #FFE500;
		color: #000000; }

	#tabmenu a.active:hover {
		background: #FFE500;
		color: #000000; }


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

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

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

	#content a:hover { background: #ffff00; color:#000000; font-weight:bold; }
	
	#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);

}

#box2
	{
		position : absolute;
 		top      : 70px;
 		left:250px;
 		width: 900px;
		height:800px;overflow:auto;
 		margin-left   : 5px;
		margin-right: 5px;
 		padding  : 6px;
 		z-index  : 2;
 		border: 2px rgb(0,0,0) solid;
		
}

