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

body {
	background-color: #FFFFCC;
}


#page{
	
	 width:1200px;
	 height:auto;
	 margin:0 auto;
	 background-color: #FFFFCC;
	 
		
}
#header{
	width:1050px;
	height:102px;
}
#header p{
	color:#8A4117;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;

}


#main-contents{
	width:1050px;
	height:600px;
	float:left;
	margin-bottom: 25px;
}

#nav{
	 width:1050px;
	 height:40px;
}
	 
#nav ul li{
	list-style-type: none;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #000;
	padding-left: 17px;
}

#nav ul li a {
	text-decoration:none;
	color: #4e230f;}
	
#nav ul li a:hover{
	background-color:#4e230f;
	color:#ffffcc;
	font-weight:bold;
}


#footer{
	 padding-left:20px;
	color:#8A4117;
	text-align:center;
	margin-top: 25px;
}
#page #footer {
	color: #4e230f;
}
#icons{
	width: 73px;
	height: 230px;
	margin-top: 25%;
	float: left;
}
#inkexress{
	width:100%;
	height:120px;
	float:left;
	margin-top:12px;
	
}
