@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(imgs/cd_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: center 60px;
	margin:0px;
}

#wrapper {
	width:960px;
	margin:0 auto;
}

#logo {
	width: 960px;
	height: 158px;
	text-align: center;
}

#nav {
	width: 960px;
	height: 60px;
	text-align: center;
	border-top: 1px solid #CCCCCC;
}

#nav ul {
	list-style-type: none ;
	margin:0px;
	padding:20px 0px;
}

#nav li {
	display:inline;
	padding: 5px 20px;
	border-left: 1px solid #CCCCCC;
}

#nav li.noborder {
	border-left-style: none;
}

#nav a {
	color: #CCCCCC;
	font-size:14px;
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#nav a:hover {
	color: #FFFFFF;
	font-size:14px;
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#imagestrip {
	width:960px;
	height:240px;
	
}

.imgright {
	float: right;
	margin-left:15px;
	margin-bottom:15px;
	border: solid 1px #FFFFFF;

}

.imgleft {
	float: left;
	margin-right:15px;
	margin-bottom:15px;
	border: solid 1px #FFFFFF;
	
}

#content {
	width:750px;
	margin:15px auto;

}

#screening {
	height: auto;
	width: auto;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

#homebox {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	text-align:left;
	width:100%;
	line-height:24px;
}

#textcol {
	width:360px;
	
}

#textcol {
	width:360px;
	float:left;
	margin-right:30px;
}

#textcol_nomarg {
	width:360px;
	float:left;
}

#rightcol {
	width:277px;
	float:right;
}

#leftcol {
	width:453px;
	float:left;
}

.clear {
	clear:both;
}
#footer {
	width:960px;
	border-top: 1px solid #CCCCCC;
	padding: 10px 0;
	text-align:right;
	margin-top:20px;
}

a {
	color: #CCCCCC;
	text-decoration:none;
}

a:hover {
	color: #FFFFFF;
	text-decoration:none;
}

.imgborder {
	border: solid 1px #FFFFFF;
}

p {
	margin-top:0;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	margin:0px;
}

.purchase {
	padding: 5px 10px;
	margin-top:15px;
	background-color:#CCCCCC;
	color:#CC0000;
	font-weight:bold;
	font-size:14px;
	text-align:right;
}

.purchase a {
	background-color:#CCCCCC;
	color:#CC0000;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}

.purchase a:hover {
	color:#000000;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}

.product {
	padding-bottom:20px;
	border-bottom:dotted 1px #CCCCCC;
	margin-bottom:20px;
	width:750px;
	float:left;
}

.product form {
	float:right;
}

.product img {
	float:left;
}
.indent {
	margin-left:25px;
	display:block;
}

