/* CSS Document */


*{magin:0px; padding: 0px;}
html {height: 100%;}

body {
   		
   font-family:verdana;   
   font-size: 11px;
   color:#FFFFFF;
   background-image:url(images/bg_graphic3.jpg);
   background-repeat:repeat-x;
   background-color:#000000;
}

#header{
   position:relative;
   margin:auto;   
   width:960px;
   background-image:url(images/header_bg.jpg);
   background-repeat:no-repeat;
   margin-top:-7px;
   margin-bottom:0px;
   border-bottom:solid 4px #000000;
}

.Nav{
    /*position:relative;*/
	float:right;
    margin-right:25px;
    margin-bottom:0px;

}

.Nav-Left{
    /*position:relative;*/
	float:left;
    margin-left:35px;
	margin-bottom:0px;

}


#page{
   position:relative; 
   margin:auto; 
   margin-top:0px;
   width:960px;
   height:680px;
   background-image:url(images/page_bg.png);
   background-repeat:repeat-y;
}


#contentTop{
   position:relative; 
   margin:auto;
   margin-top:0px;   
   width:600px; 
   height:25px; 
   background-image:url(images/pg_top_bg.png);
   background-repeat:no-repeat;

}

#contentPage{
   position:relative; 
   margin:auto; 
   width:600px;
   background-image:url(images/cont_page_bg.png);
   background-repeat:repeat-y;
}

#contentFooter{
   position:relative; 
   margin:auto;
   margin-top:0px;   
   width:600px; 
   height:33px; 
   background-image:url(images/pg_footer_bg.png);
   background-repeat:no-repeat;

}


   


.mainEdge{
   margin-left:35px;
   margin-right:5px;
}

.leftSide{
    /*position:relative;*/
	float:left;
	width:290px;
	margin-top:0px;
	margin-left:25px;
}

.rightSide{
    /*position:relative;*/
	float:right;
	width:610px;
    margin-top:0px;
    margin-right:35px;
}

#footer{
   position:relative; 
   margin:auto;
   margin-top:0px;   
   width:960px;  
   height:53px;
   background-image:url(images/footer_bg.png);
   background-repeat:no-repeat;
   border-top:solid 4px #000000;

}

#footer-content{
   color:#ffffff;
   font-size:10px;
   font-family:Verdana;
   margin-top:0px;
   margin-left:35px;
}


.headings{
     font-family:Verdana;
	 font-size:18px;
	 font-weight:bold;
	 color:#FFFFFF;   
}
a.main-nav:link{
   color:#FFFF99;
   text-decoration:none;
}


a.main-nav:visited{
   color:#FF6666;
   text-decoration:none;

}

a.main-nav:active{
   color:#FFFF99;
   text-decoration:none;
}

a.main-nav:hover{
   color:#FFCC00;
   text-decoration:underline;
}

