@charset "UTF-8";

@import url("luckytraveler_typography.css");
@import url("luckytraveler_form.css");


body{
margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
text-align:center;
background: url(../images/bg.jpg) repeat-x;
}

a:link {
	color: #003366;
}
a:visited {
	color: #003366;
	text-decoration: underline;
}
a:hover {
	color: #003366;
	text-decoration:none;
}
a:active {
	color: #003366;
}

#menu a:link, a:visited, a:active{
	text-decoration: none;
}
#menu a:hover{
	text-decoration: underline;
}


#header {
	width: 800px;
}
#wrapper{

	float: none;

	width: 800px;
	height: 1250px;

	margin: 0 auto 0; /*Center container on page*/
	
	background: white;        

	background: url(../images/bg-fade.jpg) repeat-x bottom;
text-align: left;

	padding-bottom: 30px;

}

#top {
	height: 40px;
	top: 0px;

}
#top p {
	
	line-height: 0px;
	padding: 0px;
}



#menu {

		top:10px;
		list-style: none;
		width:100%;
		position: relative;


}



 #menu ul, #menu h2 {
		list-style: none;
		margin: 0px;
		padding: 0px;

}



#menu li{

		float:right;
		padding-left:1em;
		padding-right:0.75em;

}


#background{
	top: 30px;
	width: 800px;
}

#content{
	width: 800px;
}


#content-left{
	width: 200px;
	float: left;
	clear: none;
	padding-left: 10px;
}

#content-middle{
	width: 350px;
	float: left;
	clear: none;
	padding-left: 30px;
}
#content-right{
	float: left;
	clear: none;
	width: 200px;
}
#content-splash{
	width: 500px;
	float: left;
	clear: none;
	padding-left: 30px;
}

#sponsors {
	z-index: 1;
	position: absolute;
	width: 800px;
	top: 550px;
}

