/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	border-style: none;
	border-color: inherit;
	border-width: 0;
	margin: 0 0 0 0px;
	padding: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body
{
	line-height: 1.3;
}
ol, ul
{
	list-style: none;
}
blockquote, q
{
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after
{
	content: '';
	content: none;
}

:focus
{
	outline: 0;
}

ins
{
	text-decoration: none;
}
del
{
	text-decoration: line-through;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

/* Start */
html, body, form
{
	height: 100%;
	margin-bottom: 1px;
}

body
{
	background-color: #b88c3a;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 14px;
}

.Container
{
	position: absolute;
	width: 900px;
	height: 600px;
	left: 50%;
	margin-left: -450px;
	margin-top: 20px;
	background-image: url(Resources/Images/Container-BG.gif);
	z-index: 10;
}
.Logo
{
	position: absolute;
	width: 148px;
	height: 148px;
	left: 50%;
	margin-left: -400px;
	margin-top: 50px;
	z-index: 11;
}
.Navigation
{
	position: absolute;
	width: 148px;
	height: 300px;
	left: 50%;
	margin-left: -400px;
	margin-top: 220px;
	z-index: 15;
}
.ContentContainer
{
	position: relative;
	top: 80px;
	left: 220px;
	width: 620px;
	padding: 20px;
	background-color: #d6cd88;
	text-align: justify;
}
.ContentHeader
{
	color: #ffffff;
	padding: 20px;
	background-color: #7b8838;
	border: solid 1px #000000;
}
.HorizontalInner
{
	position: absolute;
	width: 100%;
	height: 30px;
	margin-top: 30px;
	background-color: #C86240;
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
	z-index: 4;
}
.VerticalInner
{
	position: absolute;
	width: 148px;
	height: 100%;
	left: 50%;
	margin-left: -400px;
	background-color: #C86240;
	z-index: 2;
}
.PrimaryColor, h1, a
{
	color: #ffffff;
}

.SecondaryColor
{
	color: #b88c3a;
}

.AccentColor, h3, h2
{
	color: #993300;
	font-style: italic;
}

.ImgDouble
{
	padding: 4px;
}

.PosterHolder
{
	position: relative;
	float: left;
	width: 279px;
	height: 400px;
	margin-right: 20px;
	border: double 6px #993300;
	text-align: center;
}
.ImgLeft
{
	float: left;
	margin-right: 20px;
	border: double 6px #993300;
}
.ImgRight
{
	float: right;
	margin-left: 20px;
	border: double 6px #993300;
}
.Thumbnails
{
	float: left;
	margin: 0px 14px 14px 0px;
	border: double 6px #993300;
}
.ThumbnailText
{
	width: 196px;
	height: 90px;
	float: left;
	margin: 0px 10px 10px 0px;
	text-align: center;
	font-weight: bold;
}
.ClearAll
{
	clear: both;
}
h1
{
	display: inline;
	font-weight: bold;
	font-size: 14px;
}

h2
{
	display: inline;
	font-weight: bold;
	font-size: 14px;
}

h3
{
	display: inline;
	font-size: 12px;
}

p
{
	padding: 10px 20px 10px 20px;
}

a
{
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
a:visited
{
	text-decoration: none;
}
a:hover, a:visited:hover
{
	text-decoration: underline;
}
.HorizontalFixed
{
	position: absolute;
	width: 100%;
	height: 30px;
	margin-top: 50px;
	background-color: #993300;
	z-index: 1;
}
.VerticalFixed
{
	position: absolute;
	width: 148px;
	height: 100%;
	min-height: 800px;
	left: 50%;
	margin-left: -400px;
	background-color: #993300;
	z-index: 2;
}
