/*****************************
* Global                     *
******************************/
* {
	font-family:arial, helvetica, sans-serif;
}

body {
	background: #0d151d;
	background-repeat: no-repeat;
	background-image: url();
		
}
/******************************
* Header & Menu *
******************************/

#header {
	width: 950px;
	background-image: url(logo2.gif);
	background-repeat: no-repeat;
	margin-left:10px;
	float: left;
	
}

.title {
	height: 40px;
	font: italic 2em "Times New Roman", Times, serif;
	color: #fff;
	padding-top: 20px;
	background-color: #0d151d;
	text-shadow: 2px 2px 2px #000;
	margin-left: 66px;
}

.menu {
	height: 25px; 
	color: #4a79c0; 
	padding-left: 10px;
	margin-left: 35px;
	
	
}

.menu a {
	color: #f1c93d; /* #A17D63; */
	font-size: 14pt;
	text-shadow: 2px 2px 2px #000;
	text-decoration: none;
}

.menu a:hover {
	color: #fff; /* #29bbdf; */
	font-size: 16pt;
	
}

/********************************	
* Body *
*********************************/
	
.lfpix {
	
	z-index:1;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
}

.main {
	position: absolute;
	top: 120px;
	height: 400px;
	width: 450px;
	left: 500px;
	font-size: 12px;
	background: #fcfaf2 no-repeat scroll top left;
	border: 3px solid #101a2e;
}

.main img {
	float: left;
	clear: left;
	margin-right: 1em;
}

.main h1 {
	font-size: 14px;
	font-weight: normal;
	color: #0b1b29; /* #173d61; */
	width: 370px;
	padding-top:20px;
	margin-left: 35px;
	text-align: center;
}

.main h2 {
	font-size: 14px;
	font-weight: normal;
	width: 370px;
	margin-left: 40px;
	text-align: justify;
}

.main h3 {
	font-size: 12px;
	font-weight: normal;
	width: 370px;
	margin-left: 10px;
	text-align: justify;
	
}



.main2 h4 {
	margin-left: 95px;
			
}

.main3 h4 {
	margin-left: 55px;
			
}

.main4 h4 {
	padding-left: 55px;
			
}

/******************************
* Thumbs *
******************************/

 .thumb {
	padding-top:10px;
	float:left;	
}

 .thumb a {
	color: #000;
	text-decoration: none;
		
}

 .thumb a:hover {
	color:#dc3242;
		
}

 .thumb img {
	padding: 5px;
	width: 75px;
	height: 65px;
	border: 2px solid #0d151d;
	
	
}

 .thumb img:hover {
	border: 2px solid #dc3242;
}

 .ttext {
	padding-top:3px;
	padding-left:7px;
	height: 10px;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	float:left;
	
}


.footer {
	clear: both;
	left: -1em;
	border-top: 2px solid #29bbdf;
	margin-top: 60px;
	margin-right: 10px;
	padding-top: 30px;
	font-size: .75em;
	color: #ffffff;
	text-align: right;
	
}

.footer a {
	color: #f1c93d;
	text-decoration: none;
}
