table.frame {
	width: 900px;
	margin: 0px;
	margin: 0 auto;
}

table.strip {
	border: 0px;
	border-collapse: collapse;
	padding: 0px;
}

table.frame td,
table.headertable td,
table.bannertable td,
table.contenttable td,
table.languagetable td,
table.contenttable td {
	padding: 0px;
	vertical-align: top;
}

table.frame td.header {
	width: 900px;
	height: 208px;
	background-color: #938a53;
}

table.frame td.menu {
	height: 42px;
	background-image: url("images/menu_bg.jpg");
	background-repeat: no-repeat;
	text-align: center;
}

table.frame td.banner {
	height: 269px;
	background-color: #838249;
}

table.frame td.spacer {
	height: 4px;
	background-color: #938a53;
}

table.frame td.content {
	height: 400px;
	/*background-color: #5f7336;*/
	background-color: #938a53;
	padding: 10px;
}

table.headertable td.header_left {
	width: 162px;
	height: 208px;
	background-image: url("images/header_left.jpg");
	background-repeat: no-repeat;
}

table.headertable td.header_middle_top {
	width: 587px;
	height: 146px;
	background-image: url("images/header_middle_top.jpg");
	background-repeat: no-repeat;
	text-align: center;
	font-family: times;
	font-size: 24px;
}

table.headertable td.header_right {
	width: 150px;
	background-image: url("images/header_left.jpg");
	background-repeat: no-repeat;
}

table.headertable td.header_middle_bottom {
	height: 62px;
	background-image: url("images/header_middle_bottom.jpg");
	background-repeat: no-repeat;
	text-align: center;
}

table.bannertable td.banner_left, table.bannertable td.banner_right {
	width: 189px;
	padding: 20px 0px 0px 36px;
}

table.bannertable td.banner_middle {
	width: 450px;
	height: 269px;
	background-color: #9bbb58;
	text-align: center;
	vertical-align: middle;
}

table.contenttable td.content_cell {
	width: 852px;
	/*height: 392px;*/
	background-image: url("images/content_bg.jpg");
	background-repeat: repeat-x;
	background-color: #b4cc82;
	padding: 20px;
}

table.contenttable td.content_cell_other {
	width: 852px;
	height: 400px;
	background-color: #938a53;
	padding: 20px;
}

table.languagetable td {
	padding: 10px 20px 0px 0px;
	color: #fff;
}

table.languagetable td a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

table.languagetable td a:hover {
	color: #fdff00;
}

div.navigation {
	padding: 10px 10px 0px 0px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

div.navigation a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

div.navigation a:hover {
	color: #fdff00;
}

table.contenttable {
	margin-bottom: 10px;
}


table.contenttable td.contenttable_img {
	width: 30%;
	/*background-color: #9bbb59;*/
	text-align: center;
	/*padding: 10px;
	border: 2px solid #5F7336;*/
}

div.img_container {
	background-color: #9bbb59;
	padding: 10px 0px 10px 0px;
}

table.contenttable td.contenttable_text {
	width: 65%;
	padding: 10px;
	/*background-color: #b3cb84;*/
	border: 2px solid #5F7336;
	background-color:#B4CC82;
	background-image:url(images/content_bg.jpg);
	background-repeat:repeat-x;
}

table.contenttable td.contenttable_spacer {
	width: 5%;
	padding: 10px;
	
}



