* {
	/* border: 1px solid #000; */
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background: url(/images/wanderlust/bkgnd.gif) repeat-x top #1b2d47;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	padding: 0;
}

#wrapper {
	text-align: left;
	width: 900px;
	display: table;
	margin: 25px 0 0 0;
}

#header {
	width: 100%;
	height: 128px;
	background: url(/images/wanderlust/bkgnd_header.gif) no-repeat;
	display: block;
}

#subheader {
	width: 100%;
	height: 243px;
	display: block;
	overflow: hidden;
}

#subheader_blue {
	width: 100%;
	height: 175px;
	display: table;
	overflow: hidden;
	background: url(/images/wanderlust/bkgnd_subheader_blue.jpg) repeat-x top left #ccdce9;
}

#subheader_blue #col1of1 {
	padding: 35px 0 0 0;
}

#subheader_blue b {
	color: #ffffff;
}

#content {
	background: url(/images/wanderlust/bkgnd_body.jpg) no-repeat top left #ffffff;
	width: 100%;
	padding: 50px 0 40px 0;
	display: table;
}

#content_nobg {
	background: #ffffff;
	width: 100%;
	padding: 50px 0 40px 0;
	display: table;
}

#footer {
	font-size: 10px;
	width: 100%;
	height: 55px;
	background: url(/images/wanderlust/bkgnd_footer.gif) no-repeat bottom right #ffffff;
	display: table;
}

#copyright {
	width: 820px;
	margin-left: 40px;
	line-height: 40px;
}

.center {
	text-align: center;
}

#upcoming {
	width: 160px;
	margin: 17px 0 0 60px;
	font-size: 10px;
	color: #ffffff;
}

#upcoming b {
	color: #1b2d47;
	font-size: 11px;
}

#upcoming a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}

#upcoming a:hover {
	color: #c7d8e6;
	text-decoration: none;
}



/* --------   inline   -------- */

h1 {
	font-size: 18px;
	line-height: 21px;
	margin: 10px 0 10px 0;
	color: #ec034d;
	display: block;
}

h1 b {
	color: #c7d8e6;
}

h2 {
	font-size: 19px;
	line-height: normal;
	color: #035e90;
	display: block;
	font-family: Georgia, serif;
	font-weight: normal;
	float: left;
}

h2 b {
	color: #1b2d47;
	font-weight: normal;
}

p {
	margin: 0 0 10px 0;
}

hr {
	height: 3px;
	border: none 0; 
	border-top: 3px double #ccdce9;
	margin: 10px 0;
}

a {
	color: #0380a9;
	text-decoration: underline;
}

a:hover {
	color: #ec034d;
	text-decoration: none;
}
		
a.link {
	margin-top: 10px;
	font-size: 11px;
	line-height: 11px;
	text-decoration: none;
	color: #122840;
	display: block;
	padding-left: 18px;
	background-image: url(/ee_images/link.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

a.link:hover {
	color: #0380a9;
	text-decoration: underline;
}



/* --------   Columns   -------- */

#col1of3 {
	width: 254px;
	margin-left: 60px;	
	float: left;
	display: table;
}


#col2of3 {
	width: 254px;
	margin-left: 20px;	
	float: left;
}


#col3of3 {
	width: 254px;
	margin-left: 20px;	
	float: left;
}

#col1of1 {
	width: 800px;
	margin-left: 60px;
	float: left;
	display: table;
}

#col1of2 {
	width: 165px;
	margin-left: 60px;
	float: left;
	display: table;
}


#col2of2 {
	width: 575px;
	margin-left: 40px;
	float: left;
	display: table;
}

#gallery_col1of2 {
	width: 205px;
	margin-left: 60px;
	float: left;
	display: table;
}


#gallery_col2of2 {
	width: 550px;
	margin-left: 40px;
	float: left;
	display: table;
}

#photo_thumb img {
	width: 165px;
	height: 110px;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	margin: 0 18px 18px 0;
	background-color: #c7d8e6;
	border: 0;
}

#photo_thumb.nomargin img {
	margin: 0 0 18px 0;
}

#event {
	margin: 0 0 50px 0;	
}

#eventinfo {
	width: 100%;
	background: url(/images/wanderlust/bkgnd_subcol.gif) repeat-y top left;
	display: table;
}

#subcol1 {
	width: 220px;
	float: left;
	display: table;
}


#subcol2 {
	width: 510px;
	margin-left: 45px;
	float: left;
	display: table;
}

#catrow {
	width: 100%;
	height: 30px;
	margin: 2px;
	padding: 0 0 0 0;
	display: block;
	clear: both;
	border-top: 1px dashed #edf2f5;
}

#catrow i {
	font-weight: normal;
	float: right;
	display: block;
}

/* --------   Links   -------- */

#links {
	position: relative;
	width: 381px;
	height: 95px;
	top: 20px;
	left: 260px;
	display: table;
}

#links span {
	display: none;
}

#links .events a, #links .events_on a {
	height: 95px;
	width: 111px;
	display: block;
	background: url(/images/wanderlust/links.gif);
	background-repeat: no-repeat;
	float: left;
	background-position: 0 0;
}

#links .events a:hover, #links .events_on a {
	background-position: 0 -95px;	
}

#links .gallery a, #links .gallery_on a {
	height: 95px;
	width: 122px;
	display: block;
	background: url(/images/wanderlust/links.gif);
	background-repeat: no-repeat;
	float: left;
	background-position: -111px 0;
}

#links .gallery a:hover, #links .gallery_on a {
	background-position: -111px -95px;	
}

#links .experience a, #links .experience_on a {
	height: 95px;
	width: 147px;
	display: block;
	background: url(/images/wanderlust/links.gif);
	background-repeat: no-repeat;
	float: left;
	background-position: -234px 0;
}

#links .experience a:hover, #links .experience_on a {
	background-position: -234px -95px;	
}