/* CSS Document */
*, html {
	margin:0;
	padding:0
	}

body {
	background:#333333;
	font-family:"lucida grande","lucida sans unicode", "lucida sans",verdana,tahoma,arial;
	font-size:12px;
}
img { border:none }
.clearfix {
	clear:both;height:1px;display:none
}

#wrapper {
	width:1000px;
	margin:10px auto 0;
}
#main {
	background:transparent url(../img/bkgrndHom.jpg) no-repeat;
	}
	#logo {
		margin:5px 0 20px 5px;
		font-size:20px;
		font-weight:bold;
		color:#999;
		}
	
	#navigation {
		width:100%;
		background:transparent url(../img/nav-div-gen.png) no-repeat;
		padding:15px 0 0 7px;
		height:76px;
		font-size:15px;
		color:#999;
		text-align:center;
		}
		#navigation ul {
			margin:0;
			padding:0;
			}
		#navigation ul > li {
			display:inline;
			margin-right:10px
			}
		#navigation ul > li.no-border {
			background:none
			}
		#navigation img {
			border:0
			}
			
	#content-hp {
		height:220px;
		vertical-align:middle
		}
		#content-hp .catch {
			float:right;
			width:361px;
			text-align:right;
			margin:109px 46px 0 0;
			}
		#content-hp .catch-txt {
			font-size:35px;
			font-family:Arial, Helvetica, sans-serif;
			color:#fff;
			}
		
		.side-con {
			color:#fff;
			font-size:110%
			}
			.test-name {
				color:#FFCC33;
				font-size:110%;
				font-weight:bold;
			}
			.test-comp {
				margin-bottom:15px;
			}
			.test-body {
				
			}
		.main-content {
			margin-right:40px;
			font-size:125%;
			color:#FFF;
			}
			.main-content p {
				line-height:22px;
				margin-bottom:10px;
				clear:both;
				}
				
			.main-content ul {
				margin-top:25px;
				margin-bottom:15px
				}
			.main-content li {
				width:290px;
				padding-bottom:5px;
				float:left;
				list-style:none;
				}
			
	#footer {
		height:161px;
		background:transparent url(../img/footer.png) no-repeat;
		padding-top:15px
		}
		#footer .sm-lg {
			float:right;
			margin:15px 10px 0 0;
			}
		#footer .rcnt-proj {
			float:left;
			margin:23px 55px 0 12px;
			font-size:15px;
			color:#999;
			text-align:right
			}
