/* .... css reset .... */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* .... end of css reset .... */

img
{
	border: none;
}

a
{
	text-decoration: none;
}

.clearBoth
{
	clear: both;
}

.noBorder
{
	border: none;
}

body
{
	font-size: 62.5%;
	font-family: tahoma, helvetica, arial, "lucida grande", sans-serif;
	background: #aa9983 url(../images/bg_main.jpg) repeat-x top;
}

#container
{
	width: 840px;
	margin: 0px auto;
	
}

#header
{
	width: 100%;
	height: 266px;
	background: url(../images/bg_head.jpg) no-repeat; background-position:0% 0%;

}

#mainBody
{
	width:840px;
	/*height: 439px;*/
	height:1000px; z-index:1;
	 background: #60523c url(../images/bg_text.jpg) repeat-x; background-position:0% 0%;
	
}

.txt{position:relative; left:60px; width:720px; font-size:12px; font-family:tahoma; color:#dfd5c5;}

._001{float:left; width:500px; position:relative; left:60px; width:720px; font-size:12px; font-family:tahoma; color:#dfd5c5;}
._002{float:right; position:relative; left:60px; top:-14px; width:720px; font-size:12px; font-family:tahoma; color:#dfd5c5;}
._003{float:right; position:relative; left:80px; top:-14px; width:720px; font-size:12px; font-family:tahoma; color:#dfd5c5;}
._004{float:left; position:relative; left:0px; top:0px; width:720px; font-size:12px; font-family:tahoma; color:#dfd5c5;}

.top {font-size:12px; font-family:tahoma; color:#9b896c;}
.top:hover{color:#dfd5c5;}

.top001 {position:relative; left:60px; font-size:12px; font-family:tahoma; color:#9b896c;}
.top001:hover{color:#dfd5c5;}

.mail{font-size:12px; font-family:tahoma; color:#a4bfe8;}
.mail:hover{color:#dfd5c5;}

#logo
{
	float:left;
	position:relative; top:20px; left:20px;
}

#flashcontent{float:right;}

/*-------------- Menu ---------------------*/

#minitabs {z-index: 5; float:left; width:700px; height:20px; margin:0 0 0 0; padding: 0 0 0 0; position:relative; top:4px; left:0px;}

#minitabs li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	height:20px;
	text-align:center;
	}

#minitabs a:link, #minitabs a:visited {
	position:relative; top:0px;
	width:90px;
	float: left; 
	font-size: 12px;
	font-weight: normal;
	text-align:center;
	margin: 0 0 0 0;
	text-decoration: none;
	color: #856e4f;
	font-family:tahoma;
	padding-top:0px;
	padding-left:5px;
	padding-right:4px;
	}

#minitabs a:hover {
	
		color:#382a16;
	}
	

