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

body { 
	margin: 0; 
	padding: 0; 
	background-color: #232E42;
	font-family: Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
	text-align: center;
	background-image: url(images/back-color.gif);
	background-position: center;
	background-repeat: repeat-y;
}
img { behavior: url(Scripts/iepngfix.htc) }

/* containers
----------------------------------------------- */
#container {
	width: 1024px;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	text-align: left;
}
#main-content {
	height: 545px;
}
#logo {
	margin: 44px 0 0 51px;
	width: 226px;
	float: left;
}
#info {
	top: 0px;
	margin-left: 36px;
	width: 391px;
	height: 223px;
	background-image: url(images/back-info.png);
	padding: 0 18px 0 18px;
	font-size: 15px;
	line-height: 18px;
	float: left;
}
#footer {
	height: 221px;
}
#footer-top {
	height: 144px;
	text-align: center;
}
#footer-bottom {
	height: 72px;
	border-top: solid #FFFFFF 5px;
	font-size: 12px;
	padding-top: 15px;
	line-height: 18px;
}
#footer-bottom a { 
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 2px 0 2px;
	font-weight: bold;
}
#footer-bottom a:hover { 
	color: #7288AE;
	background-color: #FFFFFF;
	text-decoration: none;
	padding: 0 2px 0 2px;
}