* { 
	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 {
	text-align:center;
}

ul { padding-left:30px;}

/* Layout */
div.thWrapper {
	width:776px;
	position:relative;
	display:block;
	margin:0 auto;
	text-align:left;
}

div.thHeader {
	width:776px;
	height:64px;
	position:relative;
	background:url(../pix/header.png) no-repeat;
}

.logolink{
	position:absolute;
	width:320px;
	height:65px;
	display:block;
}

div.thTopLink {
	position:absolute;
	bottom:0px;
	right:0px;
	width:415px;
	height:20px;
}

div.thTopLink ul li {
	list-style:none;
	float:right;
	padding:0 5px 0 30px;;
}

div.thTopLink ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:20px;
	text-decoration:none;
	color:#656364;
}

div.thFlashSlide {
	width:776px;
	height:115px;
}

div.thFlashSlideLeft { float:left;width:259px;height:115px; }
div.thFlashSlideCenter { float:left;width:256px;height:115px;margin-left:1px; }
div.thFlashSlideRight {	float:right;width:259px;height:115px;}

div.thHeaderText {
	width:776px;
	height:36px;
	text-align:right;
	line-height:36px;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#656364;
}

div.thContent {
	width:776px;
	display:block;
}

div.thContentLeft {
	float:left;
	width:130px;
	border-top:solid 1px #9e0a0f;
}

div.thContentCenter {
	float:left;
	width:420px;
	margin-left:25px;
	padding:5px 0;
}

div.thContentRight {
	float:right;
	width:175px;
	border-top:solid 2px #9e0a0f;
	background:#ebecec;
}

div.thAddress {
	padding:12px 0 12px 14px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#231f20;
}

div.thNews {
	border-top:solid 2px #9e0a0f;
	padding:12px 0 12px 14px;
	background:#ebecec;
}

div.thNews h1 { font-size:16px; font-weight:bold; font-family:Arial; color:#9e0a0f; padding-bottom:12px; }
