/********** GLOBAL STYLES **********/
#container {
	width:100%;
	max-width:1600px;
	margin:0 auto;
	padding-top:200px;
	overflow:hidden;
}
	
#logo {
	width:36%;
	padding:0 1%;
	text-align:center;
	float:right;
}

#content {
	width:36%;
	padding:0 1%;
	text-align:center;
	float:left;
}

#socialMedia {
	padding-top:30px;
}

#socialMedia a {
	width:30px;
	height:30px;
	margin:0 3px;
	font-size:0;
	line-height:0;
	text-indent:-99999px;
	display:inline-block;
}

#socialMedia .facebook {
	background:url('../grfx/iconFacebook.png') no-repeat 0 0;
}

#socialMedia .facebook:hover {
	background:url('../grfx/iconFacebook.png') no-repeat 0 -30px;
}

#socialMedia .twitter {
	background:url('../grfx/iconTwitter.png') no-repeat 0 0;
}

#socialMedia .twitter:hover {
	background:url('../grfx/iconTwitter.png') no-repeat 0 -30px;
}

#socialMedia .google {
	background:url('../grfx/iconGoogle.png') no-repeat 0 0;
}

#socialMedia .google:hover {
	background:url('../grfx/iconGoogle.png') no-repeat 0 -30px;
}

#socialMedia .email {
	background:url('../grfx/iconEmail.png') no-repeat 0 0;
}

#socialMedia .email:hover {
	background:url('../grfx/iconEmail.png') no-repeat 0 -30px;
}

#slideshow {
	width:62%;
	position:relative;
	float:left;
}

#slideshow img {
	max-width:100%;
	height:auto;
	float:right;
}

#overlay {
	width:100%;
	height:100%;
	position:absolute; top:0; left:0;
	background:url('../grfx/overlay.png') repeat 0 0 transparent;
	display:block;
	z-index:400;
}