/* CSS Document */
body {background-color: #000000;
      margin: 0px;
	  margin-top: 0px;}
#navigation {
	background-repeat:repeat-x;
	background-image:url(navigation_background.jpg);
	height: 177px;}
#subnavigation {height: 150px;
                text-align:center;}	
#header {}
#index{width:600px;
       text-align:center;
	   height:600px;
	   float:none;
	   position:relative;
	   margin: 0px;
	   padding:0px;}
#content { text-align:center;
           height: 850px}
.left {float:left;}

#footer { text-align:center;}
a:link {color: #CCCCCC;
	    text-decoration: none;}
a:visited {text-decoration: none;
	       color: #CCCCCC;}
a:hover {text-decoration: none;
	     color: #FFFFFF;}
a:active {text-decoration: none;
	      color: #666666;}
h1 { font-family: Georgia, "Times New Roman", Times, serif;
     font-size:20px;
	 line-height:22px;
	 color: #CCCCCC;}
h2 { font-family: Georgia, "Times New Roman", Times, serif;
     font-size:15px;
	 line-height:18px;
	 color: #FFFFFF}
h3 {}
h4 {font-family: Georgia, "Times New Roman", Times, serif;
     font-size:20px;
	 line-height:22px;
	 color: #FFFFFF;}
h5 {font-family: Georgia, "Times New Roman", Times, serif;
     font-size:15px;
	 line-height:22px;
	 color: #FFFFFF;}
h6 {font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 12px;
	color:#CCCCCC;}
p { line-height:10px;}
