/* Page */

html 	{	}
body	{ background-color:#CCC;
			background-image:url(../images/last-box-background.jpg);
			background-repeat:repeat;
			background-attachment:scroll; }

/*Tags */

h1 		{ font-size:24px; color: #930; text-align:center; }

h2 		{ font-size:20px; color:#C0F; text-align:center; }

p       { color:#000; font-size:16px; line-height:150%;
					margin:30px; font-family:"MS Serif", "New York", serif }
					
a       {  color:#000; font-size:12px; line-height:000%; font-weight:bold; 
					margin:0px; font-family:"Times New Roman", Times, serif }

ul      {  }

ul li	{ color:#000; font-size:12px; }

		
/* DIVs */

#wrapper 			{ width:900px; margin:0 auto; background-color:#CCC;  }

#top	 			{ margin:10px; padding:10px; }

#topnav 			{ clear:both;  }
#topnav ul			{ border-top:2px #000 solid; border-bottom:2px #000 solid;
						margin:0px ; padding:10px ; }
#topnav ul li		{ display:inline;	}
#topnav ul li a		{ padding:10px;	}

#topnav a:link			{ color: #000;  }
#topnav a:visited		{ color: #000;  }
#topnav a:active		{ color: #000;  }
#topnav a:focus			{ color: #666;  }
#topnav a:hover     	{ color: #33FF00;  }

#content			{ width:800px; float:left; }
#content iframe		{ margin:0px 0px 30px 200px; }
#content img		{ margin:0px 0px 30px 50px; }

#footer 			{  clear:both; margin:20px 0; border-top:1px #ccc solid; 
						padding-bottom:20px; }
/* Class IDs  */

.footer-text	{ font-size:14px; font-style:normal; color:#000; text-align:center;  }