/* CSS Document */

body {
	background-color: #25b8d7;
	font-family:Arial, Helvetica, sans-serif;
}

#header {
	background-image: url(../images/accucaps/headerhome_bg.jpg);
	height: 303px;
}
#pics {
	text-align: right;
	height: 131px;
	width: 595px;
	float: right;
	margin-top: 2px;
}
#contentContainer {
	border-top: 2px solid #FFF;
	background-image: url(../images/accucaps/columns_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 273px;
}
#content_outer {
	background-image: url(../images/accucaps/content_bg.gif);
	background-repeat: repeat-y;
}
	
#searchbox {
	height: 44px;
	background-color: #000;
	padding-left: 23px;
}
#imageContainer {
	width: 185px;
	height: 219px;
	position: relative;
}
#col1 {
	width: 185px;
	float: left;
}
#col2, #col3, #col4 {
	float: left;
	width: 265px;
}
.col_text {
	margin: 0 25px;
}
.col_text a {
	font-size: 10px;
	color: #808284;
	text-decoration: none;
}

h2, .col_text h2 a {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #FFF;
	width: auto;
}
p {
	font-size: 11px;
	color: #000;
	line-height: 14px;
}
.clear {
	clear: both;
}