/* CSS Reset Browser Default Code */

body,div,dl,dt,dd,pre,form,fieldset,input,textarea,blockquote,th,td,hr { 
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img { 
	border: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
ol,ul {
	list-style:none;
}
address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}
caption,th {
	text-align:left;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
a {	/* get rid of link outlines in firefox */
	outline-color: invert;
	outline-style: none;
	outline-width: medium;
}
a:focus {
	outline: none;
}

/* End CSS Reset Browser Default Code */

/* Start CSS Layout Code */

html {
	height: 100%;
	margin-bottom: 1px;
	padding: 0 0;
}

body {
	height: 100%;
	background-color: #5b8014;
}

#container {
   min-height: 100%;
   position: relative;
}

#top-container {
	display: block;
	height: 27px;
	width: 100%;
	background: url("/images/bg-top-container.gif");
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #5b8014;
	margin: 0 0;
	padding: 0 0;
	border: 0px solid red;
}

#top-content {
	display: block;
	height: 27px;
	width: 970px;
	margin: 0 auto;
	padding: 0 0;
	border: 0px solid red;
}

#header-container {
	display: block;
	height: 182px;
	width: 100%;
	background: url("/images/bg-header-container.gif");
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #d3e0e5;
	margin: 0 0;
	padding: 0 0;
	text-align: center;
	border: 0px solid blue;
}

#header-content {
	display: block;
	height: 182px;
	width: 970px;
	margin: 0 auto;
	padding: 0 0;
	border: 0px solid blue;
}

#menu-container {
	display: block;
	height: 42px;
	width: 100%;
	background: url("/images/bg-menu-container.gif");
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #7e9721;
	margin: 0 0;
	padding: 0 0;
	border: 0px solid red;
}

#menu-content {
	display: block;
	height: 42px;
   	line-height: 42px;
	width: 896px;
	background: url("/images/bg-menu-content.png");
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 0 0;
	border: 0px solid red;
}

#body-container {
	display: block;
	height: auto;
	width: 100%;
	height: 100%;
	background: url("/images/bg-body-container.gif");
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #7e9721;
	margin: 0 0;
	padding: 0 0 56px 0;
	border: 0px solid red;
}

#body-content {
	display: block;
	width: 896px;
	margin: 0 auto;
	padding: 0 0;
	min-height: 900px;
	height: auto !important;
	height: 900px; /* IE6 Hack */
	background: url("/images/bg-body-content.png");
	background-position: top left;
	background-repeat: repeat-y;
	border: 0px solid red;
}

#content-container {
	display: block;
	overflow: hidden;
	min-height: 900px;
	height: auto !important;
	height: 900px;  /* IE6 Hack */
	width: 820px;
   	background: url("/images/bg-content-container.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding: 0 0;
	margin: 0 auto;
	text-align: left;
	border: 0px solid blue;
}

#content-content {
	display: block;
	min-height: 834px; /* 900px */
	height: auto !important;
    height: 834px;  /* IE6 Hack */  /* 900px */
	width: 762px; /* 820px */
	margin: 0 0;
	padding: 33px 20px 33px 38px;
	text-align: left;
	border: 0px solid red;
}

#content-content #left {
	float: left;
	clear: right;
	width: 522px;
	margin: 0 0 15px 0;
	padding: 0 0;
	text-align: left;
	border: 0px solid red;
}

#content-content #right {
	float: left;
	display: inline; /* IE6 Double Margin Fix Hack */
	width: 201px;
	margin: 0 0 15px 38px;
	padding: 0 0;
	text-align: left;
	border: 0px solid red;
}

#footer-container {
	position: absolute;
	bottom: 0;
	height: 56px;
	display: block;
	width: 100%;
	background: url("/images/bg-footer-container.gif");
	background-position: top left;
	background-repeat: repeat-x;
    background-color: #d3e0e5;
	margin: 0 0;
	padding: 0 0;
	text-align: center;
	border: 0px solid blue;
}

#footer-content {
	display: block;
	height: 56px;
	width: 820px;
	background: url("/images/bg-footer-content.gif");
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 0 0;
	text-align: center;
	border: 0px solid blue;
}

/* End CSS Layout Code */