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

body,html{
	font-family:sans-serif, Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
	background-color:#FFF; 
}

a{
	
}

a:hover{
	color:#000; 	
}

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

#template-container{
	margin:auto; 
	position:relative; 
	width:1000px; 
}

#header{	
	position:relative;
	width:800px; 
}

#content{
	background-image:url(../images/template_content.gif);
	background-repeat:repeat-y;
	min-height:500px; 		
	padding:5px 60px 5px 60px; 	 
	width:880px; 
}

#content-homepage{ 
	margin-top:60px; 
	width:1000px;
}

#content-footer{
	background-image:url(../images/template_contentfooter.gif);
	background-repeat:no-repeat;
	height:45px;
	width:1000px; 
}


#footer{
	color:#000;
	clear:both;
	font-size:12px; 
	height:100px; 
	margin:5px 0px 20px 0px; 
	padding:0px 0px 0px 0px;	 
	width:100%; 
}

#footer a{
	color:#000; 
}

#footer a:hover{
	color:#000; 
}

#footer #info{ 
	float:left; 
	margin:0px 0px 0px 40px; 
}

#footer #signature{; 
	float:right;
	margin:0px 55px 0px 0px;  
}

#footer .titlefooter{
	font-size:12px; 
	font-weight:bold; 
	text-transform:uppercase; 
	margin:0px; 
	padding:0px; 
}