body {
	background-color: #818175;
	text-align: center;
	margin: 0px;
	color: #4C4C45;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: 20px;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #818175;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #818175;
}
a:hover {
	text-decoration: none;
	color: #FFFF00;
	background-color: #818175;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #818175;
}
.work {
	height: 100px;
	width: 173px;
	margin: 5px;
	float: left;
	vertical-align: middle;
	text-align: center;
}
.info {
	font-size: 14px;
	line-height: 18px;
}
.divider {
	margin-top: 5px;
	margin-bottom: 5px;
}
#content {
	width: 780px;
	padding:0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: left;
}

/* ----------outer and inner----------------- */
#outer{ 
border-left: solid 220px #818174; /* color of the content column */
 } 

#inner{ margin:0px; width:100%; } /* The ie/pc pecularity */ 

/* ----------content columns----------------- */
#left {
 width:220px; 
 float:left; 
 position:relative; 
 margin-left:-220px; 
 margin-right:1px;
 }
#right{
	position: relative;
	float: right;
	margin: 0px;
}
p {
	margin-top: 8px;
	margin-bottom: 8px;
}
.web {
	vertical-align: bottom;
	color: #FFFFFF;
	background-color: #66665C;
	bottom: 0px;
	top: 10px;
	padding-bottom: 2px;
	margin-top: 20px;
	padding-right: 2px;
}
.projects {
	height: 73px;
	width: 100px;
	margin: 5px;
	float: left;
	vertical-align: middle;
	text-align: center;
}
.workDescription {
	width: 265px;
	text-align: left;
	position: relative;
	top: 0px;
	left: 5px;
	float: left;
	clear: right;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.worksList {
	height: 130px;
	width: 115px;
	float: right;
	vertical-align: middle;
	text-align: right;
	overflow: visible;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
	line-height: 13px;
}
.worksList p {
	margin-top: 1px;
	margin-bottom: 3px;
}
.workLogo {
	height: 130px;
	width: 140px;
	float: left;
	vertical-align: middle;
	text-align: left;
	overflow: visible;
	font-size: 16px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.workDescriptionWide {
	width: 395px;
	text-align: left;
	position: relative;
	top: 0px;
	left: 5px;
	float: left;
	clear: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.back {
	margin-top: 150px;
}
.copyright {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
}
