@charset "utf-8";
/* CSS Document */
@import url(content.css);
@import url(table.css);
@import url(sidebar.css); 		

/* hides 'skip to...' links */
.h a{ 	
	background-color: #020933; 
	color: #020933;	
	margin-left: -500px;
}
		
* {
	margin: 0;
	padding: 0;
}	

body {
	margin-top: 0px;
	padding: 0;  
	background: #fff url(http://www.utsa.edu/images/skins/bkgrnd.jpg) repeat-x; 
	font: 62.5%/1.6 Verdana, Arial, Helvetica, sans-serif; /* for elastic layouts */
	
}

#wrapper, #wrapper_1col{
	width: 85%;
	margin-left: auto;
	margin-right:auto;
	min-width: 739px;
	
	/* hack for IE 6.0 for min-width */
	width: expression(document.body.clientWidth < 745 ? "739px" : document.body.clientWidth > 739 ? "95%" : "auto");

	/*
	width: expression(document.body.clientWidth < 742? "739px" : document.body.clientWidth > 1202? "1200px" : "auto");
	*/      
}

#wrapper
{
	background:  #eaeaea url(../templates/images/content_bkgrd.gif) repeat-y 25% 0; 
}

/* this wrapper is used to paint the sidebar faux column */
#wrapper2
{
	 background: url(../templates/images/sidebar_bkgrd.gif) repeat-y 75% 0;	
}
	
