
html, body {
	height: 100%;
}

body {
	background-color: #fffdf6;
	font-size: 10pt;
}

img {
	margin: 0px;
	padding: 0px;
}

h3 {
	font-weight: bold;
	font-size: 12pt;
}

h4 {
	font-weight: bold;
	font-size: 11pt;
	margin-top: 25px;
	margin-bottom: 5px;
}

/*****************************************************************************/

.container {
	width: 950px;
	height: 768px !important;
}

.column, .span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-8, .span-9, .span-10, .span-11, .span-12, .span-13, .span-14, .span-15, .span-16, .span-17, .span-18, .span-19, .span-20, .span-21, .span-22, .span-23, .span-24 {
  float: left;
  margin-right: 0px;
}

.push-1 { margin: 0 -30px 1.5em 30px; }

/* The last column in a row needs this class. */
.last { margin-right: 0; }

/* Use these classes to set the width of a column. */
.span-1 {width: 30px;}
.span-10 {width: 400px;}
.span-13 {width: 490px;}
.span-23 {width: 890px;}

.pull-1 { margin-left: -30px; }
.push-1 { margin-left: 30px; }
.push-2 { margin-left: 60px; }

#header_A {
}

#header_B {
	height: 300px;
	background-color: #f29400;
	overflow: hidden;
}

#header_C {
	height: 300px;
	background-color: #f29400;
	overflow: hidden;
}

#header_D {
}

#shadow_hori {
	float: left;
	position: absolute;
	top: 270px;
	width: 100%;
	height: 30px;
	
	/* FireFox 3.6 */
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
	/* Safari4+, Chrome */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, from(rgba(255, 255, 255, 0))),color-stop(1, from(rgba(0, 0, 0, 0.1))));
	/* IE6,IE7 */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#19000000');
	/* IE8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#19000000')";
}

#header_shadow_li {
	width: 200px;
	height: 100%;
	
	/* FireFox 3.6 */
	background-image: -moz-linear-gradient(right, rgba(255, 0, 0, 0), rgba(255, 0, 0, 0.2));
	/* Safari4+, Chrome */
	background-image: -webkit-gradient(linear,left, right,color-stop(0, from(rgba(255, 0, 0, 0))),color-stop(1, from(rgba(255, 0, 0, 0.2))));
	/* IE6,IE7 */
	filter:  progid:DXImageTransform.Microsoft.gradient(endColorstr='#00ff0000', startColorstr='#32ff0000', GradientType=1);
	/* IE8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(endColorstr='#00ff0000', startColorstr='#32ff0000', GradientType=1)";
}

#navi {
	float: left; 
	position: relative;
	z-index: 100;
	bottom: 40px; 
	left: 30px;
	font-size: 11pt;
	font-weight: bold;
}

#navi ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 330px;
	height: 24px;
}

#navi ul li {
	float: left;
	margin-right: 13px;
}

#navi ul li a {
	height: 20px;
}

#navi ul li a:link, #navi ul li a:active, #navi ul li a:visited, #content_B a:link, #content_B a:active, #content_B a:visited {
	text-decoration: none;
	color: #ffffff;
}

#navi ul li a:hover, #navi ul li:hover a, #navi ul li a.hover {
	color: #8b141a;
}

#content_B a:hover, #content_B a.hover {
	color: #f29400;
}

.headline {
	font-family: Author, cursive; 
	font-size: 23pt; 
	color:#8b141a; 
	text-align: right;
	
	margin: 0px;
}

.content_height {
	height: 428px;
}

#content_A {
	/* FireFox 3.6 */
	background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.1));
	/* Safari4+, Chrome */
	background-image: -webkit-gradient(linear,left, right,color-stop(0, from(rgba(0, 0, 0, 0.1))),color-stop(1, from(rgba(255, 255, 255, 0))));
	/* IE6,IE7 */
	filter:  progid:DXImageTransform.Microsoft.gradient(endColorstr='#19000000', startColorstr='#00ffffff', GradientType=1);
	/* IE8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(endColorstr='#19000000', startColorstr='#00ffffff', GradientType=1)";
}

#content_B {
	background-color: white;
}

#content_C {
	background-color: #fef6e1;
	
	overflow: auto;
	overflow-x: hidden;
}

#content_C a:link, #content_C a:active, #content_C a:visited {
	color: #8b141a;
}

#content_C a:hover {
	color: #cc3300;
}

#content_C p {
	margin-bottom: 10px;
}

#content_D {
	/* FireFox 3.6 */
	background-image: -moz-linear-gradient(right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
	/* Safari4+, Chrome */
	background-image: -webkit-gradient(linear,left, right,color-stop(0, from(rgba(255, 255, 255, 0))),color-stop(1, from(rgba(0, 0, 0, 0.1))));
	/* IE6,IE7 */
	filter:  progid:DXImageTransform.Microsoft.gradient(endColorstr='#00ffffff', startColorstr='#19000000', GradientType=1);
	/* IE8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(endColorstr='#00ffffff', startColorstr='#19000000', GradientType=1)";
}

#footer_A {
	width: 30px;
	height: 30px;

	/* FireFox 3.6 */
	background-image: -moz-radial-gradient(top right, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0));
}

#footer_BC {
	height: 30px;

	/* FireFox 3.6 */
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0));
	/* Safari4+, Chrome */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, from(rgba(0, 0, 0, 0.1))),color-stop(1, from(rgba(255, 255, 255, 0))));
	/* IE6,IE7 */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#19000000', endColorstr='#00ffffff');
	/* IE8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#19000000', endColorstr='#00ffffff')";
}

#footer_D {
	width: 30px;
	height: 30px;

	/* FireFox 3.6 */
	background-image: -moz-radial-gradient(top left, rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0));
}

