@CHARSET "ISO-8859-1";

h3{
	text-transform: uppercase;
}

#left-panel{
	float: left;
	background-color: #1a1f26;
	border-right: 1px solid #3f3f3f;
	border-left: 1px solid #3f3f3f;
	border-bottom: none;
	/*height: 444px;*/
	width: 300px;
	margin-left: 14px;
	text-align: center;
	display: inline;
}

#middle ul li{
	list-style: none;
	padding-left: 15px;
	padding-bottom: 1px;
	margin-bottom: 5px;
	background: url('../img/bullet.jpg') left center no-repeat;
}

#middle{
	padding-bottom: 0;
}

/* About Section */

#about_section{
	float: left;
	margin: 0;
	padding: 0;
	margin-top: 15px;
	margin-left: 15px;
	width: 600px;
	display: inline;
}

#middle a{
	color: #62b0ff;
	text-decoration: none;
}
#middle a:hover{
	text-decoration: underline;
}
#middle a:visited{
	color: #366595;
}
