/* CSS Document */
#shadow {
	background:url(../images/slices/shadow.jpg) no-repeat;
	position:relative;
	width:800px;
	height:15px;
}

#topsec {
	background:url(../images/slices/topsec.jpg) no-repeat;
	position:relative;
	width:800px;
	height:120px;
}

#secbg {
	background:url(../images/slices/secbg.jpg) repeat-y;
	position:relative;
	width:800px;
	height:inherit;
	min-height:408px;
	padding:0px;
	margin:0px;
}

#bottomsec {
	background:url(../images/slices/bottomsec.jpg) no-repeat;
	position:relative;
	width:800px;
	height:75px;

}

#content2 {
	position:relative;
	margin:0 auto;
	width:770px;
	height:inherit;
	min-height:408px;
	padding-top:16px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;	
}
#content2 a, a:link, a:visited {
	color:#000000;
	text-decoration:none;
}
#content2 a:hover {
	color:#000000;
	text-decoration:underline;
}

#content3 {
	position:relative;
	margin:0 auto;
	width:750px;
	height:inherit;
	min-height:408px;
	padding-top:16px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;	
}
#content3 a, a:link, a:visited {
	color:#000000;
	text-decoration:none;
}
#content3 a:hover {
	color:#000000;
	text-decoration:underline;
}

#left2 {
	position:relative;
	width:375px;
	height:inherit;
	padding-right:10px;
	display:block;
}

#right2 {
	position:relative;
	float:right;
	width:375px;
	height:inherit;
}

.red {
	color:#CC0000;
}

