@charset "utf-8";
/* CSS document Author= "Nevin Childs" Copyright 2009 */

.buttons{
	width: 100%;
	overflow: hidden;
	
}

.buttons ul{
	margin: 0;
	padding: 0;
	font: 12px Arial;
	list-style-type: none;
}

.buttons li{
display: inline;
margin: 0;
}

.buttons li a{
	float: left;
	text-decoration: none;
	margin: 0;
	padding: 5px 15px 5px 15px; /*padding inside each tab*/
	border-right: 1px solid #ffffff; /*right divider between tabs*/
	color: white;
	background: #006; /*background of tabs (default state)*/
	height: 14px;
}


.buttons li a:hover, .buttons li.selected a{
	background-color: #1717FF;
}
.project_box {
	float: right;
	height: 200px;
	width: 197px;
	text-align: center;
	padding-right: 0px;
	margin-top: 25px;
}
.left_justify {
	text-align: left;
}
.centrejustify {
	text-align: center;
}
