body {
	background: #f0f0f0 url(body.jpg) no-repeat center top;
	}


#page {
	margin: 0 auto 20px;
	padding: 0;
	min-height: 800px;

	/*background: #fff;
	
	-moz-box-shadow: 0 0 20px rgba(0,0,0, .5);*/
	}
	
	
	

	
#sidebar {
    width: 260px;
    float: right;
}		
	
	
#main {
	
	}
	
	
/* [ breadcrumbs ] */

#breadcrumb {
	position: relative;
	clear: both;
	
	padding: 0;	
	height: 30px;
	line-height: 30px;
	margin: 30px 0 0;
	
	font-size: .75em;
	text-transform: lowercase;
	
	border-bottom: 2px solid #333;
	}
	
#breadcrumb span {
	float: left;
	margin: 0 .25em;
	}
	
#breadcrumb a {
	text-decoration: none;
	color: #555;
	}
	
#breadcrumb a:hover {
	color: #2f6098;
	text-decoration: underline;
	}
	
#breadcrumb .separator {
	position: relative;
	display: block;
	top: 1px;
	width: 7px;
	height: 30px;
	
	background: url(breadcrumb-separator.gif) no-repeat center;
	text-indent: -9000px;
	}
	

/* [ Page Content ] */
#page-content {
	padding: 0 0 40px;
	
	line-height: 1.5em;
	color: #555;
	
	width: 650px;
	float: left;
	
	}
	
	


	
	
/* [ Typography ] */



h1 {
	font-size: 2.5em;
	line-height: 1em;
	margin: 0 0 .25em 0;
	color: #333;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	letter-spacing: -2px;
}

h2 {
	font-size: 1.375em;
	line-height: 1.25em;
	margin: 2em 0 .5em;
	color: #333;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	letter-spacing: -.5px;
}

h2 strong {
	color: #777;
	}

h3 {clear:both;}
h4 {}
h5 {}
h6 {}

/* [ Section ] */
.section {
	position: relative;
	margin: 0;
	
	min-height: 1px;
	padding: 20px 0 5em;
	
	}
	
	.section:after {		content: ".";		clear: both;		display: block;		visibility: hidden;		height: 0;		}
	* html .section {height: 1px;}
	
/*.section .content {
	width: 650px;
	float: left;
	}
	

.section .sidebar {
	width: 260px;
	float: right;
	}*/
	

.section .title {
	margin: 0 0 1em 0;
	}
	
.section .title h2 {
	margin: .25em 0;
	}
	
/* [ Sidebar Box ] */
.box {
	padding: 10px 10px 20px;
	margin: .5em 0 1em;
	
	background: #999;	
	color: #ccc;
	
	-moz-box-shadow: 0 2px 5px #999;
	-moz-border-radius: 5px;
	}
	
.box h2 {
	font-size: 1em;
	letter-spacing: -.3px;	
	margin: 0 0 .5em 0;

	color: #fff;
	
	text-shadow: 0 1px 0 #555;
	}


/* [ Link Box ] */

.link-box {
	/* background: #2f6098;	*/
	background: #fff;
	color: #333;
	}
	
.link-box h2 {
	color: #333;
	text-shadow: none;
	}
	
.link-box ul {
	margin: 0;
	padding: 0;
	
	border-top: 1px dotted #ccc;	
	}	
	
.link-box li {
	list-style: none;
	padding: 5px 0;
	margin: 0;
	
	border-bottom: 1px dotted #ccc;
	}
	
.link-box a {
	display: block;
	padding: 0;
	margin: 0;
	
	font-size: .85em;
	color: #3e80ca;
	text-decoration: none;
	
	}
	
.link-box a:hover {
	text-decoration: underline;
	}
	
.link-box a strong {
	color: #4ea2ff;
	}
	
	
/* [ Message Box ] */

.message-box {
	background: #444;	
	}
	
.message-box h2 {
	text-shadow: 0 1px 0 #000;
	}
	
.message-box p {
	font-size: .75em;
	line-height: 1.5em;
	}
	
.message-box a {
    color: #fff;
    text-decoration: underline;
}
	
/* [ Info Box ] */

.info-box {
	background: #2f6098;
	margin-top: 0;
	}

