/* - - - - - - - - - - - - - - - - - - - - -



Title : caes.css

Author : John Weston

URL : http://caes.ucdavis.edu/caes.css



Description : style for college website



Created : 3-14-2006

Modified : 



- - - - - - - - - - - - - - - - - - - - - */



/* ----- CSS ----- */



*{
margin:0;
padding:0;
font-family:sans-serif;
font-size:1.0em;
}

html{
margin:0;
padding:0;
}
/*
body{
margin:0;
padding:0;

}
*/
body {
 background-image: url(../images/bg_chip.jpg);
	background-repeat: repeat;
}


a {
	text-decoration:none;
}

#content { 
  width:100%;
  padding: 0px;
  text-align: left;
}

	
#mainTable {
  	margin-left:auto;
  	margin-right:auto;
	width:938px;
	height:569px;
}
#mainTableIndex {
  	margin-left:auto;
  	margin-right:auto;
	width:938px;
	height:393px;
}

/* ----- IDS ----- */



#container {
}

#main {
width:938px;
height:579px;
background-color:#D0D0B9;
margin-left:auto;
margin-right:auto;
margin-top:30px;
padding:0px;
box-sizing: border-box;
-moz-box-sizing: border-box;
}





/* ----- CLASSES ----- */

.textAndLinks{
font-size:0.7em;

}



.blk7em{
font-size:0.7em;

}

a:link { text-decoration : none; }
a:visited { text-decoration : none;  }
a:hover { text-decoration : underline;  }

