body{
	background: url(../images/bg_grid_test.jpg) repeat-x #ffffff;
	font-family: "Century Gothic";
	font-size: 12px; 
	line-height: 18px; 
	margin: 0px;
}

#wrapper{
	width: 1020px;
	margin: 0px auto;
	position: relative;
}
	#header{
		width: 100%;
		height: 188px;
		background: url(../images/ends_01.png) no-repeat;
		text-align: center;
	}
	
		#logo{
			width:328px;
			height: 188px;
			background: url(../images/index_03.png) no-repeat;
			margin: 0px auto;
		}
			
			#logo li{
				display: none;
			}
	
	.line{
		width: 948px;
		height: 35px;
		margin: 0px auto;
		background: url(../images/images_07.png) no-repeat;
	}
	
	.line2{
		width: 948px;
		height: 35px;
		margin: 0px auto;
		clear: both;
		background: url(../images/images_07.png) no-repeat;
	}
	
	#subtitle{
		text-align: center;
	}
		#subtitle3{
		text-align: center;
		line-height: 30px;
	}
	
	#content{
		width: 1020px;
		height: auto;
	}
	
		#left{
			width: 60%;
			float: left;
			position: relative;
		}
			
			#left li{
				list-style: none;
				font-size: 28px;
				font-weight: lighter;
				font-style: italic;
				line-height: 50px;
			}
		
		#left2{
			width: 60%;
			float: left;
			position: relative;
		}
			
			#left2 li{
				list-style: none;
				font-size: 16px;
				font-weight: lighter;
				font-style: italic;
				line-height: 22px;
			}
		
		#right{
			width: 40%;
			float: right;
			position: relative;
		}
		
			#right p{
				font-size: 22px;
				margin: 10px 0px 15px 0px;
				font-weight: bolder;
			}
			
			#right h1{
				line-height: 30px;
			}
			#right h3{
				font-size: 24px;
				line-height: 28px;
			}
			.subform{
				font-size: 18px;
				font-weight: bolder;
				color: #666666;
			}
			
			.textinput{
				height: 20px;
				border: solid thin #333333;
				background: #ffffff;
				padding: 5px;
				font-size: 16px;
				margin-left: 4px;
			}
	#points li{
		list-style: none;
		list-style-image:url(../images/index_11.png);
		font-size: 22px;
		font-weight: bolder;
		margin: 0px 0px 20px 40px;
		
	}
		.little{
			font-size: 18px;
			color: #666666;
			
			font-weight: lighter;
			}
			
		.smaller{
			font-size: 14px;
			color: #666666;
			
			font-weight: lighter;
		}

		.smaller2{
			font-size: 18px;
			color: #666666;
			
			font-weight: lighter;
		}
	#footerWrap{
		width: 1020px;
		height: 266px;
		background: url(../images/ends_03.png) no-repeat bottom;
		margin: 0px auto;
		position: relative;
		clear: both;
	}
	
		#footer{
			background: url(../images/footerText_03.png) no-repeat center bottom;
			width: 813px;
			height:144px;
			margin: 0px auto;
			position: relative;
		}
	
	
