body { background-color: #babab8;
       background-image: url(cactusbg.jpg);
			 background-position: 0 0;
			 background-repeat: no-repeat;
			 background-attachment: fixed;
			 margin: 0;
			 padding: 0;
			 }
			 
div#content { background-color: #c3cbc9;
							background-image: url(cactuspaleIE.jpg);
							background-position: 0 0;
							background-repeat: no-repeat;
							background-attachment: fixed;
							position: absolute;
							top: 50px;
							left: 21%;
							right: 5%;
							color: black;
							font-family: Tahoma, sans-serif;
							font-size: 1em;
							padding: 10px;
							padding-left: 15px;
						  border: solid #c3cbc9 2px;
							}
							
html>body #content { background-image: url(cactuspale.jpg);
                     /* Correct image for compliant browsers */
                     }
							
div#content h2 { font-size: 1.5em;
                 font-weight: normal;
								 color: #006600;
								 text-align: center;
								 }
								 
div#content .event { font-weight: bold;
			 							 text-align: center;
                     }
										 
div#content .announcement { color: #660000;
                            font-weight: bold;
														text-align: center;
														}
								 
#nav ul, li { list-style-type: none;
              margin: 0;
							padding: 0;
							}									 
								 
div#nav { position: absolute;
          top: 50px;
					left: 0;
					width: 20%;
					}
							
div#nav a { background-color: transparent;
            background-image: url(cactuspale.jpg);
					  background-position: 0 0;
						background-repeat: no-repeat;
						background-attachment: fixed;
						display: block;
						text-align: center;
						font-weight: bold;
						font-family: Tahoma, sans-serif;
						font-size: 1em;
						padding: 5px 10px;
						margin: 0 0 5px;
						border-width: 0;
						text-decoration: none;
						color: #006600;
						border: solid #c3cbc9 1px;
						}	
						
div#nav a:hover { background-color: transparent;
            	    background-image: url(cactusbg.jpg);
					        background-position: 0 0;
						      background-repeat: no-repeat;
						      background-attachment: fixed;
									color: black;
						      }
									
div.footer {text-align: center;
						}		
		
p.asu-info {font-size: .83em;
						color: #663300;
						}
						
p.page-info {font-size: .75em;
						color: #663300;
						}
						
table img, p.maps img { border: 0;
                        } 
												
#table { text-align: center;
         padding: 0;
				 width: 550px;
				 border-width: 0;
				 margin-left: auto;
				 margin-right: auto;
				 }
				 
#table img {border: 0;
          }
				
#content a { color: #3300cc;
             }
					
	