body 
{
font-size: .75em;
margin: 0px;
text-align: center;
background: #ffffff url(img/bg.gif) top left repeat-x;
color: #121212;
font-family: "Times New Roman", Times, serif;
}

#wrap{
	position: relative;
	margin: auto;
	width: 820px;
	padding: 0 88px 0 88px;
}

	#head {
		position: relative;
		height: 91px;
		background: url(img/header-bg.jpg) top left no-repeat;
	}
	
		#head p{
			position: relative;
			float: right;
			padding: 45px 20px 0 0;
			color: #fff;
		}
		
		#head a{
			color: #fff;
			text-decoration: underline;
		}
		
		#head a:hover{
			text-decoration: none;
		}
	
	
		#main{
			position: relative;
			float: left;
			width: 820px;
			height: 378px;
			background: url(img/content-bg.jpg) left no-repeat;
		}
		
		
	#left{
		position: absolute;
		text-align: center;
		left: 20px;
		top: 10px;
		height: 345px;
		width: 391px;
	}
	
	#left h1{
		font-size: 26px;
		margin: 40px 0 0 0;
		text-align: center;
		color: #1ea4b0;
		font-family: "Times New Roman", Times, serif;
	
}

	#left img{
		margin: 10px 0 0 0;	
}

#left p{
		font-size: 22px;
		margin: 10px 0 0 0;
		text-align: center;
		color: #8e8d8d;
		font-family: "Times New Roman", Times, serif;
	
}

#left a{
		font-size: 22px;
		text-align: center;
		color: #1ea4b0;
		font-family: "Times New Roman", Times, serif;
	
}

	
	#right{
		position: absolute;
		text-align: center;
		right: 20px;
		top: 10px;
		height: 345px;
		width: 391px;
	}
	
	#right h1{
		font-size: 26px;
		margin: 40px 0 0 0;
		text-align: center;
		color: #1ea4b0;
		font-family: "Times New Roman", Times, serif;
	
}

	#right img{
		margin: 10px 0 0 0;	
}

#right p{
		font-size: 22px;
		margin: 10px 0 0 0;
		text-align: center;
		color: #8e8d8d;
		font-family: "Times New Roman", Times, serif;
	
}

#right a{
		font-size: 22px;
		text-align: center;
		color: #1ea4b0;
		font-family: "Times New Roman", Times, serif;
	
}




















