* { margin:0; padding:0; }

html {
	height:100%;
}
body {
	height:100%;
	color:#fff;
	font:normal 62.5%/200% Arial Narrow, Arial, Helvetica, sans-serif;
	background:#666 url(../images/content_bg.gif) repeat-y center top;
}

a {
	color:#aaa;
	text-decoration:underline;
}
	a:hover { color:#fff; }
	
a.arrow {
	padding-left:18px;
	background:transparent url(../images/arrow.gif) no-repeat 0 3px;
}
	a.arrow:hover {
		background:transparent url(../images/arrow.gif) no-repeat 0 -47px;
	}
p { font-size:1.2em; font-family:Arial, Helvetica, sans-serif; }

a .thumb,
a .thumb:hover,
.thumb {
	border:5px solid #fff;
}
.enlarged {
	border:10px solid #fff;
}

#wrapper {
	position:relative;
	min-height:100%;
}
	* html #wrapper {
		height: 100%;
	}

/* HEADER
=========================================== */
#header {
	float:left;
	width:100%;
	clear:both;
	background-color:#ccc;
	text-align:center;
}
	#header div {
		margin:0 auto;
		width:850px;
		text-align:left;
	}
	#header img {
		float:left;
		border:none;
	}

/* NAVIGATION
=========================================== */
ul#nav {
	float:right;
	margin:0;
	padding:0;
}
	ul#nav li {
		margin:0;
		padding:0;
		list-style:none;
		display:inline;
	}
	ul#nav li a {
		float:left;
		padding:66px 10px 20px 10px;
		color:#333;
		text-transform:uppercase;
		text-decoration:none;
		font-weight:bold;
	}
	ul#nav li a span {
		font-size:1.4em;
		line-height:1em;
		/*border-bottom:3px solid #ccc;*/
	}
		ul#nav li a:hover {
			color:#333;
		}
		ul#nav li a:hover span {
			/*display:block;*/
			border-bottom:3px solid #800000;
		}
	ul#nav li a.selected {
		background:transparent url(../images/nav_selected.gif) repeat-x left bottom;
	}
	ul#nav li a.selected:hover span {
		border-width:0;
	}

#content_wrapper {
	margin:0 auto;
	width:850px;
}
#content {
	float:left;
	padding-bottom:50px;
	width:100%;
}

/* SECTIONS
=========================================== */
/* vertical images: max width of 360px */
.mainSection1 {
	position:relative;
	float:left; 
	display:inline;
	padding:190px 0 0 0;
	background-color:#333;
}
	.mainSection1 div{
		float:left;
		display:inline;
		margin:0 10px;
		padding:10px 0;
	}
	
		.mainSection1 red{
		color:#F00;
	}

.secondSection1 {
	float:right;
	display:inline;
	width:350px;
	padding:0 50px 0 0;
	background-color:#555;
}

/* horizontal images: max width of 600px*/
/* horizontal images: width of 100%*/
.mainSection2,
.mainSection3 {
	position:relative;
	float:left; 
	display:inline;
	width:100%;
	background-color:#333;
}
	.mainSection2 div,
	.mainSection3 div {
		float:left;
		display:inline;
		margin:0 10px;
		padding:10px 0;
		width:830px;
	}
.mainSection3 {
	padding:180px 0 0 0;
	text-align:center;
}

.secondSection2, 
.secondSection3 {
	float:left;
	display:inline;
	width:100%;
	background-color:#555;
}
	.mainSection1 h1,
	.mainSection2 h1,
	.mainSection3 h1 {
	margin:0;
	font-size:1.4em;
	line-height:1.0em;
	font-weight:normal;
	float:top;
}
.mainSection1 h2,
	.mainSection2 h2,
	.mainSection3 h2 {
	margin:0;
	font-size:2.4em;
	line-height:1.0em;
	font-weight:normal;
	float:top;
}
	.mainSection1 img {
		float:left;
	}
	.mainSection2 img,
	.mainSection3 img,
	.mainSection2 img.enlarged,
	.mainSection3 img.enlarged {
		float:right;
	}
	.mainSection3 img.enlarged {
		float:none;
	}



/* FOOTER
=========================================== */
#footer {
	position:relative;
	margin-top:-50px;
	float:left;
	width:100%;
	background-color:#111;
	text-align:center;
	line-height:1.3em;
	height:50px;
}
	#footer p {
		margin:0 auto;
		padding:4px 0;
		width:850px;
		font-size:10px;
	}