/* DAM HOME PAGE CSS */

body	{ background-color:#330101;}
	
		 
/* this holds the entire content of the home page*/
#contentcontainer	{ background-image:url(../images/homepage_image2.jpg);
					  background-repeat:no-repeat;
					  width:799px;
					  height:539px;
					  margin: 1em auto;
					  border:1px solid #000;
					  }

/*this is the navigation*/					  
#nav				{ font-family:Arial, Helvetica, sans-serif;
				      font-size:12px;
					  text-align:right;
					  color:#fecf71; /* light yellow*/
					  margin: 390px 365px auto auto;
					  }

#nav ul				{ list-style:none;
					  list-style-image:none;
					 
					  
					 }

#nav li				{ font-size: 22px;
											
					   }
					   
#nav a:link, #nav a:visited {
							  font-size:36px;
							  color: #efefef;
							 text-decoration:underline;
							 font-weight:bold;}
							 
#nav a:hover, #nav a: visited {font-size:36px; color:#f3cf71;text-decoration:none;}
/*#nav li				{ line-height:1.9em;}

#nav a:link, #nav a:visited	{ font-family:Arial, Helvetica, sans-serif;
					  font-size:12px;
					  color:#fecf71;/*light yellow
					  text-decoration: none;}
					  
#nav a:hover, #nav a:active	{ color:#FF6600; /*orange
 					  text-decoration:underline;}*/



/*this is the footer*/

#footer				{ font-family:Arial, Helvetica, sans-serif;
					  font-size:10px;
					  color:#660000; /* deep red*/
					  text-align:center;
					  width:auto;
					  height:31px;
					  background-color:#FF9933;/*orange*/
					  padding:2px;
					  margin-top:15px;
					 
					  }

#footer a:link, a:visited	{color:#990000;/*red*/
							 text-decoration:none;}
							 
#footer a:hover, a:active	{color:#FF6600; /*orange*/
							 text-decoration:none;} 



#cr			{color:#fecf71;/*light yellow*/
		     font-family:Arial, Helvetica, sans-serif;
			 font-size:9px;
			 margin: 20px auto;
			 text-align:center;
			
			}
