/* cleaning the css */
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* /cleaning the css */
.cl
{
	clear:both;
}

body
{
	background: url(../images/body_bg.png) repeat-x top #9ea2ad;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
a
{
	color:#c98f5d;
	text-decoration:none;
}
h1
{
	font-size:14px;
	font-weight:bold;
	color:#7c5839;
	padding:0 0 14px 0;
}
h2
{
	color:#c98f5d;
	font-size:12px;
	padding:0px;
	margin:0px;
}
h3
{
	color:#c98f5d;
	font-size:11px;
	line-height:13px;
	font-weight:normal;
}
input, textarea, select
{
	padding:0px;
	margin:0 0 5px 0;
	border:1px solid #9ea2ad;
}
.main_cnt
{
	width:828px;
	background-color:#fff;
	margin:8px auto auto auto;
}
	.header_cnt
	{
		width:828px;
		height:244px;
		padding:4px 0 0 0;
		background:url(../images/header_bg.png) repeat-x;
	}
		.fla_cnt
		{
			width:828px;
			height:199px;
		}
		.top_menu_cnt
		{
			width:800px;
			height:45px;
			padding:0 0 0 14px;
		}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
