/*-------------------------------------------------------

	doc title: stylesheet
	filename: primary.css
	author: JBMoss - http://www.jbmoss.com
	date: 07/06/2008
	
	-----------------------
	
	1. master reset
	2. typography
	3. listography
	4. base structure
	5. navigation
	6. page specific structure
	7. images
	8. forms
	
	
-------------------------------------------------------*/


										/* ---------- 1. master reset ---------- */ 

* {
	padding			: 0;
	margin			: 0;
	border			: 0px solid red;
	font-family		: Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address {
	margin			: 1em 5%;
}
li, dd {
	margin-left		: 5%;
}
fieldset {
	padding			: .5em;
}

a {
	text-decoration:none;
	
}

										/* ---------- 2. typography ---------- */ 

p {
	font-size:0.8em;
	text-align:justify;
}
h1 {}
h2 {
	font-size:0.9em;
}
h3 {}
h4 {}
h5 {}


.y_title {
	font-size:1.3em;
	color:#FFFF00;
	font-weight:bold;
	text-align
}

.y_mid{
	font-size:1em;
	color:#FFFF00;
	font-weight:bold;
}

.y_sem{
	font-size:0.9em;
	color:#FFFF00;
	font-weight:bold;
}

.g_bull{
	font-size:0.9em;
	color:#CCCCCC;
	font-weight:bold;
}

.hotel_li {
	width:90%;
	height:1px;
	border:none;
	background:#ccc;
	margin: 20px auto;
}



										/* ---------- 3. listography ---------- */ 
										
										/* ---------- 4. base structure ---------- */ 

html {
}
body {
	font-size		: 100%;
}

#wrap {
	position:relative;
	width:800px;
	margin: 0 auto;
}

#header {
	position:relative;
	width:800px;
	height:85px;
	background:url(../images/hdr_1.jpg) no-repeat;
}

#fl_hdr {
	position:relative;
	width:800px;
	height:42px;
}
#main {
	position:relative;
	width:800px;
	background:url(../images/bk_home.jpg) repeat-y;
}
	#left_col {
		position:relative;
		float:left;
		width:210px;
		height:400px;
		text-align:left;
		padding:40px 10px 0px 10px;
		font-size:0.7em;
		color:#fff;
		font-weight:bold;
	}
	#right_col {
		position:relative;
		float:right;
		width:210px;
		padding-top:40px;
		font-size:0.7em;
		text-align:center;
		font-weight:bold;
	}
	#round1 {
		position:absolute;
		width:362px;
		height:359px;
		top:45px;
		left:209px;
		z-index:2;
	}
	#round2 {
		position:absolute;
		width:362px;
		height:359px;
		top:75px;
		left:240px;
		z-index:1;
	}
	
#footer {
	position:relative;
	width:780px;
	font-size:0.7em;
	padding:10px;
}

										/* CONT PAGES */
										
#nav {
	position:relative;
	font-size:0.67em;
	height:25px;
	line-height:25px;
	text-align:center;
	background:#152B4A;
	color:#fff;
	padding-left:5px;
}
#nav a {
	display:block;
	color:#fff;
	height:27px;
	padding:0px 4px;
	float:left;
}
#nav a:hover {
	background:#fff;
	color:#152B4A;
}


#cont #main {
	background:none;
}

#cont #content {
}

										/* ---------- 5. navigation ---------- */ 

										/* ---------- 6. page specific structure ---------- */ 

										/* ---------- 7. images ---------- */ 
										
.thumb_hun {
	padding: 5px 5px 0 0;
}
.thumb_hun2 {
	padding: 5px 0 5px 0;
}

										/* ---------- 8. forms ---------- */ 
