* {margin:0; padding:0}
body {font:12px Verdana,Arial; color:#555; background:#272;}
.main-content{
	padding:0px;
	margin:0px;
	width:1000px;
	border-left-style:solid;
	border-right-style:solid;
	border-top-style:none;
	border-bottom-style:none;
	border-width:1px;
	border-color:#000;
	background:#ddd;
}

.nav-bar{

background-image:url('../images/nav.jpg');
background-repeat:repeat-x;
height:30px;
border-bottom-style:solid;
border-width:1px;
	
} 
.nav-bar a {
	font:14px Verdana,Arial;
	color:#444444;
	font-weight:bold;
	padding-left: 3px;
	padding-right: 3px;
	text-decoration:none;

}
.nav-bar a:hover {

	background-image:url('../images/nav-inverted.jpg');
	background-repeat:repeat-x;
	height:30px;
	border-bottom-style:solid;
	border-width:1px;
	padding-top: 5px;
	padding-bottom: 6px;
	padding-left: 3px;
	padding-right: 3px;
	text-decoration:none;
	
} 
.nav_left{
	background-image: url('../images/nav_middle.jpg');
	background-repeat: repeat-y;
	width:150px;
	padding-left: 5px;
	padding-right: 5px;
}