/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #666633;
	color: #666633;
}

/** HEADER */

#header01 {
	width: 900px;
	padding: 0px;
	height: 140px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFBFD;
	background-image: url(../images/header_01.png);
	background-repeat: no-repeat;
}

#header02 {
	width: 900px;
	padding: 0px;
	height: 140px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFBFD;
	background-image: url(../images/header_02.png);
	background-repeat: no-repeat;
}

#header03 {
	width: 900px;
	padding: 0px;
	height: 140px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFBFD;
	background-image: url(../images/header_03.png);
	background-repeat: no-repeat;
}

#header04 {
	width: 900px;
	padding: 0px;
	height: 140px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFBFD;
	background-image: url(../images/header_04.png);
	background-repeat: no-repeat;
}

#header05 {
	width: 900px;
	padding: 0px;
	height: 140px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFBFD;
	background-image: url(../images/header_05.png);
	background-repeat: no-repeat;
}



#header h1 {
	margin: 0px;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 145px;
}

#header h2 {
	margin: 0px;
	font-size: 20pt;
	color: #FFFFFF;
	padding-top: 105px;
	text-align: right;
	padding-right: 15px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-style: italic;
}

#logo {
	height: 120px;
	width: 110px;
	position: absolute;
	padding-left: 20px;
	padding-top: 20px;
}

/** MENU */

#menu {
	width: 900px;
	background-color: #FFFFFF;
	text-align: right;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #666633;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 4px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: right;
}

#menu a {
	text-align: right;
	font-size: 11pt;
	color: #666633;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
	text-decoration: none;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #666633;
}


#menu a:hover {
	background-color: #666633;
	text-decoration: none;
	color: #FFFFFF;
}

/** CONTENT */

#content {
	width: 900px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	background-repeat: repeat-y;
	background-position: left top;
}

#left {
	float: left;
	width: 150px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	list-style-image: none;
	list-style-type: none;
}


#left li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666633;
	list-style-type: none;
	padding-bottom: 5px;
	list-style-image: none;
}

#left a {
	color: #666633;
	text-decoration: underline;
	list-style-type: none;
	list-style-image: none;
}

#left a:hover {
	color: #663333;
	text-decoration: underline;
	list-style-image: none;
	list-style-type: none;
}


#middle {
	width: 500px;
	float: left;
}

#middle_full {
	width: 700px;
	float: left;
}



#middle li{
	color: 666633;
}

h1 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 24px;
	color: #663333;
	top: 0px;
}


#middle p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: 666633;
	line-height: normal;
}

#middle_full p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: 666633;
	line-height: normal;
}



#middle li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: 666633;
	line-height: normal;
	padding-bottom: 5px;
}



#middle a {
	color: #663333;
	
}

#middle a:hover {
	color: #666666;
	
}


#middle_full a {
	color: #663333;
	
}

#middle_full a:hover {
	color: #666666;
	
}



#right {
	float: right;
	width: 185px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 0px;
	line-height: 20px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

/** FOOTER */

#footer {
	clear: both;
	width: 900px;
	margin: 0px auto;
	background-color: #CCCCCC;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: 666633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
}

#footer p {
	margin: 0px;
	color: #666666;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 7pt;
	padding-left: 10px;
	text-align: center;
	font-size: 9pt;
}

#footer a {	
	color: #666666;
}

#footer a:hover {	
	color: #333333;
}

#border-top {
	border-top: 5px solid #60B7DE;
}

.Caption {
	color: #333333;
}
