body {
	font-family: Trebuchet MS, Arial, Helvetica;
	background-image: url(img/diamondplate.jpg);
}

a {
	color: rgb(0,0,255);
}
a:hover {
	color: rgb(255,0,0);
}

h2 {
	color: rgb(102,102,153);
}

.left_nav {
	/* container */
	background-image: url(img/button_main.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 50px;
	width: 140px;
	display: inline-block;
	
	/* text */
	color: rgb(0,0,0) !important;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding-top: 15px;
}