* {
	margin: 0;
	padding: 0;
}

html {
	margin: 0;
	padding: 0;
}


body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#fff;
        height: 100%;
	margin: 0;
	background-image: url("../images/background.jpg");
	background-repeat: repeat-x;
	background-color: #D3D3D1;
}

.clear {
	clear: both;
}

#container {
	margin: 10px auto 20px auto;
	width: 800px;
}

#header {
	background-image: url("../images/header.gif");
	height: 110px;
	width: 800px;
	
}

#logo {
	
	float: left;
}

#logo img {
	margin-left: 2px;
	margin-top: 10px;
	border: none;
}

#header_right {
	margin-top: 5px;
	float: right;
	
}


#search {
	width: 250px;
	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	margin-left: 210px;
	margin-bottom: 10px;
	padding-left: 20px;
	margin-top: 5px;
	height: 1%;
	
}

#search p {
	height: 1%;
	
}


#search a:link {text-decoration:none;color:#fff;}
#search a:visited {text-decoration:none;color:#fff;}
#search a:hover {text-decoration:underline;color:#fff;}

#specials img {
	margin: 0;
	padding: 0;
}

#specials {
	margin: 0;
	padding: 0;
}


#navigation {
	height: 32px;
	margin-bottom: 0;
	margin-top: 25px;
	margin-left: 20px;
	
}

#nav {
	margin: 0;
	padding: 0;
	height: 32px;
	list-style: none;
	display: inline;
	overflow: hidden;
	width: 501px;
}

#nav li {
	margin: 0; 
	padding: 0;
        list-style: none;
	display: inline;
	
}

#nav a {
	float: left;
	padding: 32px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:20px; /* for IE5/Win only */
}
	
#nav a:hover {
	background-position: 0 -32px;
}

#nav a:active, #nav a.selected {
	background-position: 0 -32px;
}

#nav_books a  {
	width: 86px;
	background: url("../images/nav/nav_books.jpg") top left no-repeat;
}

#nav_apparel a  {
	width: 86px;
	background: url("../images/nav/nav_apparel.jpg") top left no-repeat;
}

#nav_computers a  {
	width: 115px;
	background: url("../images/nav/nav_computers.jpg") top left no-repeat;
}


#nav_faculty a  {
	width: 89px;
	background: url("../images/nav/nav_faculty.jpg") top left no-repeat;
}

#nav_media a  {
	width: 86px;
	background: url("../images/nav/nav_media.jpg") top left no-repeat;
}

#nav_blog a {
	width: 80px;
	background: url("../images/nav/nav_blog.jpg") top left no-repeat;
}




#middle {
	background-image: url("../images/middle.jpg");
	width: 800px;
	
}

#middle img {
	margin: 0;
	padding: 0;
}

#content {
	width: 727px;
	padding-bottom: 10px;
	padding-left: 13px;
	padding-top: 10px;
	
}

#content_header {
	width: 727px;
	height: 18px;
	background-image: url("../images/content_header.jpg");
}


#content_middle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 700px;
	padding: 0 20px 20px 20px;
	background-image: url("../images/content_middle.jpg");
	background-repeat: repeat-y;
	
}


#content_middle h1, h2, h3, h4 {
	margin-left: 10px;
	margin-bottom: 10px;
	
	
}

#content_middle h3, h4 {
	margin-top: 10px;
}
#content_middle p {
	margin-bottom: 20px;
	margin-left: 20px;
}

#content_middle img {
	float: right;
}

#content_middle li {
	margin-left: 30px;
}

#content_footer {
	background-image: url("../images/content_footer.jpg");
	background-repeat: no-repeat;
	width: 727px;
	height: 18px;
	
	
}

#features {
	background-image: url("../images/features.jpg");
	width: 800px;
	height: 81px;
}

#features_tan {
	background-image: url("../images/features_tan.jpg");
	width: 800px;
	height: 81px;
}
	
#features_title {
	float: left;
	text-align: right;
	width: 180px;
	margin-top: 10px;
	line-height: 20px;
}

#features_images {
	float: right;
	padding-right: 10px;
	margin-top: 10px;
}

#features_images img {
	border: none;	
}

#features_1 {
	font-weight: bold;
	color: #FFF;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

#features_2 {
	
	color: #FFF;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

#features_3 {
	text-transform: uppercase;
	font-size: 20px;
	color: #8eb8cd;
}	


#footer {
	background-image: url("../images/footer.gif");
	width: 800px;
	height: 76px;
}

#footer_nav {
	float: left;
	margin-top: 30px;
	font-size: 11px;
	text-transform: lowercase;
	margin-left: 15px;
	margin-right: 25px;
}

#footer_nav a {
	margin-right: 7px;
}

#footer_nav a:link {text-decoration:none;color:#fff;}
#footer_nav a:visited {text-decoration:none;color:#fff;}
#footer_nav a:hover {text-decoration:underline;color:#fff;}

#unr_logo {
	float: left;
	margin-top: 5px;
}

#unr_logo img {
	border: none;
}

#contact {
	float: left;
	text-align: right;
	font-size: 12px;
	color: #FFF;
	margin-top: 15px;
	margin-left: 13px;
}



