/* MAIN */
}
html, body {
	height: 100%;
              overflow-x:hidden;
}

body {
	background:#A4A672  url(layoutimages/BACK.jpg) repeat top left; 
	font-family: Tahoma, sans-serif; 
	font-size: 11px; 
	color: #221B08; 
	text-align: justify;
	margin: 0; 
	padding: 0;
}

#header01 {
	background:  url(layoutimages/header_01.jpg) no-repeat;
	width: 953px;
	height: 140px;
}

#header02 {
	background:  url(layoutimages/header_02.jpg) no-repeat;
	width: 953px;
	height: 156px;
}

#header03 {
	background:  url(layoutimages/header_03.jpg) no-repeat;
	width: 953px;
	height: 174px;
}

#header04 {
	background:  url(layoutimages/header_04.jpg) no-repeat;
	width: 953px;
	height: 174px;
}

#main{
	position: absolute;
	top: 20px; 
	left: 518px; 
	width: 268px; 
	padding-bottom: 20px;
}

#sidebar {
	position: absolute; 
	top: 10px; 
	left: 807px; 
	width: 130px; 

}

h2 {
              padding-left: 3px;
              font-size:11px;
              font-weight: normal;
              font-family:sans-serif;
              line-height:12px; 
              letter-spacing:3px;
              color: #FFFFFF; 
              background-color: #transparent;
              border: solid #221B08 1px;
}

h3 {
              padding-left: 0px;
              font-size:8px;
              font-weight: bold;
              font-family:sans-serif;
              line-height:11px; 
              letter-spacing:3px;
              color: #221B08; 
}

h4 {
              padding-left: 3px;
              font-size:11px;
              font-weight: normal;
              font-family:sans-serif;
              line-height:12px; 
              letter-spacing:3px;
              color: #221B08; 
              background-color: #transparent;
              border: dotted #FFFFFF 1px;
}

/* SIDEBAR */

#sidebar A {
	text-decoration: none;
	color: #FFFFFF; 
}

#sidebar A:hover {
	text-decoration: none;
	color: #FFFFFF; 
}

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}

#sidebar ul li A{
	font-family: Tahoma, sans-serif; 
	color: #FFFFFF; 
	background: #5E5A34;
	text-decoration: none;
	line-height: 14px;
	letter-spacing: 1px;
	display: block;
              border: #F3FFD6 solid 1px;
	text-transform: uppercase;
	width: 124px;
	padding-left: 10px;
	margin: 3px 0 3px 0;
}

#sidebar ul li A:hover {
	color: #FFFFFF; 
	background: #889C61;
}



/* LINKS */

A {
	color: #66190F; 
	text-decoration: none;
              text-transform: uppercase;
}

A:hover	{
	color: #5C4E27; 
	text-decoration: underline; 
              text-transform: uppercase;
}

input, select, textarea {
	background: #A4A672;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #221B08;
	border: dotted #FFFFFF 1px;
}

/*FOOTER*/

#clear {
	clear: both;
}

#footer {
	background: url(layoutimages/FOOTER.png) no-repeat;
	width: 953px;
	height: 58px;
	position: absolute;
	left: -518px;
	bottom-margin:0px;
}

img, #footer { behavior:  url(iepngfix.htc); }


