@charset "utf-8";
/* CSS Document */

body,p,li,ul,div.hr{
	margin:0;
	padding:0;
}

body{
	background-image:url(../images/BG.jpg);
	background-repeat:no-repeat;
	background-color:#3d1800;
	background-position:center top;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
}
#container{
	width:962px;
	margin:0 auto;
}
img{
	border:none;
}
hr{
	color:#FFF;
	padding:0px;
	margin-bottom:10px;
	margin-top:10px;
}
h1{
	color:#FFF;
	font-size:30px;
	font-weight:500;
	margin:0;
	margin-bottom:5px;
	padding:0;
}
h2{
	color:#502409;
	font-size:20px;
	font-weight:500;
	margin:0;
	margin-bottom:5px;
	padding:0;
}
ul{padding-left:50px;
}
a:active {
    color: #502409;
    text-decoration: underline;
}
a:link {
    color: #502409;
    text-decoration: underline;
}
a:visited {
    color: #502409;
    text-decoration: underline;
}
a:hover {
    color: #502409;
    text-decoration: underline;
}
.imgLeft{
	float:left;
	margin-right:20px;
	border:1px solid #FFF;
	border-radius:10px;
}
.imgRight{
	float:right;
	margin-left:20px;
	border:1px solid #FFF;
	border-radius:10px;
}
.img{
	margin:20px;
}
#header{
	width:962px;
	height:214px;
	margin-top:20px;
	margin-bottom:20px;
}
#content{
	width:960px;
	border:solid 1px #FFF;
	background-image:url(../images/BGContent.png);
	background-repeat:repeat-y;
	background-position:top;
	background-color:#bb8b65;
	border-radius: 10px;
}
#contentText{
	padding:30px;
	padding-left:40px;
	font-size:16px;
	line-height:30px;
	text-align:justify;
}
#contentTextRight{
	float:right;
	width:229px;
	margin-left:30px;
	margin-bottom:20px;
	
}
#footer {
   	background-color:#2c1404;
    border: 1px solid #8c6b51;
    border-radius: 10px ;
    min-height: 100px;
    width: 960px;
	margin:0 auto;
	margin-top:20px;
	
}
#footerText {
    color: #8c6b51;
    font-size: 14px;
    line-height: 30px;
    padding-top: 20px;
    text-align: center;
}
#footerText a {
    padding-right: 60px;
}
#footerText a:active {
    color: #8c6b51;
    text-decoration: none;
}
#footerText a:link {
    color: #8c6b51;
    text-decoration: none;
}
#footerText a:visited {
    color: #8c6b51;
    text-decoration: none;
}
#footerText a:hover {
    color: #8c6b51;
    text-decoration: underline;
}
#wrap {
    margin: 0 auto;
    width: 900px;
	margin-top:5px;
	margin-bottom:40px;
}
#copyright {
    color: #8c6b51;
    float: left;
    font-size: 11px;
    margin-left: 20px;
}
#designed {
    color: #8c6b51;
    float: right;
    font-size: 11px;
    margin-right: 20px;
}
#designed a {
    color: #8c6b51;
    text-decoration: underline;
}