html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn,
em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt,
var, b, u, i, center, dl, dt, dd, ol,
ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead,
tr, th, td{
	margin:					0;
	padding:				0;
	list-style:				none;
}
a {
	text-decoration:		none;
}
a:hover{
	text-decoration:		underline;
}
body{
	text-align:				left;
	color:					#655E50;
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				11px;
}
.cache, #content .cache{
	font-style:				italic;
}
p{
	margin:					10px 0;
}
ul, li {
	margin-left:			10px;
	list-style:				disc;
}
/**/
#content{
	width:					100%;
	position:				absolute;
	z-index:				9998;
	margin-top:				70px;
}
#content .tab_top{
	padding-top:			10px;
}
#content_in{
	width:					1000px;
	margin:					auto;
	line-height:			16px;
}
#content a{
	color: 					#655E50;
}
#content_bottom{
	background:				transparent url('../images/background_page.jpg') no-repeat center top;
    height:					310px;
    margin:					-125px 0 0 -25px;
    position:				absolute;
    width:					100%;
    z-index:				-9999;
}
#content h1{
	font-size:				32px;
	color:					#788C3C;
	font-weight:			bold;
	margin-bottom:			20px;
}
#content h2, #content h3{
	color:					#788C3C;
	font-size:				16px;
	font-weight:			bold;
	text-transform:			uppercase;
}
#content h3{
	font-size:				14px;
}

