/* CSS Document */
body{
	background-image: url(../images/bg.gif);
	background-position:left top ;
	background-repeat:repeat;
	font-size:12px;
	height: 100%;
	margin:0 auto;
	padding:0px;
}
a{
	cursor: hand;
	color: #339966;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;

}
a:active {
	text-decoration: underline;
}
div{
/*	border: 1px #000000 solid;*/
}
#contain{
	position: relative;
	margin:0 auto;
	padding:0px;
	background-color:#FFFFFF;
	width: 900px;
	height: 200%;
	text-align: center;
}
#contain #header{
	position: absolute;
	text-align: right;
	background-image:url(../images/header.gif);
	background-position: center bottom;
	background-repeat:no-repeat;
	line-height: 36px;
	width: 100%;
	height: 236px;
	top:0px;
	left:0px;
}
#contain #nav{
	position: absolute;
	text-align: right;
	background-image:url(../images/bbg.gif);
	background-position:left;
	background-repeat:repeat-x;
	line-height: 28px;
	width:100%;
	height:28px;
	left: 0px;
	top: 236px;
}
#contain #nav #newscrip{
	position: absolute;
	left: 50px;
	top:0px;
	float: left;
	clear:left;
	background-image:url(../images/bbg.gif);
	background-position:left;
	background-repeat:repeat-x;
}
#contain #nav #rightfloat{
	position: absolute;
	right: 50px;
	top:0px;
	float: right;
	clear:left;
	background-image:url(../images/bbg.gif);
	background-position:left;
	background-repeat:repeat-x;
}
#contain #content{
	position: relative;
	top: 279px;
	left:0px;
	height: 200px;
	width:900px;
	background-color:#FFFFFF;
}
#contain #content #leftfloatcont{
	position: relative;
	float:left;
	width: 25%;
	border-right: 1px #F0f0f0 solid;
}
#contain #content #rightfloatcont{
	position: relative;
	float:right;
	width: 25%;
	border-left: 1px #F0f0f0 solid;
}
#contain #content #showarticlediv{
	position: absolute;
	background-color: #fcfdf8;
	width: 50%;
	clear:none;
	left: 25%;
}
#lyb{
	position: relative;
	width: 100%;
	height:100px;
}








