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

body {
	font-family: Tahoma;
	font-size: 13px;
	color: #000000;
	line-height: 20px;
	background-color: #FFFFFF;
	background-image: url(images/mainbg_02.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	
#wrapper {
	width: 100%;
	margin: 0px auto;
	}
	
#container {
	width: 1000px;
	margin: 0px auto;
	padding-top: 100px;
	}
	
#nav {
	width: 1000px;
	height: 49px;
	margin: 0px auto;
	}
	
#header {
	width: 1000px;
	height: 228px;
	margin: 0px auto;
	}
	
#footer {
	width: 100%;
	height: 316px;
	margin: 0px auto;
	background: url(images/footerbg_17.jpg) repeat-x;
	}
	
#footercont {
	width: 1000px;
	height: 316px;
	margin: 0px auto;
	}
	
#left {
	width: 636px;
	height: 270px;
	float: left;
	padding-top: 46px;	
	}
	
#right {
	width: 324px;
	height: 270px;
	background-image: url(images/footer2_19.jpg);
	float: right;
	padding-top: 46px;	
	padding-left: 40px;
	}
	
#epa-roman {
	width: 980px;
	padding-left: 19px;
	}
	
#epa-roman ul li {
	list-style-type: none;
	list-style: none;
	}
	
#epa-letters {
	width: 960;
	padding-left: 40px;
	}
	
	
	
a.footer:link {
	text-decoration: none;
}
a.footer:visited {
	text-decoration: none;
	color: #df5020;
}
a.footer:hover {
	text-decoration: none;
	color: #745950;
}
a.footer:active {
	text-decoration: none;
	color: #745950;
}
	

