img {
	border: 0;
}

body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #DDEAE7;
	margin: 0px 0px 0px 0px;
}

fieldset.grid1 {
	border: 1px solid #545252;
	padding: 0px 10px 10px 10px;
}

legend.grid1 {
	font: bold 12px/25px verdana;
	color: #FF6600;
}

/* TEXT STYLES */
.txtStyle01 {
	font: 14px/24px Verdana;
	color: #494949;
	text-align: justify;
}

.txtHeader1 {
	font: 28px Trebuchet MS;
	color: #49442D;
	background-color: #AFA058;
	padding: 5px 0px 5px 10px;
}

.txtHeader2 {
	font: 12px/16px Arial;
	color: #EEEEEE;
}

.txtSubHeader1 {
	font: 14px/18px "MS Sans Serif";
	color: #0455B3;
}

.titleStyle01 {
	font: bold 20px "MS Sans Serif";
	color: #FFFFFF;
}

input.Style01 {
	height: 20px;
	font: 12px/20px Arial;
	color: #282828;
	background-color: #EFEFEF;
	border: 1px solid #BBBBBB;
	padding-left: 5px;
}

textarea.Style01 {
	font: 12px/20px Arial;
	color: #282828;
	background-color: #EFEFEF;
	border: 1px solid #BBBBBB;
	padding: 2px 2px 2px 2px;
}

select.Style01 {
	height: 20px;
	font: 12px/20px Arial;
	color: #282828;
	background-color: #EFEFEF;
	border: 1px solid #BBBBBB;
	padding: 2px 2px 2px 2px;
}

.bottom {
	font: 13px/18px Arial;
	color: #CFCFCF;
}

A.bottom:link, A.bottom:visited {
	font: 13px/18px Arial;
	color: #CFCFCF;
	text-decoration: none;
}

A.bottom:hover {
	font: 13px/18px Arial;
	color: #EFEFEF;
	text-decoration: none;
}

.txtFooter {
	font: 11px verdana;
	color: #484848;
}

A.txtFooter:link, A.txtFooter:visited {
	font: 11px Verdana;
	color: #484848;
	text-decoration: none;
}

A.txtFooter:hover {
	font: 11px Verdana;
	color: #262626;
	text-decoration: none;
}

.button {
	font: 12px/28px Arial;
	color: #999999;
	border: 1px solid #999999;
	width: 100px;
	height: 28px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	cursor: pointer;
}

A.menu:link, A.menu:visited {
	font: 15px Verdana;
	color: #DDDDDD;
	border: 1px solid #635B3B;
	background-color: #635B3B;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
}

A.menu:hover {
	font: 15px Verdana;
	color: #FFFFFF;
	border: 1px solid #8F8F8F;
	background-color: #49442C;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
}

.menu2 {
	font: 10px sans-serif;
	color: #EEEEEE;	
}

A.menu2:link, A.menu2:visited {
	font: 10px Arial;
	color: #BBBBBB;
	text-decoration: none;
}

A.menu2:hover {
	font: 10px Arial;
	color: #FFFFFF;
	text-decoration: none;
}

/* PAGE SECTION AREAS */

#container {
	position: relative;
	width: 1000px;
	margin: 0px 0px 0px 0px;
	display: table;
	z-index: 0;
}

#menu-area {
	width: 1000px;
	height: 40px;
	margin: 0px 0px 0px 0px;
	background-color: #635B3B;
}

#header-area {
	width: 1000px;
	height: 400px;
	background-color: Gray;
}

#content-area {
	width: 998px;
	margin: 0px 0px 0px 0px;
	background-color: #D6D6D6;
	border-left: 1px solid #AFAFAF;
	border-right: 1px solid #AFAFAF;
}

#bottom-area {
	width: 1000px;
	height: 90px;
	margin: 0px 0px 0px 0px;
	background-color: #635B3B;
}

#footer-area {
	width: 1000px;
	height: 30px;
}

/* CONTENT SECTION */
#content-body {
	width: 998px;
	display: table;
}

#content-left {
	float: left;
	width: 628px;
	padding: 30px 30px 30px 40px;
}

#content-right {
	float: right;
	width: 260px;
	padding: 30px 30px 30px 10px;
}
