body, html {
	margin:0px;
	width:100%;
	height:100%;
}
p {
	font-family: Courier new;
	font-size: 12px;
	line-height: 16px;
}
a {
	color: #000000;
}
a:hover {
	color: #007998;
}
ul, ol {
	margin-left: 15px;
	padding-left: 0px;
}
input, textarea, select{
	font-family: Verdana;
	font-size: 11px;
	margin: 0px;
}
form{
	margin:0px;
}
#scrollAll{
	position:absolute;
	overflow-y:scroll;
	overflow: auto;
	width: 100%;
	height:100%;
	z-index:100;
	top:0px;
	left:0px;
}
#cAll{
	position:relative;
	width:600px;
	margin: 0px auto;
}
#cTop{
	position:absolute;
	width:600px;
	height:250px;
}
#cContent{
	position:absolute;
	top: 250px;
	width:510px;
	font-family:Courier new;
	font-size:12px;
	line-height: 16px;
	padding-left:45px;
	padding-right:45px;
}
#cFlyers{
	position:relative;
	float:left;
	width:120px;
	height:170px;
	padding-bottom:10px;
	background-repeat:no-repeat;
}
#cLeft{
	position:relative;
	width:130px;
	float:left;
}
#cRight{
	position:relative;
	width:380px;
	float:left;
}
