#MainPageBlock {
	background-image: url(/images/mainpage/bg.gif);
	height: 495px;
}
#MainPageCol01 {
	width: 265px;
	height: 485px;
	margin: 10px 0 0 0;
	float: left;
}
#MainPageCol02 {
	width: 735px;
	height: 485px;
	margin: 10px 0 0 0;
	float: left;
}

#MainOptions {
	background-image: url(/images/mainpage/options-bg.gif);
	margin: 15px 0 0 15px;
	width: 250px;
	height: 345px;
}
#MainOptions UL {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
#MainOptions UL LI {
	line-height: 40px;
	margin: 0;
	padding: 0;
}
#MainOptions UL LI A {
	color: #fff;
}
#MainOptions UL LI#SignUpLink {
	line-height: 55px;
	height: 55px;
	border-bottom: none;
}
#MainOptions UL LI#SignUpLink A {
	width: 240px;
	height: 55px;
	display: block;
	vertical-align: bottom;
}
#MainOptions UL LI#SignUpLink A SPAN {
	display: none;
}

#MainLiveHelp {
	margin: 0 0 0 0;
	padding: 4px 54px 4px 44px;
}
#MainLiveHelp P {
	width: 150px;
	height: 80px;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
}
#MainLiveHelp A {
	background-image: url(/images/mainpage/live-help.gif);
	width: 150px;
	height: 80px;
	display: block;
}
#MainLiveHelp A SPAN {
	display: none;
}

#MainWebmasters {
	margin: 5px 0 0 0;
	padding: 0 30px;
}
#MainWebmasters P {
	margin: 0;
	padding: 0;
}
#MainWebmasters A {
	background-image: url(/images/mainpage/webmasters.gif);
	width: 205px;
	height: 30px;
	display: block;
}
#MainWebmasters A SPAN {
	display: none;
}

#MainImageBlock {
	background-image: url(/images/mainpage/mainimage.jpg);
	width: 720px;
	height: 485px;
}
#MainImageBlockLink A {
	width: 720px;
	height: 435px;
	display: block;
}
#MainImageBlock P {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #99cc33;
	text-align: center;
	line-height: 25px;
	margin: 0 5px;
	padding: 0;
}
#MainImageBlock P A {
	color: #99cc33;
}
/* articles summary by Xtina */
#articleSummary {
	border-top: 1px solid #CCCC99;
	padding-bottom: 20px
	}

	#articleSummary H2 { text-align: center; background-color: #99CC66; line-height: 25px }

	.articlebox {
		width: 445px;
		float: left;
		margin-left: 15px;
		border-bottom: 1px dashed #0099CC;
		padding: 15px
		}

	.articlebox P {
		line-height: 16px;
		font-size: 11px;
		text-align: justify
		
		}

	.more { font-size: 11px; text-align: right }
