* {
	margin:0px;
	padding:0px;
}

body {
	border: 0px;
	margin: 0px;
	text-align:center; /*center hack*/
}

#wrapper {
	min-height:600px;
	position: relative;
	padding: 0px 0px 0px 0px;
	width:636px; /*center hack*/
	margin:0 auto; /*center hack*/
	margin-top: 0px;
	text-align:left;
}

.clear {
	clear:both;
}

#branding {
	clear: both;
	position: relative;
	float: left;
	margin: 0px  0px 0px 0px;
}

/*main navigation*/	

#navigation {
	text-align:center;
	position: relative;
	width: 634px;
	height: 30px;
	clear: both;
	padding-top: 10px;
}

	
	
/* course navigation */

#courses-nav {
	text-align: left;
	position: relative;
	float:left;
	width: 100%;
	height: 30px;
	clear: both;
	padding: 0px;
	margin-left: 2px;
}

/*main content*/
.content {
	width: 100%;
}

.travel1 {
	width: 48%;
	float:left;
}

.travel2 {
	width: 48%;
	float: right;
	height: 300px;
}

#intro, #main {
	width: 630px;
}
	
#footer {
	text-align: center;
	clear: both;
	position: relative;
	float:left;
	margin: 0px 0px 0px 2px;	
	width: 630px;
	padding: 10px 0px 20px 0px;
}

#footer2 {
	text-align: center;
	clear: both;
	position: relative;
	float:left;
	margin: 0px 0px 0px 2px;	
	width: 630px;
	padding: 0px 0px 0px 0px;
}


.courseNav {
	position: relative;
	float: left;
	margin: 10px 0px 0px 8px;
	padding: 0px;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    font-size: 0;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



#top-left{
	position: relative;
	float: left;
	margin: -4px 1px 1px 2px;
}

#top-right {
	width: 475px;
	height: 267px;
	position: relative;
	float: left;
	margin: -4px 0px 1px 0px;
}

#bottom-left{
	position: relative;
	float: left;
	width: 154px;
	text-align: center;
}

#bottom-right {
	position: relative;
	float: right;
	width: 476px;
}

#extra-info {
	position: relative;
	float: left;
	width: 134px;
}

#contact {
	width: 630px;
	clear: both;
}

#sale {
	position: absolute;
	background: transparent;
	top: 320px;
	left: 450px;
	z-index: 200;
}