#main_image {
	height: 240px;
	text-align: left;
	width: 674px;
}

#main_image img {
	border-right: 8px solid #ffffff;
	border-left: 8px solid #ffffff;
	position: relative;
}

#arrows {
	width: 674px;
	margin-top: 4px;
	text-align: left;
}

#container {
	position: relative;
	width: 672px;
	padding: 0;
	border: 1px dotted #999999;
	margin-top: 4px;
	margin-bottom: 4px;
	border-collapse: collapse;
	border-spacing: 0;
}

* html #container {
	border: 1px solid #CCCCCC;
}

#text {
	padding: 18px;
	padding-left: 24px; 
	padding-right: 24px;
	padding-top: 18px;
	width: 424px;
	font-size: 13px;
	line-height: 19px;
	color: #666666;
}

#text .caps {
	text-transform: uppercase;
}

#textside {
	padding: 0;
	width: 199px;
	background: #e5e5e5 url(../images/home/bg_gradient.jpg) repeat-y;
}

#textside div {
	padding: 18px;
	padding-top: 12px;
}

#textside p {
	font: 11px/12px "Lucida Grande", LucidaGrande, Lucida, Verdana, Helvetica, Arial, sans-serif;
}

#textside h1 {
	font-weight: bolder;
	padding-top: 0px;
}

#textside img {
	border-top: 1px dotted #999999;
}

* html #textside img {
	border-top: 1px solid #CCCCCC;
}

#textside a {
	border-bottom: 1px dotted #999999;
}

#textside a:hover {
	border-bottom: 1px solid #999999;
}