body {
	margin: 0;
	padding: 0;
	background-image: url(../images/main/main_bg.png);
	background-repeat: repeat-x;
}
#container {
	width: 1053px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/main/container_bg.png);
	top: 0px;
	margin-top: 0px;
	overflow: hidden;
	background-repeat: repeat;
}
#container #maincontent {
	width: 940px;
	height: auto;
	margin-left: 26px;
	margin-right: 26px;
	margin-top:  0px;
	padding-left: 40px;
	padding-right: 20px;
	padding-top: 10px;
}
#container #maincontent .across {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: auto;
	width: 96%;
	margin-top: 20px;
	color: #4E300B;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4E300B;
	margin-right: 20px;
	padding-left: 10px;
	padding-right: 10px;
}



#container   #maincontent .column1, .column2, .column3, .column1b, .column2b, .column3b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4e300b;
	line-height: 16px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4E300B;
	margin-right: 20px;
	margin-top: 20px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #4E300B;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 8px;
}
#container   #maincontent  .column1 {
	width:200px;
}
#container   #maincontent  .column1b, .column2b, .column3b {
	width: 260px;
}
#container   #maincontent .column3 {
	width: 250px;
}
#container   #maincontent .column2 {
	width: 380px;
}

#container   #maincontent  .column1, .column2, .column3 {
	height:480px;
}
#container #maincontent  .column1, .column1b, .column2,  .column2b {
	float: right;
}

#container #maincontent  .column2 #jason, #kelly {
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	z-index:10;
}
#container #maincontent  .column1 ul {
	padding-left: 14px;
	margin-left: 2px;
}
#container #maincontent  .column1 ul li {

}
a {
	color: #E2720B;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h3  {
	font-size: 14px;
	text-transform: capitalize;
	font-variant: normal;
	margin-bottom: 4px;
	margin-top: 4px;
}
