/* CSS Document */
 
/* GLOBAL STYLES  */

body {
       background-color:#000000;
	   font-family:verdana;
	 }
	 
img {
     border:none;
	 margin:0;
	 padding:0;
	}
	
#container {
             width:610px;
			 margin:0 auto;
			}		 
	 
#header     {
              width:610px;
			  clear:both;
			  height:51px;
			  margin:0;
			  padding:0;
			 
			 }
			 
			 
#menu {
        width:610px;
		padding:0;
		margin:0;
		height:69px;
	}
	  
#menu a {
         margin:0;
		 padding:0;
		 
		 }

#content { background-image:url(images/cont_backgr.gif);
           background-repeat:repeat-y;
           width:610px;
		   margin-top:-3px;
		   padding:0;
		   
		  
		  
		   }
#content p	{
             color:#84A0A9;
			 font-size:12px;
			 width:510px;
			 clear:both;
			 margin:15px auto;
             }
.textclass	{
             color:#84A0A9;
			 font-size:12px;
             }			 
#content a {
             color:#fff;
			 text-decoration:none;
           }
		   
#content a:hover {
                    color:#FFFFFF;
					text-decoration:underline;
				 }
			
			 		   			 
			 	   
#round_header{
              background-image:url(images/round_header.gif);
			  width:580px;
			  height:30px;
			  margin-left:auto;
			  margin-right:auto;
			  margin-top:2px;
			  
			  
			  }
			  
			  
#round_header.bottom{
              background-image:url(images/round_header.gif);
			  width:580px;
			  height:30px;
			  position:relative;
			  top:10px;
			  margin-left:auto;
			  margin-right:auto;
			  
			  }			  
			  
#round_header span{
              color:#FFFFFF;
			  font-family:verdana;
			  font-size:11px;
			  font-weight:bold;
			  margin-left:10px;
			  position:relative;
			  top:6px;
			  }	
			  
#photos_content{
         background-image:url(images/photos_back.gif);
         width:578px;
         height:143px;
		 margin-left:auto;
		 margin-right:auto;
		 margin-top:10px
 }
 
 
 
 #photos_content img  {
           margin-right:10px;
           margin-top:20px;
		   }
		   
		   
#form_area {
               width:510px;
			   clear:both;
			   margin:10px auto;
			   color:#84a0a9;
			   font-weight:bold;
			   font-size:10pt;
			 
		   }		   
		   
#form_left {
             width:260px;
			 float:left;
			 margin-bottom:10px;
			
			
		   }


		   
#form_right {
            
			 float:left;
			 width:100px;
			}
		   
#form_area input {
                   background-color:#0a2b37;
                   border:1px solid #0a2b37;
				   margin-top:10px;
				   color:#84a0a9;
				   width:220px;
				 }
				 
#form_area textarea {
                   background-color:#0a2b37;
                   border:1px solid #0a2b37;
				   margin-top:10px;
				   color:#84a0a9;
				   width:480px;
				   overflow:hidden;
				 }

				   
				   
#form_area input.submit {
								width:167px;
				                height:53px;
								background: transparent url(images/send.gif);
								border: none;
								cursor : pointer;
                             }				   				 		   		   		   
   


#footer { background-image:url(images/bottom_backgr.gif);
		   width:607px;
		   height:45px;
		   margin-top:5px;
		   padding:0;
  }
  
#footer p {
            color:#679CAB;
			font-size:12px;
			font-weight:bold;
			position:relative;
			top:7px;
			margin-left:18px;
		  }
		  
#footer p span {
                 color:#FFFFFF;
			   }		    
			  		
#footer img {
              position:relative;
			  left:160px;
			  top:5px;
			  }
					  		   
#clearer {
     clear:both;
	 }		 	  			 			 			 	 
