@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 20px;
	text-align: center;
}
.oneColFixCtrHdr #container {
	width: 960px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #FFF;
	border-top-color: #D1D1D1;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #header {
	background-image: url(images/START_logo_header_960x320.png);
	height: 320px;
	width: auto;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	color: #000;
	margin-top: 0px;
}
.oneColFixCtrHdr #container #header #cse-search-box #searchbox {
	padding-top: 14px;
	width: auto;
	position: relative;
	top: 0px;
	left: 0px;
	height: 30px;
	color: #FFF;
	font-weight: bold;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 30px;
	margin-left: 30px;
}





.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: right;
}
#moviebox {
	position:static;
	width:256px;
	height:144px;
	z-index:75;
	left: 0px;
	top: 0px;
	background-color: #000000;
	border: medium groove #5A0C20;
	margin-top: 30px;
	margin-left: 50px;
}



.oneColFixCtrHdr #mainContent {
	color: #FFF;
	font-style: normal;
	line-height: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	z-index: 10;
	position: relative;
	top: 0px;
	right: 0px;
	width: 960px;
	min-height: 400px;
	margin-bottom: 0px;
}


.oneColFixCtrHdr #footer {
	width: 960px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	float: none;
	height: 88px;
	background-repeat: no-repeat;
	text-align: center;
	color: #5A0C20;
	font-weight: bold;
	clear: both;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	color: #5A0C20;
}
#quarter_white_box_short {
	font-family: Verdana, Geneva, sans-serif;
	color: #006;
	background-color: #FFF;
	margin: 5px;
	padding: 20px;
	float: left;
	width: 188px;
	background-image: url(images/white_alpha.png);
	background-repeat: repeat;
	border: thin solid #006;
	height: 300px;
}

#quarter_white_box {
	font-family: Verdana, Geneva, sans-serif;
	color: #006;
	background-color: #FFF;
	margin: 5px;
	padding: 20px;
	float: left;
	width: 188px;
	background-image: url(images/white_alpha.png);
	background-repeat: repeat;
	border: thin solid #006;
	height: 375px;
}

#onethird_white_box {
	font-family: Verdana, Geneva, sans-serif;
	color: #006;
	background-color: #FFF;
	margin: 5px;
	padding: 20px;
	float: left;
	width: 268px;
	background-image: url(images/white_alpha.png);
	background-repeat: repeat;
	min-height: 380px;	
	height: auto;
	border: thin solid #006;
}

#onethird_white_box_short {
	font-family: Verdana, Geneva, sans-serif;
	color: #006;
	background-color: #FFF;
	margin: 5px;
	padding: 20px;
	float: left;
	width: 268px;
	background-image: url(images/white_alpha.png);
	background-repeat: repeat;
	min-height: 300px;
	border: thin solid #006;
}

#twothird_white_box {
	font-family: Verdana, Geneva, sans-serif;
	color: #006;
	background-color: #FFF;
	margin: 5px;
	padding: 20px;
	float: left;
	width: 582px;
	background-image: url(images/white_alpha.png);
	background-repeat: repeat;
	height: auto;
	border: thin solid #006;
}

#half_white_box {
	background-image: url(images/white_alpha.png);
	background-repeat: repeat;
	margin: 5px;
	padding: 20px;
	width: 428px;
	font-family: Verdana, Geneva, sans-serif;
	color: #006;
	float: left;
	min-height: 650px;
	border: thin solid #006;
}

#half_white_box_short {
	background-image: url(images/white_alpha.png);
	background-repeat: repeat;
	margin: 5px;
	padding: 20px;
	width: 425px;
	font-family: Verdana, Geneva, sans-serif;
	color: #006;
	float: left;
	min-height: 300px;
	border: thin solid #006;
	height: auto;
}
#full_white_box {
	background-image: url(images/white_alpha.png);
	background-repeat: repeat;
	padding: 20px;
	width: 908px;
	font-family: Verdana, Geneva, sans-serif;
	color: #006;
	float: left;
	border: thin solid #006;
	margin: 5px;
}

#textbox_full {
	position:absolute;
	width:710px;
	height:270px;
	z-index:11;
	padding-left: 20px;
	left: 205px;
}

#Top{
	
	clear:both;
	padding: 5px;
	float: left;
	background-color:#03F

