* {
	margin: 0px;
	padding: 0px;
	border: none;
}

body {
	background-color: #f6f6f6;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link {
	color: #282a77;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #282a77;
}
a:hover {
	text-decoration: underline;
	color: #720205;
}
a:active {
	text-decoration: none;
	color: #282a77;
}

p {
	color: #333333;
	text-align: justify;
	font-size: 12px;
	line-height: 20px;
}

h2 {
	background-image: url(images/divider.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 5px;
	font-weight: bold;
	text-transform: capitalize;
	color: #282a77;
}

h3 {
	color: #333333;
	text-transform: capitalize;
	font-size: 20px;
}

#container {
	margin: auto;
	width: 850px;
}

#navigation {
	float: left;
	height: 68px;
	width: 850px;
}

#navigation li {
	display: block;
	list-style-type: none;
	float: left;
	background-image: url(images/nav_seperator.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#navigation li a {
	color: #333333;
	font-weight: bold;
	width: 108px;
	height: 42px;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	padding-top: 26px;
	float: left;
	text-decoration: none;
	margin-left: 2px;
}

#navigation li a:hover {
	background-image: url(images/nav_hover.gif);
	background-repeat: repeat-x;
	color: #ffffff;
	margin-left: 2px;
}

.form {
	float: left;
	padding-left: 20px;
	height: 54px;
	padding-top: 14px;
}


#title {
	float: left;
	height: 105px;
	width: 850px;
	background-image: url(images/title.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#featured {
	float: left;
	height: 223px;
	width: 850px;
}

.featured-image {
	float: left;
	height: 206px;
	width: 517px;
}

.featured-image img {
	background-color: #FFFFFF;
	border: 1px solid #d9d9d9;
	padding: 10px;
}

.featured-text {
	float: right;
	width: 323px;
	height: 206px;
}

.featured-text p {
	margin-top: 10px;
}

#left-content {
	float: left;
	width: 349px;
	margin-top: 20px;
}

.left-top {
	background-image: url(images/left_content_top.png);
	background-repeat: no-repeat;
	float: left;
	height: 26px;
	width: 349px;
}

.left-middle {
	background-image: url(images/left_content_middle.png);
	background-repeat: repeat-y;
	float: left;
	width: 307px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d1d1d1;
	border-left-color: #d1d1d1;
	padding-right: 20px;
	padding-left: 20px;
}

.left-bottom {
	background-image: url(images/left_content_bottom.png);
	background-repeat: no-repeat;
	float: left;
	height: 26px;
	width: 349px;
	margin-bottom: 10px;
}

#right-content {
	float: right;
	width: 480px;
	margin-top: 20px;
}

.right-top {
	float: left;
	height: 29px;
	width: 480px;
	background-image: url(images/right_content_top.png);
	background-repeat: no-repeat;
}

.right-middle {
	background-image: url(images/right_content_middle.png);
	background-repeat: repeat-y;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d1d1d1;
	border-left-color: #d1d1d1;
	float: left;
	width: 438px;
	padding-right: 20px;
	padding-left: 20px;
}

.right-middle h3 {
	margin-bottom: 10px;
}

.right-bottom {
	float: left;
	height: 29px;
	width: 480px;
	background-image: url(images/right_content_bottom.png);
	background-repeat: no-repeat;
}

li.icon1 {
	list-style-type: none;
	display: block;
	background-image: url(images/icon1.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 75px;
}

li.icon2 {
	list-style-type: none;
	display: block;
	background-image: url(images/icon2.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 75px;
}

li.icon3 {
	list-style-type: none;
	display: block;
	background-image: url(images/icon3.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 75px;
}

#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	float: left;
	height: 88px;
	width: 850px;
	margin-top: 20px;
}

#footer p {
	color: #666666;
	text-align: center;
	padding-top: 35px;
}
