@charset "UTF-8";
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #21201B;
	height: auto;
}
.thrColLiqHdr #container {
	width: 875px; /* the auto margins (in conjunction with a width) center the page */
	border: medium ridge #FFCC66;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #21201B;
	height: auto;
	clear: both;
	visibility: inherit;
} 
.clear {
	clear: both;
}
#nav img {
	padding: 6px;
	text-align: center;
}
#nav_sm {
	padding-left: 15px;
}
#upshow {
	background-repeat: no-repeat;
	background-color: 302E28;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	color: #CCCCCC;
	text-decoration: none;
	margin-left: 20px;
	background-image: url(images/bgbio.gif);
	padding-top: 2px;
	padding-left: 8px;
	width: auto;
	margin-top: 10px;
	font-weight: normal;
	padding-right: 4px;
}
#upshow a {
	color: #FFFFFC;
	text-decoration: none;
}
.thrColLiqHdr #header {
	background-color: #DDDDDD;
	padding-top: 10;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 848px;
} 

/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.thrColLiqHdr #mainContent {
	margin-bottom: 0;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #21201b;
	padding-top: 10px;
	padding-left: 5px;
	vertical-align: top;
	margin-top: 3px;
	width: 870px;
	height: 230px;	
}
#lowercontent_news  left {
	background-color: #21201B;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 5px;
	width: 845px;
	text-align: center;
	background-image: url(images/footerbg.gif);
	background-repeat: no-repeat;
	margin-left: 10px;
} 
#footer {
	background-repeat: no-repeat;
	text-align: center;
	margin-left: 10px;
	color: #2C2411;
	clear: both;
	float: none;
}
.thrColLiqHdr #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 */
}
.footer {
	clear: both;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#flag {
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 5px;
	height: 80px;
	background-color: #21201b;
	padding-left: 2px;
}
#nav {
	background-color: #21201b;
	background-position: right;
	width: 240px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 4px;
	padding-bottom: 4px;
	height: 100px;
	margin-left: 10px;
}
#flag img {
	padding-left: 9px;
}
#lowercontent_news {
	width: 800px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
body {
	background-color: #333333;
}
#bio {
	width: 510px;
	height: auto;
	vertical-align: top;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 7px;
	overflow: auto;
	background-position: top;
	color: #CCCCCC;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#lowercontent {
	background-image: url(images/lowercontentlong.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	background-repeat: no-repeat;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	text-align: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	background-color: 21201b;
	height: 400px;
}
#bio a {
	font-family: Arial, Helvetica, sans-serif;
	color: #BE994C;
	text-decoration: underline;
}
#lowercontent_left {
	width: 500px;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	vertical-align: top;
	text-align: justify;
	padding-left: 5px;
}
#lowercontent_left img {
	padding: 3px;
	text-align: left;
	vertical-align: bottom;
	float: none;
}
#lowercontent_right {
	vertical-align: top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: right;
}
#lowercontent_right img {
	text-align: left;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
	vertical-align: top;

}
#mainContent img {
	margin-left: 4px;
}

.clear { clear:both 
}
