@charset "utf-8";
/* CSS Document */

body {
	margin: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/bg.gif);
}
#mainTable {
	border: 1px solid #000;
	background-image: url(images/layout_02.jpg);
	width: 925px;
}
#left {
	margin-left: 20px;
	width: 200px;
}
#right {
	width: 617px;
	margin-left: 34px;
}


#footer {
	text-align: center;
	width: 925px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFF;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#homeLeft {
	padding-right: 25px;
}
#homeRight {
	background-color: #E7E5E6;
	border: 2px solid #EA0218;
	padding: 15px;
}
h1 {
	font-size: 18px;
	display: block;
	height: 30px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F10219;
}
.bold {
	font-weight: bold;
}
.featureBox {
	background-color: #E7E5E6;
	border: 2px solid #F10219;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}
