/*  
Theme Name: ASYV 2
Theme URI: http://asyv.org
Description: The first theme that matches the website
Version: 2.0
Author: Eric Wright
*/

@import "reset.css";
@import "main.css";
@import "ie7.css";

#header {
	margin:0 auto;
	width:800px;
	height:150px;}
	
#nav {
	clear: both;
	height: 63px;
	width:850px;
	background:url(images/navback1.png) repeat-x top;
	margin-bottom: 15px;
	margin:0 auto;
}
#nav-left {
	height: 63px;
	background:url(images/NavLeft.jpg) no-repeat left;
}
#nav-right {
	height: 63px;
	background:url(images/NavRight.jpg) no-repeat right;
}

#nav ul li {
	list-style: none;
	float: left;
	padding-left:0px;
}

#nav ul li a {
	display: block;
	height: 31px;
	margin-top: 8px;
	padding: 16px 18px 0;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-family:Gill Sans;
	font-size:15px;
}
#nav ul li a:hover,
#nav ul li.active a {
	background: #326D4F;
	color: #fff;
}	

#pagewrap {
	width:800px;
	margin:0 auto;}
	
.alignleft {
   display: inline;
   float: left;
   padding: 5px 10px 5px;
}
img {margin:5px;
border:none;}

img.alignright {
	float:right;
}

