  body {
		font-family:Times New Roman;
		font-size:10pt;
		color:#bbbbbb;

		
		}
  A:{cursor: url(url)}
     a:link {text-decoration: none;  cursor:hand; font-weight:none; color:  #FFFFFF;}
     a:visited {text-decoration: line-through; cursor:hand; font-weight: none; color: #FFFFFF;}
     a:active {text-decoration: none;  cursor:hand; font-weight: none; color: #FFFFFF; }
     a:hover {text-decoration: underline; cursor:hand; font-weight: none; color: #FFFFFF;}
     
  #wrapper {
		width:795px;
		margin:0px auto;
		border:1px solid #ffffff;
		padding:0px;
		background-repeat:no-repeat;
		background-position: top left;
		background:#000000;
		
	}
	
	#header{
		width:780px;
		height:110px;
		margin:0px auto;
		background:#000000;
		text-align:center;
		margin-top:5px;
	}
	
	#content {
		margin-top:5px;
		padding-bottom:0px;
	}
	/* applies to all divs within the content div */
  #content div {
		border:0px solid #FF0000;
    		margin-right:0px;
    		

	}
  #content-nav {
     margin-top:0px;
     margin-bottom:0px;
     padding:5px;
  	width:780px;
  	height:25px;
  	background:#000000;
  	font-size:16pt;
  	text-align:center;
  	float:center;
  	
	}
  #content-main {
          padding:5px;
		margin-top:2px;
		width:780px;
		float:center;
		background:#000000;
		font-color:#bbbbbb;
		font-size:14pt;
		text-align:justify;
		


	}
	
#content-intro {
     margin-top:0px;
     margin-bottom:0px;
     padding:5px;
  	width:215px;
  	background:#000000;
  	float:left;
  	text-align:justify;
	}
	
	
  #footer {
  		position:bottom
		float:left;
		margin-top:5px;
		margin-bottom:0px;
    padding:5px;
    border:0px solid #FF0000;
    background: #000000;
    width:780px;
    height:20px;
    font-size:8pt;
    text-align:center;
    clear:both;
	}