/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px;
	background: #442a14 url(http://www.pioneerhostel.com/images/bg-top.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #787878;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
}
img {
border:none;
}
h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	padding-right:10px;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #442A14;
}

 a #underlined {
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	color: #442A14;
}
a:hover {
	background: none;
}

#wrapper {
	width: 648px;
	margin: 0 auto;
	padding: 20px;
	background: transparent url(http://www.pioneerhostel.com/images/content-top.png) no-repeat top center;
}

/* Header */

#header {
	width: 800px;
	height: 375px;
	margin: 0 auto;
	padding-right:100px;
	background: transparent url(http://www.pioneerhostel.com/images/header.png) no-repeat top;
}

/* Menu */

#menu {
	width:800px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	

}

#menu ul {
	margin: 0 0 0 120px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	padding: 17px 10px 3px 10px;
	text-transform: lowercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: none;
	border-bottom: 2px solid #814F25;
}



/* Content */

#content_main {
	float: left;
	width: 610px;
	padding: 0px 60px 0 30px;
	margin-top:20px;
	background:transparent url(http://www.pioneerhostel.com/images/content-bg.png) repeat-y left top;
	
}
#foot-wrap {

	width: 620px;
	padding: 0px 0 0 28px;
	margin: 0 auto;
	height:55px;
	background: url(http://www.pioneerhostel.com/images/footer-bottom.png) no-repeat left top;
	
}


/* Footer */

#footer {
	width: 100%;
	height: 150px;
	margin: 0px 0px 0px -20px;
	float:left;
	position:absolute;
	padding: 0;
	background: transparent url(http://www.pioneerhostel.com/images/bg-bottom.jpg) repeat-x; 
	background-position:bottom;
	font-family: Arial, Helvetica, sans-serif;
	color: #B2B2B2;
}


#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	background:transparent url(http://www.pioneerhostel.com/images/footer-bottom.png);
}

#footer a {
	color: #442A14;
}
#footer a:hover {
	color: #814F25;
}