/* CSS Document */
@charset "utf-8";
 
 
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/main/bg.jpg);
	background-repeat: repeat;
	background-color: #382A27;
	
}
 
 
#wrap {
	width: 1001px;
	height: auto;
	padding: 0px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
}
 
/*---------------------------------------------------------HEADER-------------------------------------------------------*/
 
#header {
	height: 298px;
	width: 1001px;
	background-image: url(../images/main/header.png);
	background-repeat: no-repeat;
}
 
/*---------------------------------------------------------NAV-------------------------------------------------------*/
 
#nav {
	height: 57px;
	width: 1001px;
	margin: 0px;
	background-color: #FAF8EB;
	background-image: url(../images/main/nav.png);
}
#nav ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 55px;
}
#nav ul li {
	float: left;
	list-style-type: none;
	margin-top: 7px;
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	color: #353F33;
	margin-right: 12px;
	margin-left: 12px;
}
#nav ul li a {
	color: #42151F;
	text-decoration: none;
}
#nav ul li a:hover {
	color: #973147;
	text-decoration: none;
}
#index_text p {
	font-family: "Comic Sans MS", cursive;
	color: #F0F2EC;
	margin: 0px;
	padding-left: 65px;
	width: 450px;
}
#text ul {
	color: #F5F7F2;
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	clear: left;
	padding-left: 75px;
}

#text p{
	font-family: "Comic Sans MS", cursive;
	color: #F0F2EC;
	margin: 0px;
	padding-left: 65px;
	padding-right: 65px;
}

#text p a {
	color: #D4F2EC;
}








 
/*---------------------------------------------------------BODY-------------------------------------------------------*/
 
#container {
	width: 1001px;
	min-height: 500px;
}

 
#content {
	width: 1001px;
	height: auto;
	background-image: url(../images/main/content.png);
}
 
p  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3D4E3B;
	padding-left: 10px;
	padding-top: 5px;
}
 
p a {
	color: #3F503D;
	text-decoration: none;
}
 
p a:hover {
	color: #CC6E64;
	text-decoration: underline;
}
 
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FAF8EB;
	padding-left: 65px;
}
 
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #3D4E3B;
	text-decoration: none;
}

#index_image {
	position:absolute;
	left:535px;
	top:291px;
	width:405px;
	height:310px;
	z-index:1;
}
 
/*---------------------------------------------------------CLEAR-------------------------------------------------------*/
.clear {
	clear:both;
	height:1px;
}
 
/*---------------------------------------------------------FOOTER------------------------------------------------------*/
 
#footer {
	float: left;
	width: 1001px;
	margin: 0px;
	text-align: center;
	background-image: url(../images/main/footer.png);
	padding: 0px;
	height: 184px;
	clear: left;
}
 
#footer a {
	text-decoration:none;
	color:#FAF8EB;
}
 
#footer a:hover {
	text-decoration:none;
	color:#3C4D3B;
}
