/* DAM HOME PAGE CSS */

body	{ background-color:#330101;/*#101214;deep blue*/}
	
		 
/* this holds the entire content of the home page*/
#contentcontainer	{ background-image:url(../images/homepage_image2.jpg);
					  background-repeat:no-repeat;
					  width:799px;
					  height:550px;
					  margin: 1em auto auto 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: 190px 365px auto auto;
					  }

#nav ul				{ list-style:none;
					  list-style-image: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*/
					  margin:auto;
					  margin-top:170px;
					  _margin-top:167px;
					  padding:2px;
					 
					  }

#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: 30px 310px 0 auto;
			 *margin-right:330px;
			 _margin:5px 60px 0 auto;
			 float:right;}