body {
	margin: 0px;
	background: #605953;
	font-family:Arial, Helvetica, sans-serif;
	color: #c1b9b2;
	font-size:11px;
	line-height: 16px;
}
#wrapper {
	width: 100%;
}
#header {
	height: 150px;
	width: 100%;
}
#header img {
	padding: 55px 35px 0px 0px;
}
#content {
	width: 100%;
	padding-bottom: 40px;
}
#footer {
	height: 62px;
	width: 100%;
}
#footer p {
	padding: 5px 0px 0px 20px;
	color: #a0978e;
}
a:link {
	color: #c1b9b2;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #c1b9b2;
}
a:hover {
	text-decoration: none;
	color: #8BB5C3;
}
a:active {
	text-decoration: none;
	color: #c1b9b2;
}
.style1 {
	font-size: 14px;
}
.clearMe {
	width: 100%;
	clear:both;
	height:0px;
}


/* twoColumns DESIGN PATTERN */

.twoColumns {
	width:100%;
	border:0px;
}


.twoColumns .columnItem {
	float:left;
	width:220px;
	padding: 0px 15px 0px 0px;
	border:0px;
}

.columnItem {
	float:left;
	width:220px;
}


.divider {
	float:left;
	height:1px;
	width:100%;
	clear:both;
}
