/* CSS Document */
body {
	background-image:url(../images/main-bg.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
div, td, table, p, font {
	font-size:11px;
	font-weight:bold;
}
img {
	border:none;
}
#content-bg1 {
	background-image:url(../images/hometext.jpg);
	background-repeat:no-repeat;
	width:535px;
	height:353px;
}
#content-bg2 {
	background-image:url(../images/bg-content.jpg);
	background-repeat:no-repeat;
	width:535px;
	height:353px;
}
#content {
	position:relative;
	top:42px;
	left:28px;
	width:460px;
	height:280px;
}
#content h3 {
	font-size:12px;
	font-weight:bold;
	color:#F6A2B9;
	padding:5px 10px 0;
}
#content p {
	font-size:11px;
	padding:5px 20px;
}
#content a {
	color:#729D43;
	text-decoration:underline;
}
#content li {
	margin-left:20px;
}

#content a:hover {
	text-decoration:none;
}
.scrolling {
	width:460px;
	height:260px;
	overflow:auto;
	overflow-x:hidden;
	overflow-y:auto;  
}