.info-box a {	
	color:#ffffff;
	text-decoration:underline;
	}
	
.info-box dl {
	margin: 0;
	padding: 0;
	font-size: .75em;
	
	line-height: 1.25em;
	}
	
.info-box dt {
	display: block;
	margin: 0;
	padding: 5px;
	width: 100px;
	float: left;

	color: #97b0cc;
	
	text-align: left;
	text-shadow: 0 1px 0 #2f6098;
	}
	
.info-box dd {
	display: block;
	margin: 0 0 5px 0;
	padding: 5px 5px 5px 110px;
	
	background: #356cab;
	
	-moz-border-radius: 3px;	
	}
	
	
/* [ Itenerary ] */

.itinerary-list {
	margin: 0;
	padding: 10px;
	
	background: #f9f9f9;
	border: 1px solid #ccc;
	
	-moz-border-radius: 5px;
	-moz-box-shadow: 0 2px 10px #ccc;	
}

.itinerary-list dt {
	position: relative;
	float: left;
	width: 32px;
	height: 29px;
	top: 3px;
	padding: 3px 0 0;
	background: url(itinerary-list-dt.gif);
	
	font-size: 8px;
	text-align: center;
	
	color: #162b48;
	text-shadow: 0 1px 0 #fff;
	line-height: 1em;
	}
	
	.itinerary-list dt strong {
		display: block;
		font-weight: bold;
		font-size: 18px;
		
		line-height: 1em;
		}
	
.itinerary-list dd {
	margin: 0 0 1em 0;
	padding: 0 20px 1em 50px;
	font-size: .875em;
	line-height: 1.5em;
	
	border-bottom: 1px dotted #ccc;
	}
	
.itinerary-list dd strong {
	color: #333;
	}
	
	
/* [ Faq ] */


.faq-list {
	margin: 10px 0;
	padding: 10px;
	
	background: #f9f9f9;
	border: 1px solid #ccc;
	
	-moz-border-radius: 5px;
	-moz-box-shadow: 0 2px 10px #ccc;	
}

.faq-list dt {
	margin: 0 0 1em 0;
	padding: .3em 20px 1em 50px;
	font-size: .875em;
	line-height: 1.5em;
	background:url(faq.png) no-repeat;
	background-position:15px 1px;
	border-bottom: 1px dotted #ccc;
	}
	
	
.faq-list dd {
	margin: 0 0 0 0;
	padding: 0 20px 1em 20px;
	font-size: .875em;
	line-height: 1.5em;

	}
	
.faq-list dd strong {
	color: #333;
	}	
	
	/* [ grades ] */


.grade-list {
	margin: 10px 0;
	padding: 10px;
	
	background: #f9f9f9;
	border: 1px solid #ccc;
	
	-moz-border-radius: 5px;
	-moz-box-shadow: 0 2px 10px #ccc;	
}

.grade-list dt {
	margin: 0 0 1em 0;
	padding: .3em 20px 1em 20px;
	font-size: .875em;
	line-height: 1.5em;
	border-bottom: 1px dotted #ccc;
	}
	
	
.grade-list dd {
	margin: 0 0 0 0;
	padding: 0 20px 1em 20px;
	font-size: .875em;
	line-height: 1.5em;

	}
	
.grade-list dd strong {
	color: #333;
	}	
/* [ Flickr Slide ] */

.flickr-slide {
	display: block;
	margin: 0 0 1em;

	-moz-box-shadow: 0 1px 3px #999;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;	
	}
	
.flickr-slide img {
	display: block;
	}
	
.flickr-slide .caption {
	position: relative;
	padding: 10px 170px 10px 10px;

	background: #2f6098;
	border-top: 2px solid #264d7a;
	
	line-height: 1.5em;
	font-size: .6875em;
	color: #fff;
	text-shadow: 0 1px 0 #264d7a;
	
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;	
	}
	
.flickr-slide .caption .source {
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px;
	}
	
.flickr-slide .caption a {
	color: #86afcb;
	text-decoration: none;
	}
	
	.flickr-slide .caption a:hover {
		text-decoration: underline;
		}	

.image-side{float:left;margin:5px 10px 5px -50px;}

.description {
    font-family:Arial,Helvetica,sans-serif;
}
