@charset "utf-8";
/* CSS Document */
body {
background: url(images/bg.jpg) repeat-x #262f47;
margin: 50px 0 0 0;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
color: #1d2437;
}
#container {
width: 670px;
margin: 0px auto;
}
	#container #logo {
	float: left;
	width: 225px;
	height: 87px;
	background: url(images/logo.jpg)  no-repeat;
	padding: 0 0 10px 0;
	}
	#container #links {
	float: right;
	font-family: Tahoma, Arial, "Times New Roman";
	font-size: 10px;
	color: #ffffff;
	padding: 77px 15px 0 0;
	}
		#container #links a {
		color: #ffffff;
		text-decoration: none;
		}
		#container #links a:hover {
		color: #ffffff;
		text-decoration: underline;
		
		}
	.clear {
	clear: both;
	}
	#container #navigation {
	width: 650px;
	height: 38px;
	background: url(images/nav.jpg) repeat-x;
	padding: 20px 0 0 20px;
	}
		#container #navigation a {
		color: #ffffff;
		text-decoration: none;
		padding: 0 25px 0 0;
		}
		#container #navigation a:hover {
		color: #66FF00;
		text-decoration: underline;
		padding: 0 25px 0 0;
		}
	#container #banner {
	width: 670px;
	height: 108px;
	background: url(images/banner.jpg) no-repeat;
	}
		#container #banner #info {
		float: left;
		color: #ffffff;
		padding: 44px 0 0 140px;
		}
		#container #banner .getstarted {
		float: right;
		}
			img {
			border: none;
			margin: 33px 25px 0 0;
			}
	#container #content {
	width: 670px;
	background: #FFFFFF;
	}
		#container #content #left {
		
		width: 278px;
		float: left;
		padding: 15px 0 0 0px;
		}
		#container #content #right {
		width: 278px;
		float: right;
		padding: 15px 0 0 0;
		}
			#container #content .box {
			width: 278px;
			background: url(images/boxbg.jpg) repeat-y;
			}
				#container #content  .box h1 {
				width: 278px;
				height: 29px;
				background: url(images/h1.jpg) no-repeat;
				margin: 0;
				padding: 14px 0 0 0;
				font-size: 14px;
				font-weight: bold;
				color: #ffffff;
				text-align: center;
				}
				#container #content  .box .tent {
				width: 207px;
				margin: 0px auto;
				font-size: 10px;
				padding: 7px 0 5px 0;
				}
					#container #content  .box .tent ul {
					margin: 0;
					padding: 8px 0 8px 0;
					}
						#container #content  .box .tent ul li {
						list-style: none;
						background: url(images/li.jpg) no-repeat;
						padding: 0 0 3px 12px;
						}
				#container #content  .box .boxfoot {
				width: 278px;
				height: 24px;
				background: url(images/h1foot.jpg) no-repeat;
				}
	#container #contentfoot {
	width: 670px;
	height: 25px;
	background: url(images/contfoot.jpg) no-repeat;
	}
#footer {
width: 100%;
height: 73px;
background: url(images/footer.jpg) repeat-x;
padding: 60px 0 0 0;
}
	#footer #footlogo {
	width: 175px;
	height: 57px;
	background: url(images/footlogo.jpg) no-repeat right;
	}
		#footer #footlogo .hidden {
		visibility: hidden;
		}