
	body {
		background: #f4eccc;
		padding: 0px;
		margin: 0px;
		line-height: 1.6;
	}
	body, td, th {
		font-family: Georgia;
		color: #292418;
		font-size: 13px;
	}
	#center {
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
	}
	#main {
		border-collapse: collapse;
		width: 100%;
		min-width: 1000px;
		max-width: 1200px;
	}
	
	td {
		/*border: 1px solid red;*/
	}
	
	.td1 { width: 8.86%;  padding: 0px; vertical-align: top; text-align: right; }
	.td2 { width: 65.36%; padding: 0px; vertical-align: top; }
	.td3 { width: 25.78%; padding: 0px; vertical-align: top; }

	.tr1 .td2 { background: url('../img/1.2.jpg') top right no-repeat; }
	.web {	text-decoration:none;
			color: #6f3838;
	}
	#left_bg {
		background: url('../img/left.bg.gif');
		width: 60%;
		height: 360px;
		float: left;
	}
	#right_bg {
		background: url('../img/right.bg.gif');
		width: 40%;
		height: 360px;
		float: right;
	}
	
	.tr2 .td2 { 
		background: #FFF;
		border-bottom: 3px solid #e1bc89;
		padding-bottom: 35px;
	}
	#menu {
		background: #ad7037 url('../img/menu.border.gif') repeat-y;
		padding: 3px 0;
		margin: 1px;
	}
	
	#menu table {
		border-collapse: collapse;
		width: 100%;
	}
	#menu td {
		width: 1px;
		background: url('../img/menu.bg.gif');
		height: 36px;
	}
	#menu th {background: url('../img/menu.bg.gif');}
	
	#menu a {
		font-size: 18px;
		color: #FFF;
		white-space: nowrap;
		font-style: italic;
	}
	#menu a:hover { text-decoration: none; }
	#menu a.selected {
		color: #e5c08c;
		text-decoration: none;
	}
	#logo {
		margin-left: 24px;
		margin-top: 31px;
		float: left;
	}
	
	h1 {
		color: #a5262f;
		font-size: 25px;
		background: url('../img/h1.gif') left center no-repeat;
		padding-left: 10px;
		margin-bottom: 0px;
		font-style: italic;
		line-height: 1;
	}
	h1 a {
		color: #a5262f;
	}
	h2 {
		font-style: italic;
		color: #6f3838;
		font-size: 18px;
		background: url('../img/h2.gif') left center no-repeat;
		padding-left: 10px;
		margin-bottom: 7px;
		line-height: 1;
	}
	#selfhref {
		float: right;
		font-size: 10px; 
		color: #ebdca0;
		margin-right: 147px;
		margin-top: 4px;
	}
	#anim {
		visibility: hidden;
		position: relative;
		width: 261px;
		height: 146px;
	}
	
	div.clear {
		clear: both;
	}
	.top_text {
		padding: 26px 26px 0;
	}
	.left_text {
		padding: 0px 0 0 26px;
		float: left;
		width: 45%;
	}
	
	.right_text {
		padding: 0px 26px 0 0;
		float: right;
		width: 45%;
	}
	
	.text2 {
		color: #6f3838;
		font-size: 12px;
	}
	.tr3 .td2 {
		padding: 21px 19px 40px;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
		color: #6f3838;
	}
	
	.right {
		padding: 32px 10px 0 32px;
	}
	
	.contact {
		color: #292418;
		font-size: 18px;
	}
	.a1 {
		font-size: 12px;
		color: #be2229;
	}
	
