body {
	margin: 0px;
	background: #6E796C url(../images/bg/content_left.gif) left repeat-y;;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #FFFFFF;
}
#wrapper {
	width: 1000px;
}
#top {
	height: 99px;
	width: 1000px;
}
#nav {
	height: 30px;
	width: 1000px;
}
#main {
	height: 446px;
	width: 1000px;
	clear:both;
}
#content {
	width: 1000px;
}
#cleft {
	float: left;
	width: 221px;
}
#cright {
	float: right;
	width: 759px;
	padding: 10px 0px 20px 20px;
}
#cright p, h1 {
	padding: 0px 30px 0px 0px;
}
#mleft {
	float: left;
	height: 446px;
	width: 221px;
}
#mright {
	float: right;
	height: 446px;
	width: 779px;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 25px;
	font-weight:100;
	color: #B7BCB6;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 25px;
	font-weight:100;
	color: #B7BCB6;
	font-size: 120%;
}
a:link {
	color: #fff;
	text-decoration:underline;
}
a:visited {
	color: #fff;
}
a:hover {
	color: #B7BCB6;
}
a:active {
	color: #fff;
}


/* twoColumns DESIGN PATTERN */

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


.twoColumns .columnItem {
	float:left;
	width:330px;
	padding: 5px 20px 10px 15px;
	border:0px solid #cc0000;
	line-height: 18px;
}
.columnItem2 {
	float:left;
	width:330px;
	padding: 5px 20px 10px 15px;
	border:0px solid #cc0000;
	line-height: 18px;
}

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