/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #d3c8ba;
	text-align: center;
	margin: 0 0 0 0;
	font-family: Arial, Verdana, Tahoma, Geneva, Georgia, sans-serif;
	font-size: 12px;
	color: #5A5A5A;
	 
	
}

#wrapper {
	width: 698px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	
}

#header {
	background-image: url(img/header.jpg);
	height: 38px;
	width: 698px;
	background-repeat: no-repeat;	
   padding-top:243px;
}


#navi {
	margin-left: 10px;
	margin-right: 10px;
	height: 2px;
	text-align: center;
	padding: 10px 0 10px 0;
	color: #4A280F;
	font-weight: bold;
}

#navi a {
   color: #4A280F;
	padding: 10px 25px 10px 25px;
	text-decoration: none;
	font-weight: bold;
	margin-top: 10px;
	text-decoration: none;
	font-weight: bold;
}

#navi a:hover {
	color: #FFF;
	background-image: url(img/navi_over.jpg);
	background-repeat: repeat-x;
}

#content_top {
	background-image: url(img/content_top.jpg);
	height: 16px;
	width: 698px;
}

#content {
	background-image: url(img/content_bg.jpg);
	background-repeat: repeat-y;
	padding-left: 12px;
	padding-right: 12px;
}

#footer {
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 658px;
	height: 56px;
	padding-left: 20px;
	padding-right: 20px;
	color: #FFF;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFF;
	background-color: #F79B2E;
}

h1 {
	color: #756955;
	font-size: 13px;
}

h2 {
	background-color: #756955;
	color: #EFE8E1;
	font-size: 13px;
	
}

.header {
	background-color: #F79B2E;
	color:  #FFF;
	font-size: 13px;
	display: inline;
}

a {
	color: #F38A08;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

/* content index */

#content_left {
	width: 428px;
	float: left;
	
}

#content_right{
	width: 215px;
	
	border: solid 1px #80715F;
	background-color: #DACDC0;
	padding: 0 5px 5px 5px;
	
	margin-left: 443px;
	}

	
#content_right a {
	color:#4E2B12;
	text-decoration: none;
}

#content_right a:hover {
	text-decoration: underline;
}
	
img {
	border: 0px solid #FFF;
}

/* content partner*/

#content_partner_left{
	width: 300px;
	float: left;
   text-align: center;
	
	}

#content_partner_right{
	width: 300px;
	float: right;
	text-align: center;

	
}

.input, .submit {
	background-color: #756955;
	color: #FFF;
	border: 1px solid #FFF;
}
