body {
	background-color: #222222;
	
	font-family: Arial Narrow, Arial;
	font-size: 15px;
	line-height: 21px;
}

#container {
	margin-top: 20px;
	
	margin-left: auto;
	margin-right: auto;

	width: 800px;
	height: 602px;
	
	background-color: #FFFFFF;
	
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
}

#header {
	background-image: url(../images/bg_header.jpg);
	height: 98px;
}

#menu {
	background-color: #8F0E14;
	height: 36px;
}

#content {
	border-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	
	height: 416px;
	
	position: relative;
}

#footer {
	background-image: url(../images/bg_footer.jpg);
	height: 13px;
	
	padding-top: 15px;
	padding-left: 20px;
	padding-bottom: 22px;
}

#youtube {
	float: right;
	margin-top: 2px;
	margin-right: 20px;
}

#copyright {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	
	text-align: right;
	font-size: 10px;
	font-family: Arial;
	color: #666666;
}

#header_logo {
	float: right;
	
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#submenu {
	height: 22px;
}

#language {
	/*margin-top: 20px;*/
}

div.dark_content {
	background-image: url(../images/bg_content.jpg);
	color: #FFFFFF;
}

div.light_content {
	border-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#leftcol {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99;
	
	height: 416px;
	width: 316px;
}

#rightcol {
	position: absolute;
	left: 316px;
	top: 0px;
	z-index: 100;
	
	width: 464px;
	
	padding-top: 20px;
	padding-bottom: 20px;
}

div.inner_container {
	width: 100%;
}

div.inner_leftcol {
	width: 50%;
	float: left;
}

div.inner_rightcol {
	width: 50%;
	float: left;
}


h1 {
	font-weight: bold;
	margin-left: 20px;
}

p.bodytext {
	margin-left: 20px;
	margin-bottom: 5px;
	
	text-align: justify;
}

p.small {
	margin-left: 20px;
	margin-bottom: 5px;
	
	text-align: justify;
	
	font-size: 12px;
}

div.inner_rightcol p.bodytext {
	margin-right: 20px;
}

div.gbitem_head {
	background-color: #8F0E14;
	/*border-color: #8F0E14;
	border-width: 2px;
	border-bottom-style: solid;*/
	
	
	margin-left: 20px;
	margin-bottom: 5px;
	
	padding:2px;
	color: #FFFFFF;
}

div.gbitem {
	margin-bottom: 15px;
}


table#gbentry {
	margin-left: 20px;
	margin-right: 20px;
}

table#gbentry td {
	padding: 4px;
}

input, textarea {
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	
	width: 330px;
}

table#gbentry textarea {
	height: 170px;
}

div .tx-sremailsubscribe-pi1 p {
	padding: 0px;
}

div .tx-sremailsubscribe-pi1 a {
	padding: 0px;
	background-image: none;
}

div .tx-sremailsubscribe-pi1 dt {
	width: 100px;
}


a:link, a:visited, a:active  {
	color: #8F0E14;
}

a:hover {
}

a.pdf:link, a.pdf:visited, a.pdf:active {
	background-image: url(../images/pdficon_small.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 21px;
}


ul, ol {
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

ol {
	list-style-position: inside;
	list-style-type: decimal;
}

table.contact td {
	padding-top: 3px;
	padding-bottom: 3px;
}

table.contact td.error {
	color: red;
}