@charset "UTF-8";
/* CSS Document */

/*####################################
#  Reset                           
#####################################*/
 
* { margin:  0; padding: 0; } 
 
html { height: 100%; }
 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  }
 
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table {
  border-collapse: collapse;
  border-spacing: 0;
  }
 
img { border: 0; }
img { -ms-interpolation-mode: bicubic; }
 
ul, li { 
  list-style-type: none; 
  padding: 0;
  }
 
 
/*####################################
#  Global                       
#####################################*/
 
 
body{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height:16px;
  background-color:#000000;
  text-align:center;
  margin:0;
  padding:0;
}

#global{
  margin:auto;
  width:950px;
}
 
#container{
  width:950px;
  height:650px;
  margin:auto;
  background-image:url(images/bkgnd.jpg);
  text-align:left;
  float:right;
}


/*####################################
#  Fonts                       
#####################################*/

h1{
  font-size:16px;
  color:#c63a2a;
  letter-spacing:normal;
  font-weight:bold;
  padding:0;
  margin:0;
  }
	
  
h2{
  padding:0;
  margin-bottom:5px;
  color:#ffffff;
  font-weight:normal;
  }

  
.footer{
  font-size:9px;
  margin:0;
  padding:0;
  }
  
	.green{
	  color:#1f4e54;
	  }
	  
	 .green a, .green a:hover{
	   color:#1f4e54;
	   }
 
p{
  margin-bottom:5px;
  }
  
  
a{
  color:#3fb9c3;
  }

	a:hover{
	  color:#daeff4;
	  }


/*####################################
#  Divs                       
#####################################*/


#logo{
  width:210px;
  margin:20px 0 -60px 70px;
  position:relative;
  z-index:1;
}

#content{
  width:700px;
  margin:auto;
  z-index:0;
}

		#header{
		  float:left;
		  text-align:left;
		}
		
		
				#title{
				  float:left;
				  width:360px;
				  text-align:right;
				}
				
					#title a{
					  text-decoration:none;
					  }
			
			
				#nav{
				  width:330px;
				  float:right;
				}
				
						#nav ul {			
						}
						
						#nav ul  li{
						  float: right;
						  padding-left:11px;
						}
						
						
						#nav ul a{
						  text-decoration:none;
						  }
						  
						#nav .ul_down, .ul_down a:hover {
						  color:#daeff4;
						  cursor:text;
						}



		
		#top_box{
		  width:700px;
		  background-color:#daeff4;
		  float:left;
		  }
		
				#top_left{
				  width:245px;
				  height:154px;
				  padding:16px 0 0 50px;
				  margin:0;
				  float:left;
				  }
				  
				  	#top_left a{
					  color:#27747a;
					  }
					  
					#top_left a:hover{
					  color:#3fb9c3;
					  }
				  
				  
				
				#top_right{
				  width:320px;
				  margin:0 35px 0 0;
				  float:right;
				  }
		
						.thumb{
						  width:88px;
						  height:66px;
						  border:1px;
						  border-style:solid;
						  border-color:#000000;
						  margin:0 15px 10px 0;
						  float:left;
						  }
		
								.overlay{
								  width:88px;
								  height:66px;
								  display:block;
								  }	
								
								.overlay:hover{
								  background-image:url(images/thumbs/transparency.png);
								  }

		#bottom_box{
	      width:600px;
	      background-color:#000000;
	      padding:10px 50px 0 50px;
		  float:left;
		  }
			
					#bottom_left{
				      width:375px;
					  float:left;
					  }
						
						
					 #bottom_right{
						color:#b9bcbe;
					    width:200px;
						margin-bottom:10px;
						float:right;
					    }
						
								#info_box{
								  background-color:#2d2d2e;
								  width:180px;
								  padding:10px;
								  float:left;
								  }
					 			  
								  
					.col{
					  color:#b9bcbe;
					  width:200px;
					  float:left;
					  }	
					  
					 #filler{
					   width:200px;
					   height:200px;
					   float:left;
					   }
					
										
					
								  
		#footer{
		  width:600px;
		  background-color:#000000;
		  font-size:9px;
		  color:#b9bcbe;
		  padding:50px 50px 50px 50px;
		  float:left;
		  }
		  
		  	#fb_logo{
			  width:68px;
			  float:left;
			  margin-right:10px;
			  }









