
html,
body {
	margin: 0;
	padding:0;
	height:100%;
}

* html #container { height: 100%;}
#container {
   min-height:100%;
   position:relative;
   border:1px solid blue;
}

#container-header {
   background:#333333;
   padding:20px;
   height: 300px;
   margin: 0 auto;
   border-bottom: #ECCD8A solid 10px;
}

#container-body {
	width: 980px;
	margin: 0 auto; padding: 20px;
	min-height: 645px;
	height: auto !important;
	height: 645px;
	background: #ffffff;
	clear: both;
}

html>body #container-body { overflow: auto; } /* FOR IE 7 AND MODERN BROWSERS */


.rightColumn	{ float: right; display: inline;}
.leftColumn		{ float: left; display: inline;}

#container-form {
	background: #ffffff;
	width: 340px;
	margin: 0;
	float:left;
	padding:0px;

}
#container-content {
	background: #ffffff;
	width: 600px;
	margin: 0;
	float:left;
	padding:10px;
	
}

#container-footer {
   position:relative;
   bottom:0;
   width:100%;
   height:60px;   /* Height of the footer */
   background:#000;
}

body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	background-color: #D49E2A;
}

a img { border: none; }

h1,h2,h3,h4,h5,h6 { font-weight: bold; }

h1 { font-size: 28px; margin: 10px 0 0 0; color: #000000; text-align: center; }
h2 { font-size: 20px; margin: 0 0 20px 0; padding: 0; color: #BD422B; text-align: left;}
h3 { font-size: 16px; margin: 7px 0; padding: 0; color: #FFFFFF; text-align: left;}
h4 { font-size: 18px; margin: 10px 0 20px 0; padding: 0; color: #4B90BD; text-align: left;}
h5 { font-size: 14px; margin: 0 0 25px 0; color: #666666; text-align: left;}
h6 { font-size: 13px; font-style: italic; margin: 0; padding: 10px 0 0 0; color: #FFFFFF; text-align: center; }

hr {
	clear: both; 
	width: 100%; 
	margin: 15px 0; padding: 0;
	border-top: dashed 2px #D5DADC ; 
	border-bottom: none;
	border-left: none;
	border-right: none;
}

/* Text elements
-------------------------------------------------------------- */

p		{ margin: 4px 0 ; text-align: left; }
ul      { margin: 2px 0 2px 20px; padding: 0; text-indent: -20px; text-align: left; list-style-position: inside; list-style-type: circle; }


/* Some default classes
-------------------------------------------------------------- */

.error			{ text-align: center; margin: 15px 0; font-size: 14px; font-weight: bold; }
.right			{ text-align: right; font-weight: bold; font-size: 14px; }
.small			{ font-size: 11px; }
.top			{ margin-top: 10px; }
.footer			{ border-top: #C6C6C6 solid 3px; }
.last			{ padding: 0; }


/* Form classes
-------------------------------------------------------------- */
form			{ margin: 0; padding: 0;}

.form_bg		{ width: 300px; padding: 10px; background: #F8F0E4; border-top: #EFDFC2 solid 5px; border-bottom: #EFDFC2 solid 5px; }

.label			{ font-size: 12px; text-align: left; }
.labelfull		{ font-size: 12px; width: 200px; text-align: left;  }

#captchaimg		{ margin: 5px 0; float: left; display: inline; clear: both;}

.item		 	{ margin: 0; padding: 0; clear: both; }
.item_submit 	{ margin: 3px; 0; text-align: center; }


/* form2 - original form used
.label			{ font-size: 12px; width: 70px; float: left; display: inline; text-align: left; }
.labelfull		{ font-size: 12px; width: 200px; text-align: left;  }*/


INPUT.Cat_TextBox, INPUT.Cat_TextBox_Sm, SELECT.Cat_DropDown, TEXTAREA.Cat_ListBox {
	color: 	#333333;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px; font-weight: normal;
	border: 1px solid #C4BFBC;
	margin-bottom: 6px;
	background: #FFFFFF !important;
}

INPUT.Cat_TextBox, SELECT.Cat_DropDown {
	WIDTH: 160px;
}

INPUT.Cat_TextBox_Sm {
	width: 60px;
	margin-top: 5px;
}

TEXTAREA.Cat_ListBox {
	width: 181px;
	height: 40px;
}


/* Button Classes */

.button {
	width:105px;
	height:30px;
	background: url(../images/but-submit.gif) no-repeat;
	outline: none; border: none;
	margin: 5px 0;
	cursor: pointer;
	text-align: center;
}

.button:hover {
	background: url(../images/but-submit_d.gif) no-repeat;

}

 /* @group Links */

a:link, a:visited {
	color: #333333;
	text-decoration: none;	
}

a:hover, a:active {
	color: #DE5206;
	text-decoration: underline;
}

/* Comments */

.commentlist li, .comment-body {
  text-align: left;
  border:1px solid red;
}
