#menu
{
	width: 800px;
	height: 130px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	background:url(../images/logo.jpg) center;
} 

body
{
	margin:0;
	padding:0;
	background:url(../images/img01.jpg) repeat-x left top;
	font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666
}     

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #F49500;
}

h1 {
	text-transform: uppercase;
	font-size: 18px;
}

h2 {
	text-transform: uppercase;
	font-size: 14px;
}

h3 {
	text-transform: uppercase;
	font-size: 12px;
}

p, blockquote, ul, ol {
	line-height: 15px;
	font-size:12px;
	text-align: justify;
}


#contanier
{
margin-left:auto;
margin-right:auto;
margin-top:0px;
margin-bottom:0px;
padding:0;
}
#button {
top:0px;
margin-top:5px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
height: 30px;
width: 850px;
}
#button ul{
margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:0px;
padding:0;
list-style:none;



}

#button li{
display:inline;


}

#button a
{
	display:block;
	background:url(../images/img02.jpg) no-repeat;
	width:100px;
	border-bottom: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #FFFF66;
	border-top: solid 1px #FFFF66;

	margin-right:14px;
	margin-left:26px;

	padding-top:5px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:5px;
	float:left;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	word-spacing:4px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	
	background-color: #000000;
	visibility: visible;

 }
#button a:hover
{
background-color:#000;
	border-bottom: solid 1px #FFFF66;
	border-left: solid 1px #FFFF66;
	border-right: solid 1px #000000;
	border-top: solid 1px #000000;
	padding-top:3px;
	padding-left:-0px;
	padding-right:0px;
	padding-bottom:7px;
	color: #990000;
}
#menu2 {
	width: 760px;
	height: 50px;
	margin: 0 auto;
}

#menu2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu2 li {
	display: inline;
}

#menu2 a {
	display: block;
	float: left;
	padding: 17px 20px 0 20px;
	background: url(../images/img03.gif) no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #D8D8D8;
}

#menu2 a:hover {
	color: #FFFFFF;
}

#menu2 .first a {
	background: none;
}

#content {
	width: 800px;
	margin: 0 auto 20px auto;
	padding: 20px;
	background: #FFFFFF url(../images/img04.jpg) repeat-x left bottom;
}
#content p
{
font-size:12px;

}

#footer {
	height: 100px;
	padding: 20px;
	background: #FFFFFF;
}
#footer p {
	text-align: center;
	color: #999999;
}
