body {
	margin:0px;
	padding:0px;
  	background-color:black;
	color: #FFFFFF;
	font-family: Arial,"San-serif";
	font-size: 0.9em;
}

#wrapper {
	width:800px;
	margin:0 auto;
        background:url('images/fruitban.jpg') top center repeat-y;
	
}


h1 {
	text-align: center;	
	font-size:0px;
	height:150px;
	background:url("images/Red_Fox_Pitayas_Dragon_Fruit.png") no-repeat center center;
	color:#000000;
}

#menu {
	width:700px;
	margin:0 auto;
        height: 30px;
}
  	
#menu ul {
	margin:0px;
	padding:0px;
}

#menu li {
	list-style-type:none;
	float: left;
        background: #9c0101 url("style-images/button.png") no-repeat center center;
        text-align: center;
        text-decoration: none;
}

#menu li a {
	display:block;
        height: 23px;
	text-decoration:none;
	font-weight:900;
	padding-top:7px;
        width: 100px;
	color: #FFFAF0;
}

#menu li a.first {
	background-image: url("style-images/first.png")
}

#menu li a.last {
	background-image: url("style-images/last.png")
}

#content {
	width: 700px;
	margin:0 auto;	
	padding: 10px;
}

#footer {
	clear:both;
	text-align:center;
	margin-bottom:2px;
}

#footer a {
	color:#FFFAF0;
	text-decoration:none;
}

h2,h3,h4,h5	{
	text-align: center;
	color: #FFFAF0;
	font-family: Arial,"San-serif";
	font-size: 1.5em;
}      
h6
{
        color: #ff0000;
	text-align: center;
	font-family: Arial,"San-serif";
	font-size: 1.5em;
}
label input  {
	display:block;
}
	
.block 	{
	display:block;
}

img	{
	border:2px solid #FFFAF0;
}

p  {
	line-height: 30px;
}

.right {
	float:right;
	margin:20px;
}

.left {
	float:left;
	margin:20px;
}
.center {
   margin:0 auto;
} 
