/* CSS Document */
/**************************
Copyright 2008
Pro Active Multimedia, LLC
http://www.proactivemultimedia.net
**************************/


	/* -- GENERAL REDECLARATIONS ---------------------------------------- */
* {margin-top:0} /*This gets rid of the top margin without affecting the margin throughout the design*/
* {margin-bottom:0} 
body {
background-color: #993300;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color: #993300;
line-height:17px;
}



#container{background-color:#FFFFCC;
width:780px;
margin:auto;}

.bottom{
font-family:Arial, Helvetica, sans-serif;
font-size:9px;}

a:link {color: #003300; font-size:12px; text-decoration:none;}
a:hover {color:#993300; font-size:12px; text-decoration:underline;}
a:visited {color:#003300; font-size:12px; text-decoration:none;}


a.credit_bottom:link {color:#993300; font-size:9px; text-decoration:none;}
a.credit_bottom:hover {color:#993300; font-size:9px; text-decoration:underline;}
a.credit_bottom:visited {color:#993300; font-size:9px; text-decoration:none;}


.back {background:url(images/main_back.jpg) repeat-y);
