body{	
	font-family: "helvetica";
	font-size: 14px;
}
* {
	margin: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

a{
	text-decoration: none;
	color: #333;
}

a:hover{
	color: #f0592a;
}

.active a{
	color: #f0592a;
}

#banner{
	padding-top:20px;
	padding-bottom:20px;
	border-bottom: 1px dotted #999;
	text-align: center;
	background: #DDEFF9 url(../images/cloud.png) repeat-x top;
}

.barleft{
	border-right: 1px dotted #999;
	padding-right: 5px;
}


.barmiddle{
	padding-left: 10px;
	padding-right: 10px;
}

.barright{
	padding-left: 10px;
	border-left: 1px dotted #999;
}

#contact{
	width: 400px;
	padding: 20px;
	margin: 0px auto;
	background-color:#FFF;
	border: 1px solid #999;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
}

#container{
	width: 1000px;
	margin: 0px auto;
	height: 100%;
}


#content{
	border: 1px;
	border-style: solid;
	margin: 20px;
	padding: 20px;
	border-color: #aaa;
	background-color:#F9F9F9;
	background-image: url('../images/landscape.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 100px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
}

#countdown{
	background-color: #f0592a;
	text-align: center;
	font-size: 25px;
}

#cloud{
	
}

#feedbackform{
	padding-left: 80px;
}

#foobar{
	width: 1000px;
	margin-top: 10px;
	margin-left: auto;
}

#footer
{
	width: 800px;
	margin: 0 auto;
	color: #999;
}

h3,h4,h6{
	text-align: center;
	background-color: white;
	border: 1px solid #999;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
}

#navigation{
	border-bottom: 1px dotted #999;
}

#navigation a{
	
}

#navigation li{
	display: inline;
	list-style-type: none;
}

#navigation ul{
	margin: 0px auto;
	padding: 10px;
}

#navigation li a{
	padding: 10px;
}

.itinerary .time{
	font-weight: bold;
	color: #f0592a;
}

.itinerary td{
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #999; 
}

.register_title td{
	background-color: #aaa;
	padding: 5px;
}
.right_vertical{
	border-right: 1px solid #ccc;
	width: 10px;
}

#social{
	margin: 0 auto;
	width: 800px;
}

#social a{
	padding-left: 20px;
}

#stamp{
	z-index: 10;
	position: fixed;
	right: 10px;
	top: 10px;
}

.title{
	font-size: 18px;
	text-align: 10;
	line-height: 15px;
	text-transform:lowercase;
}

.title2{
	font-size: 25px;
	text-align: 10;
	line-height: 20px;
	text-transform:uppercase;
}

.title_sub{
	font-size: 20px;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}

.title1{
	font-size: 20px;
	color: red;
}

#container ul{
	border: 1px solid #CCC;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
	list-style-type: none;
}

#container ol{
	border: 1px solid #CCC;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
	margin: 20px;
}

#container li{
	border-bottom: 1px solid #CCC;
	background-color: #E0E0E0;
	margin: 0px;
	padding: 8px;
	color: #666;
}

#container li.last{
	border: 0px;
}

#container li:hover{
	cursor:default;
	background-color: #EFEFEF;
	color: #000;
}
