body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #323232;
	margin: 0;
}
#container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f0f0f0;
	width: 945px;
	margin-top: 30px;
}
#top-container {
	width: 945px;
	float: left;
}
.logo {
	float: left;
	margin-top: 9px;
	margin-right: 2px;
}
#main-container {
	width: 945px;
	float: left;
}
#left-container {
	width: 285px;
	float: left;
	margin-right: 30px;
}
#left-link-container {
	background-image: url(images/left-link-container.gif);
	background-repeat: repat-y;
	width: 285px;
	float: left;
	padding-top: 20px;
}
.left-link {
	text-decoration: none;
	background-image: url(images/left-link.png);
	background-repeat: no-repeat;
	background-position: 65px 12px;
	color: #cdcdcd;
	font-size: 16px;
	font-weight: bold;
	width: 195px;
	float: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 90px;	
	margin-bottom: 5px;
}
.left-link:hover {
	background-color: #dc4e1b;
	color: #fff;
}
#left-text {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	float: right;
	width: 250px;
	margin-top: 70px;
	margin-right: 5px;
}
#left-bottom {
	background-image: url(images/left-bottom.png);
	background-repeat: no-repeat;
	width: 285px;
	height: 22px;
	float: left;
}
#body-container {
	width: 625px;
	float: right;
}
#top-line {
	background-color: #d45122;
	width: 625px;
	height: 20px;
	float: left;
}
#header {
	color: #cecece;
	font-size: 24px;
	width: 625px;
	float: left;
	margin-top: 40px;
	margin-bottom: 15px;
}
#text {
	width: 625px;
	float: left;
	margin-bottom: 20px;
}
.learn-more {
	background-image: url(images/learn-more.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	font-size: 10px;
	color: #fff;
	text-align: center;
	width: 111px;
	height: 16px;
	float: right;
	padding-top: 3px;
	margin-top: 25px;
}
.learn-more:hover {
	color: #000000;
}
#images-container {
	width: 625px;
	float: left;
	margin-top: 25px;
}
#fp-image {
	width: 310px;
	float: left;
}
#fp-image-text {
	background-color: #d45122;
	text-align: center;
	width: 310px;
	float: left;
	font-weight: bold;
	font-size: 11px;
	padding-top: 5px;
}
#fp-image-text-bottom {
	background-image: url(images/fp-image-text-bottom.gif);
	background-image: no-repeat;
	width: 310px;
	height: 5px;
	float: left;
}
#footer-container {
	color: #fff;
	font-size: 11px;
	float: right;
	width: 230px;
	margin-top: 130px;
}
#bottom-container {
	font-size: 12px;
	color: #202020;
	background-color: #dfdfdf;
	width: 100%;
	height: 60px;
	float: left;
	margin-top: 10px;
	padding-top: 5px;
	text-align: right;
}
.ul-style {
	list-style-type: circle;
}
.trans-link {
	background-image: url(images/trans-link.jpg);
	background-repeat: no-repeat;
	color: #fff;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	width: 205px;
	height: 40px;
	float: left;
	margin-right: 5px;
	padding-top: 20px;
}
.trans-link:hover {
	color: #000000;
}
