/* Style sheet for descriptive pages in small-hostels.com stylesUK.css */
/* Starts from style sheet of UK trail and modifoed */
		body {
			font-family: verdana,arial;
			font-size: 13px;
			text-align: justified;
		}

		body.descrip	{
			background-color: #f9fbf0;
		}
		#descpage {
			padding: 25px;
			position: absolute;
			left: 160px;
			top:100px;
			color: #404040;
		}
		#landpage {
			padding: 25px;
			position: absolute;
			left: 160px;
			top:100px;
			color: darkgreen;
		}
		.threecol {
		/* Used as class for div descpage when 3 cols used */
			right: 180px;
		}
		.entryform {
		/* Used to delineate form for users to enter data */
			border-width: 2;
			border-color: #B2CC80;
			background-color: #D8CC90;
		}
		.entryform td {
			font-weight: bold;
			font-size: 12px;
		}
		
		
		#sidecolumn {
			position: absolute;
			left: 0px;
			top: 110px;
			width: 160px;
		}
		#sideright {
			position: absolute;
			right: 0px;
			top: 110px;
			width: 180px;
		}
		#menuarea {
			background-color: #B2CC80;
			line-height: 20px;
			text-align: center;
		}
				
		h2 {
			font-style: italic;
			text-align: center;
		}
		h3.linker {
			font-style: italic;
			text-align: center;
			color: red;
		}
		h3 {
			font-style: normal;
			text-align: left;
			color: blue;
			font-size: 16px;
		}
		h4 {		
			font-style: italic;
			text-align: left;
			color: blue;
		}
		h5 {
			text-weight: bold;
			text-align: left;
			font-size: 14px;
			margin: 0px;
		}

		a {
			font-family: Arial, Verdana;
			color: #6622ff;
			text-decoration: none;
		}		
		a:hover {
			background-color: #d5ebff;
			color: #9911aa;
		}

		img	{
			border: 0;
		}
		.textordin {
			font-family: Arial, Verdana;
			text-align: center;
		}
		.textbold {
			text-align: center;
			font-weight: bold;
			font-size: 14px;
			border-width: 1px;
			border-style: dotted;
			margin: 10px;
		}

		



/*
		.submenu {
			text-align: center;
			font-size: 10px;
			padding-top: 5px;
			margin-top: 10px;
			font-weight: bold;
			border-width: 2px;
			border-color: #c69f44;	
			border-style: solid;	
		}
*/




		.smallside {
			width: 150px;
			float: right;
			margin-right:10px;
		}
		

		.menuitem {
			text-align: left;
			font-weight: bold;
			font-size: 12px;
			position: relative;
			left: -15px;
			color: #3366ff;
		}

/* Styles from style.css */
#toplink_wrapper {
	position: absolute;
	left: 50%;
	width: 760px;
	margin-left: -380px;
}


#toplink_content {
	position: relative;
	left: 484px;
	top: 20px;
	width: 206px;
}



