@charset "UTF-8";
/* CSS Document */


p 	{font-family:'Arapey', Times New Roman, Lucida;
	font-size:18px;}

#wrap {
    width:370px;
	height: 300px;
	position:absolute;
	left:0;
	top:0;
	font-family:'Arapey', Times New Roman, Lucida;
	font-size:15px;
	color:#000000;
	line-height:18px;
	}

#header{
	width:370px;
	height:180px;
	float:left;
	font-family:'Arapey', Times New Roman, Lucida;
	font-size:18px;
	   margin-top:10px ;
}

#footer
{   padding:10px;
    margin-left:0px;
   margin-top:10px ;
    background-color:#c7856e;
    width:300px;
    float:left;
    color:#000000;
    text-align:left;
    font-family:'Arapey', Times New Roman, Lucida;
    font-size:18px;
}


#footer p
{   
    color:#000000;
    font-family:'Arapey', Times New Roman, Lucida;
    font-size:18px;
}

#footer a
{  
	color:#000000;
	text-decoration: underline;
    font-family:'Arapey', Times New Roman, Lucida;
	font-size:18px;
}

h4{  
	color:#000000;
    font-family:'Anaheim', Times New Roman, Lucida;
	font-size:22px;
}



