@charset "UTF-8";
#conatiner {
	height: 750px;
	width: auto;
}
#LeftColumn {
	width: 150px;
	margin-left: 50px;
	float: left;
	position: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}
.clients {
	font-size: 12px;
	color: #CCCCCC;
}
#RightColumn {
	width: 850px;
	margin-left: 250px;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 15px 35px 35px;
	background-color: #737373;
	border-left-width: 1px;
	border-left-style: outset;
	border-left-color: #333333;
}
.home {
	color: #333333;
}
#RightColumnTop {
	height: 150px;
	width: 850px;
	margin-left: 250px;
}
#home {
	font-size: 11px;
}
#about {
	line-height: 35px;
	font-size: 14px;
}
.quoteby {
	font-style: normal;
	font-weight: 300;
	color: #999999;
}
.clientright {
	font-weight: bold;
	color: #424242;
}
.copyright {
	font-size: 9px;
	text-transform: uppercase;
	color: #333333;
}
.quote {
	font-size: 12px;
	font-style: italic;
	color: #CCCCCC;
}
.enlargetext {
	font-size: 10px;
	color: #CCCCCC;
}
