body 
{ 	margin: 0px;
	font-family: "Arial";
	font-size: 12px;
	color: #768D90;
	background: #002231;
	line-height: 20px;
}

a {
	color: #fff;
	text-decoration:none;
	}

a:hover {
	text-decoration:none;
	color: #DDECEF;
	}
	
/* Container */

#container { width: 62%;
				 margin-top: 20px;
				 margin-bottom: 20px;
				 margin-left: auto;
				 margin-right: auto;
				 background: #253e48;
				 border: 4px solid #002020;}
				 
/* Header */

#header {height: 243px;
			margin-top: 0px;
			padding-top: 0px;
			background: url(../images/lesmistac.jpg);}
			
#header h1 {margin-top: 0px;
            padding-top: 3px;
            padding-bottom: 3px;}			
			
#header ul {font-size: 15px;
				font-weight: bold;
				font-family: "Century Gothic";
	    		padding-top: 195px;
	    		text-align: center;}

#header li {display: inline;
	    		padding-left: 10px;
  	    		padding-right: 15px;
  	    		padding-top: 5px;
  	    		line-height: 30px; }
  	    		
#header a, a:link, a:visited, a:active {color: #768D90; font-weight: bold; text-decoration: none; text-transform: uppercase;}

#header a:hover {color: #406060;}  	  	      	    		
  	    		
/* Content */

#content {padding: 8px 15px 0px 15px;
			 text-align: left;}

#content h2 { padding-bottom: 3px;
				  color: #002020;
				  font-family: "Century Gothic";
	    		  font-size: 15px;
	    		  font-weight: normal;
	    		  text-align: left;
	    		  text-transform: uppercase;
	    		  border-bottom: 1px solid #416A76;
	    		  letter-spacing: 1px;}
	    		  
#content h4 {font-size: 15px;
				 font-weight: bold;
	    		 color: #000;
	    		 text-transform: uppercase;}	    		  

#content a, a:link, a:visited, a:active {color: #406060; text-decoration: none; text-transform: none; font-weight: bold;}

#content a:hover {color: #D9E4E5; border-bottom: 1px solid #416A76;} 

b, i { color: #002020;}

/* Footer */

#footer {padding: 5px 5px 8px 5px;
			margin: 0px 15px 0px 15px;
			 font-family: "Century Gothic";
			 font-size: 11px;
			 text-align: center;
	    	 text-transform: uppercase;
			 border-top: 1px solid #416A76;}	
	    	 
#footer a, a:link, a:visited, a:active {color: #406060; text-decoration: none;text-transform: uppercase; font-weight:normal;}

#footer a:hover {color: #D9E4E5; border-bottom: 1px solid #416A76;text-transform: uppercase; font-weight: normal;}	    	 
				 
