* { 
	empty-cells:show;
   -webkit-box-sizing: border-box; /* Safari/WebKit */ 
   -moz-box-sizing: border-box; /* Firefox */
   -ms-box-sizing: border-box; /* IE8 */
	box-sizing: border-box; /* W3C Property */
	padding:0;
	margin:0;
}

body {
	color:#000;
	font-family:verdana,arial,helvetica;
	font-size:10px;
	text-align:center;
	background: #d8d8d8;
}

p {}

h1 {font-size:22px;}
h2 {font-size:18px;}

ul { padding-left:15px; }

a img {border:0;}

a, a:link, a:visited, a:hover {text-decoration:none;}


/* Layout*/
/* Main wrapper */
div.thWrapper {
	/*width:980px; */
	width:980px;
	position: relative;
	margin:0 auto;
	background-color: #d8d8d8;
}

div.thHeader {
	width:980px;
	height:155px;
	position:relative;
}

div.thContainer {
	width:980px;
	position:relative;
	display:table;
	text-align:left;
}

div.thFooter {
	width:980px;
	height:60px;
	position:relative;
	background: #0f5c4a url(../images/footer.jpg) no-repeat left top;
}

TD.thFooter {
	width:980px;
	height:60px;
	position:relative;
	background: #0f5c4a url(../images/footer.jpg) no-repeat left top;
	border: 1px solid #fff;
}

TD.thFooter DIV A, TD.thFooter DIV A:link, TD.thFooter DIV A:active, TD.thFooter DIV A:visited{

	color: #fff;
}
/* End main wrapper */

/* Content */
div.thLeftContent {
	width:175px;
	position:relative;
	float:center;
}

div.thCenterContent {
	width:555px;
	position:relative;
	float:left;
	border-left: 10px solid #d8d8d8;
	border-right: 7px solid #d8d8d8;
	padding: 10px 15px;
}

div.thRightContent {
	width:250px;
	position:relative;
	/*float:left;*/
	text-align:center;
	/*background-color: #d8d6d7;*/
	border: 1px solid #fff;
}

TD.thRightContent {
	width:250px;
	position:relative;
	/*float:left;*/
	text-align:center;
	/*background-color: #d8d6d7;*/
	border: 1px solid #fff;
}

div.thClearFloat {
	clear:both;
}
/* End container */

/* Sub image */
div.thSubImageTop {
	width:220px;
	height:182px;
	position:relative;
	margin:0 auto;
	vertical-align: midle;
	text-align: center;
	background: #fff;
}

div.thSubImageMiddle {
	width:220px;
	height:182px;
	position:relative;
	margin:5px auto;
	vertical-align: midle;
	text-align: center;
	background: #fff;
}

div.thSubImageBottom {
	width:220px;
	height:182px;
	position:relative;
	margin:0 auto;
	vertical-align: midle;
	text-align: center;
	background: #fff;
}

/* End sub image */
/* End Layout */

/* Menubund */
DIV.MenuTable_div {
	float:left;
	display: block;
	padding:2px 5px;
	margin:0 auto;
	text-align:center;
	/*height:25px;*/
}

div.MenuTable_div a.menuLinks {
	color:#3d2f26;
}

div.MenuTable_div a,
div.MenuTable_div a:visited,
div.MenuTable_div a:link {
	color:#3d2f26;
	font-size:11px;
	text-decoration:none;
}

div.MenuTable_div a:hover {
	color:#e3c97c;
	font-size:11px;
	text-decoration:underline;
}

/* Other style */
div.thGoogleAds {
	margin:0 auto;
}