@CHARSET "UTF-8";
.rightfloat{
	float:right;
	}
.leftfloat{
	float:left;
	width:200px;
	}
	
.cancellation{
	clear: both;
	}

body
{
	background: url('../images/top.jpg') top center no-repeat black;
	margin:0;
	padding:0;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
}
div#top
{
	width:900px;
	margin:0 auto;
	height:290px;
	text-align:center;
	position:relative;
}
div#top h2
{
	position:absolute;
	width:100%;
	bottom:0;
	padding:0;
	height:20px;
	line-height:20px;
	font-size:12px;

}
div#top h1 span
{
	color:#ffcb45;
}

div#container
{
	width:900px;
	margin:0 auto;
	border-top:1px solid #333;
	padding-top:20px;
}

div#menu_left
{
	float:left;
	width:200px;
}
div#menu_left ul
{
	padding:0;
	margin:0;
	list-style:none;
	font-weight:bold;
	font-size:14px;
	
}

div#content
{
	background:#333;
	padding:20px;
	float:right;
	width:650px;
}
div.break
{
	clear:both;
}

div#footer
{
	width:900px;
	margin:20px auto;
	padding-top:20px;
	border-top:1px solid #333;
}
.importantoffer{ 
	font-size:17px; 
	color:gold; 
	}
	
.goldtext{
	color:gold;
	}
	 
.important{
	font-size:18px !imporant;
	font-weight:bolder;
	}
.menu li{
	padding-top:6px;
	}

a{	
	color:white;
	text-decoration:none;
	font-size:17px; 
	}
a:hover{ 
	color:gold;
	}
.showoffer{
margin-left:0px;
font-size:15px; 
}

.elegant{
font-style:italic;
}

#footer{
font-size:11px;
}
