body {
	background-color: #EBEBEB;
	margin: 0px;
	padding: 0px;
}
.header {
	height: 60px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.footer {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}

.headerCont {
	padding: 0px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.header h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	font-weight: 300;
	text-shadow: -1px -1px 0px #EBEBEB;
	letter-spacing: 1px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	line-height: 60px;
	color: #333333;
	float: left;
}
.header h1 a {
	text-decoration: none;
	color: #333333;
}
.header h1 a:hover {
	color: #FF3300;
}




.footer {
	height: 60px;
	background-color: #FFFFFF;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
.main {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 980px;
	text-align: center;
}


.photo {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	width: 980px;
	position: relative;

}
.photo img {
	border: 10px solid #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-color: #EBEBEB;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.clearBoth {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
.title {
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	width: 980px;
	padding: 0px;
	text-align: left;
}
.title h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	font-weight: normal;
	text-shadow: 1px 1px 0px #FFFFFF;
	letter-spacing: 1px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.title h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 300;
	text-shadow: 1px 1px 0px #FFFFFF;
	letter-spacing: 2px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

.photoTitle {
	padding: 0px;
	position: absolute;
	width: 300px;
	margin: 0px;
	text-align: left;
	bottom: 50px;
}
.photoTitle a {
	margin-top: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/title-bg.png);
	display: block;
	color: #000000;
	text-decoration: none;
	height: 50px;
	background-repeat: no-repeat;
	background-position: right 0px;
	text-shadow: 1px 1px 0px #FFFFFF;
	width: 300px;
}
.photoTitle a:hover {
	background-image: url(images/title-bg.png);
	background-repeat: no-repeat;
	background-position: right -60px;
	color: #FF6600;
	text-shadow: 1px 1px 0px #cccccc;

}
.photoTitle h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
}
.photoTitle h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
}
.photoHalf {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: center;
	position: relative;
	width: 480px;
	float: left;
}
.photoHalf img {
	border: 10px solid #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-color: #EBEBEB;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.photoHalfSep {
	font-size: 7px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	width: 20px;
	float: left;
	height: 20px;
}
.note {
	background-color: #999999;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #333333;
}
.note p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	text-shadow: -1px -1px 0px #666666;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-weight: 300;
	letter-spacing: 0.1em;
}
.warning {
	background-color: #F3F3F3;
	padding: 5px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E5E5E5;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #E5E5E5;
	float: right;
	width: 500px;
}
.warning img {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.warning p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-shadow: 1px 1px 0px #FFFFFF;
	padding: 0px;
	color: #000000;
	font-weight: 300;
	margin: 0px;
}
.video {
	border: 10px solid #FFFFFF;
	padding: 0px;
	background-color: #EBEBEB;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width: 854px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
