@charset "utf-8";
/* CSS Document */

body,html{
	background-image:url(../images/background.jpg);
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
	padding:0px; 
	margin:0px;
	line-height:1.5em;
}

a{
	color:#000;
	text-decoration:underline;
}

a:hover{
	color:#3A6BB4; 	
}

#container{
	margin:auto; 
	position:relative; 
	width:934px; 
}

#header{	
	margin:0px 0px 0px 0px;
	position:relative;
	width:934px; 
}

#header-title{
	color:#FFFFFF;
	margin:5px 30px 5px 30px;
	position:relative;
	width:750px;
}


#content{
	background-image:url(../images/body.jpg);
	background-repeat:repeat-y;
	min-height:500px; 		
	padding:5px 0px 5px 0px; 	 
	width:934px; 
}

#content-main{	
	margin:10px 0px 10px 0px;  
	min-height:500px;
	padding:5px 50px 5px 50px;
	width:834px; 
}

#content p{
	padding:0px 10px 0px 10px; 
	line-height:1.5em;
}

#content-footer{
	background-image:url(../images/footer.jpg);	
	color:#F9EDD1;
	font-size:13px;
	height:130px;
	position:relative;
	padding:0px 50px 0px 50px;
	width:834px;
}

#content-footer a{
	color:#F9EDD1; 
	text-decoration:none;
}

#content-footer a:hover{
	color:#F9EDD1; 
	text-decoration:underline;
}

#content-spacer{
	clear:both;
	width:100%; 
}

#info{
	position:absolute;
	margin:0px 0px 0px 0px;
	left: 191px;
	top: 24px;
}

.border{
	border:1px solid #C7B89A;
}

#footer{	
	color:#FFF;
	clear:both;
	font-size:10px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:90px; 
	margin:5px 0px 0px 0px; 
	padding:0px 0px 0px 0px;	 
	width:100%; 
}

#footer a{
	color:#FFF; 
	text-decoration:none;
}

#footer a:hover{
	color:#FFF; 
	text-decoration:underline;
}

#content-footer #signature{
	position:absolute;
	left: 590px;
	top: 78px;
	width: 303px;
}

#footer .titlefooter{
	font-size:11px; 
	font-weight:bold; 
	text-transform:uppercase; 
	margin:0px; 
	padding:0px; 
}
.bigtext {
	font-size: 16px;
	color: #482606;
}
