#wrapper img{
		border: 0
}
#header a{
		color: white
}
#header a:hover{
		color: rgb(192, 147, 249)
}
#mainnav a{
		color: white;
		display: block;
		width: 100%;
		text-decoration: none;
}
#mainnav td{
		height: 19px
}
#main a{
		color: black;
		text-decoration: underline
}
#main a:hover{
		color: gray
}
#main_right hr{
		width: 100%;
		margin: 30px 0
}
.nav_item{
		width: 33%;
		height: 100%;
		float: left;
		background-color: rgb(120 ,120, 120);				
}
.nav_item a:hover{
		height: 100%;
		background-color: rgb(96, 44, 124);
}
.nav_item_selected{
		width: 34%;
		height: 100%;
		float: left;
		background-color: rgb(96, 44, 124);
}
.nav_item_selected a{
		color: white
}
.left{
		float: left;
		padding: 0 10px
}
.right{
		float: right;
		padding: 0 10px
}
hr{
		width: 90%
}
dt{
		font-weight: bold;
		margin-top: 10px
}
h3{
		background-color: rgb(80, 80, 80);
		color: white;
		height: 20px;
		padding: 5px 0;
		text-align: center;
		font-size: 1.1em
}