﻿body 
{
    margin:0px;
    background-color:#ffffff;
}

.top 
{
    background:url(images/top.jpg) no-repeat bottom;
    margin:0px;
}
.center 
{
    background:url(images/middle.jpg) repeat-y;
    margin:0px;
}
.bottom 
{
    background:url(images/bottom.jpg) no-repeat;
    margin:0px;
}
.content_top 
{
    background:url(images/content_top.jpg) no-repeat bottom;
    margin:0px;
}
.content_center 
{
    background:url(images/content_center.jpg) repeat-y;
    margin:0px;
}
.content_bottom 
{
    background:url(images/content_bottom.jpg) no-repeat;
    margin:0px;
}
form{
	width:255px;
	height:70px;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
}
form input.search{
	border:#000 solid 1px;
	width:200px;
	height:20px;
	padding:2px;
	color:#999;	
}
form input.search_btn{
	background:url(images/search_btn.png) no-repeat;
	float:right;
	width:78px;
	height:25px;
	padding:2px;
	color:#915243;
	border:none;
}
.nav a
{
    color:#ffffff;
    text-decoration:none;
    padding-left:10px;    
}
.footer
{
    background:url(images/footer.jpg)repeat-x;
    height:52px;
    color:#ffffff;
    text-align:center;
}
