/* CSS Document */

/*PAGE LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
font-family:Arial;
	/*background-color: #ff00ff;*/
}


#nav
{
	list-style: none;
   	
	width:100%;
	height:32px;
	background-image: url('../images/menu.png')
}

#nav li 
{
float: left;
}

#nav a{
	display:block;
	width:122px;
	height:27px;
/*	background: url(../images/button.png) no-repeat 0 0;*/
	padding-top: 4px;
	text-align: center;
border-right: 1px solid #000;
border-left: 1px solid #000;
}
            
#nav a:link, #nav a:visited 
{
   color:#000;
}
#nav a:hover, #nav a:focus{
	background-color: #fcef60;
	/*color: #8801fe;*/

	font: bold 1em Arial,
}
/*
#nav a:link, #nav a:visited 
{
   color:#000;
}
            

  */          
/*
#nav 
{
	background-image: url('../images/menu.png') ;
}*/
   

.menu2 {
  	z-index:5;
	position: relative;
	top:50%;
}

#animbImg{
	width:30%;
	float:left;
}

#t1{
	text-align:center;
}
#t2{
	text-align:center;
}

div#main p{
	clear:both;
	width:600px;
	margin-left: auto;
	margin-right: auto;
	padding:1px;
}

div#main p:first-letter{
	font: bold 1.5em Arial, Times New Roman, times, serif;
	color: #fcef60;
}