@charset "UTF-8";

#containerTop {
	background-image: url(img/bg.home.top.jpg);
	margin: 0x;
	padding: 0x;
	float: left;
	clear: left;
	height: 448px;
	width: 850px;
	background-repeat: no-repeat;
}

#nav {
	color: #45433c;
	margin: 180px 0 0 350px;
	position: relative;
	left: -5px;
	top: 8px;
}

#navExperience {
	margin: 97px 69px 0 0;
	padding: 30px 0 0 0;
}

#nav a {
	background: none;
	text-decoration: none;
	color: #2370B7;
}

#nav a:hover {
	background: none;
	color: #6f5f4e;
}



#colLeft {
	width: 339px;
	height: 65px;
	clear: left;
	float: left;
	background-image: url(img/bg.home.grad.gif);
	background-repeat: repeat-x;
}
#colMain {
	position: relative;
	top: -20px;
	float: left;
	clear: right;
	width: 511px;
	background-image: url(img/bg.home.grad.gif);
	background-repeat: repeat-x;
	padding-bottom: 140px;
}

#colMain p {
	margin: 0 85px 10px 10px;
}

#colMain h1 {
	margin: 15px 0 10px 10px;
}

#footer {
	margin: 0 0 25px 349px;
}
