	body {
		background-color:#3A403C;
		margin:10px 10px 0px 10px;
		padding:0px;
		color: #000000;
		font-size: medium;
	}

	#flashcontent {
		height: 100%;
	}

	#banner {
		background-color:#3A403C;
		width:914px;
		top:80px;
		border-bottom:4px solid #CCCCCC;
	}

	#leftcontent {
		position:absolute;
		top:104px;
		left: 12px;
		background:#3A403C;
		border:0px solid #FFFF00;
		font-family: "Times New Roman", Times, serif;
		font-weight: bold;
	}

	#rightcontent {
		position: absolute;
		left:914px;
		top:104px;
		width:200px;
		border:0px solid #FFFF00;
		font-size: medium;
		font-style: normal;
		color: #000000;
		}

	#centercontent {
		position: absolute;
		left:175px;
		background:#3A403C;
		border:0px solid #006699;
		top: 109px;
		height: auto;
		width: 750px;
		font-family: Geneva, Arial, Helvetica, sans-serif;
	}

	#centercontent p {
	margin:0px 10px 10px 10px;
	font-size: large;
	padding-top:10px;
	font-weight: normal;
	text-align: left;
	}

	.title {
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: x-large;
		line-height: 30px;
		color: #CCCCCC;
		font-weight: bold;
		text-decoration: underline;
	}

	.bigtitle {
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: xx-large;
		line-height: 40px;
		color: #CCCCCC;
		font-weight: bold;
		text-decoration: underline;
	}

	.bottom{
	font-family: "Times New Roman", Times, serif;
	font-size: 6px;
	line-height: normal;
	color: #CCCCCC;
	font-weight: normal;
	font-style: normal;
	text-align: justify;
	}

	.Price {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bolder;
		color: #CCCCCC;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
	}
	

	.StandOut {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bolder;
		color: #FFFFFF;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
		font-size:large
	}

	
	#lMenu{
		background-image: url(./images/button/normal_bg.gif);
		background-repeat: no-repeat;
		background-position: center center;
		height: 28px;
		width: 160px;
		text-align:center;
		font-size: medium;
		padding-top: 8px;
		margin: 0px;
	}

	#lMenu a {
		text-decoration:none;
		color: #000000;
	}
	
	#lMenu a:hover{
		text-decoration:underline;
		color: #232724;
		font-weight: bold;
	}

	a:link {
	text-decoration:underline;
	color: #CCCCCC;
	}
	a:visited {
		color: #CCCCCC;
		text-decoration:underline;
		}

	a:hover{
	text-decoration:underline;
	color: #FFFFFF;
	font-weight: bold;
	}

