<style type="text/css">
*{}

*{ 
   margin:0; 
   padding:0; 
} 

h1,h2,h3,h4,h5,h6{
					font-size:11px;
					font-weight:light;
}

p{
	color:#fff;
	font-family:tahoma;
	font-size:11px;
}

td
{
	font-size:11px;	
}


a{
  font-size:11px;
  color:#fff;
  text-decoration:none;
}

a:link{
  		text-decoration:none;
}
 
a:visited{
  		text-decoration:none;
}
 
a:hover{
  		text-decoration:underline;
} 

a:active{
  		text-decoration:none;
}
 
html  { 
   height:  100%; 
   width:100%;
   background:#fff;  
   margin:0; 
   padding:0;    
   background:#000 url(../images/back.jpg) repeat-y top center;   
} 
 
body{ 
   position:  relative; 
   height:  auto  !important; 
   height:  100%; 
   min-height:  100%; 
   min-width:600px;   
   FONT-FAMILY: tahoma; 
   color:#FFFFFF;  
   background: url(../images/bott.jpg) no-repeat center bottom;       
   text-align:center;
	
} 
 
 .all{
	 width:100%;
	 position:relative;
   	 padding-bottom: 310px;	 
	 min-height:330px;
   	 height:  auto  !important; 
  	 height:  330px;  	 
   	 background: url(../images/top.jpg) no-repeat center top;
/*	 border:3px solid blue;*/	 	 
 }

/*---CONTENT---*/

.content{
		position:relative;
		margin:0 auto;
		top:150px;
		 width:600px;
		 text-align:center;
/*		 border:3px solid green;*/		 
}

.main{
		width:500px;
		text-align:justify;
		position:relative;
		margin:0 auto;
}

#text{
		position:absolute;
		font:normal 11px Tahoma;
		color:#E4D9BC;
		width:600px;
		left:50%;
		margin-left:-300px;
		text-align:center;
		margin-top:112px;
}

.nav{
	position:relative;	
	height:25px;
	text-align:center;	
	margin:0 auto;
	margin-bottom:15px;
/*	border:3px solid red;*/	
}

.nav a{
	color:#E4D9BC;
	text-decoration:none;
	text-transform:uppercase;
	padding-top:5px;
	padding-bottom:5px;	
	font-size:12px;	
	height: 25px;
	line-height: 25px;
}

.nav a:link{
	text-decoration:none;
}

.nav a:visited{
	text-decoration:none;
}

.nav a:hover{
	background:#590000;
	text-decoration:none;
}

.nav a:active{
	text-decoration:none;
}

ul{	
	position:relative;	
	height:25px;
   	list-style-type: none;
   	overflow:hidden;
/*	border:solid 3px red;*/	
}

ul li{
	float: left;
    text-align:center;  
}

/*---CONTANT END---*/

/*---FOOTER---*/

.footer { 
   	position: absolute; 
	bottom:0px;
	width:600px;
	left:50%;
	margin-left:-300px;
	height:105px;
	color:#999;
/*	border:3px solid red;*/	   
} 

.footer p{
			padding-bottom:3px;
			color:#E4D9BC;
}

.footer a{
			color:#E4D9BC;
}

/*---FOOTER END---*/

.clear{
	   clear:both;
}
</style>
