﻿body{
	margin:0;
	background-image:url('../images/header-bg.gif');
	background-repeat:repeat-x;
	background-color:#ecd7c4;
	font-family:tahoma, Helvetica, sans-serif;
	font-size:12px;
	color:#492d11;
	height:100%;
}

#wapper{
	width:1000px;
	margin:0px;
	padding:0;
	
}


#header{
	width:1000px;
	height:140px;
	margin:0;
	padding:0;
	position:relative;
}

#menu{
	width:790px;
	height:35px;
	position:absolute;
	top:102px;
	left:106px;
}

#content{
    width:780px;
	background-color:white;
	border:1px #730201 solid;
	margin-top:70px;
	margin-bottom:10px;	
}



#footer{
	height:64px;
	background-image:url('../../images/footer.gif');
	background-repeat:repeat-x;	
	margin:0;
	padding:0;
	font-family:tahoma, Helvetica, sans-serif;
	font-size:11px;
	color:#e2b98d;
	padding-top:10px;

}

.inside-text{
    font-family:tahoma, Helvetica, sans-serif;
	font-size:12px;
	color:#492d11;
	text-align:justify;
}

a:visited.text-footer{
	font-family: tahoma, Helvetica, sans-serif;	font-size: 11px;  color: #e2b98d; font-weight: normal;	text-decoration: none;
}

a:link.text-footer{
	font-family: tahoma, Helvetica, sans-serif;	font-size: 11px;  color: #e2b98d; font-weight: normal;	text-decoration: none;
}

a:hover.text-footer{
	font-family: tahoma, Helvetica, sans-serif;	font-size: 11px; color: #ffffff; font-weight: normal;	text-decoration: underline;
}

a:visited.text-more{
	font-family: tahoma, Helvetica, sans-serif;	font-size: 11px;  color: #a60100; font-weight: normal;	text-decoration: none;
}

a:link.text-more{
	font-family: tahoma, Helvetica, sans-serif;	font-size: 11px;  color: #a60100; font-weight: normal;	text-decoration: none;
}

a:hover.text-more{
	font-family: tahoma, Helvetica, sans-serif;	font-size: 11px; color: #fd8e23; font-weight: normal;	text-decoration: none;
}