/* Layout Start */
	* {
		margin:0px;
		padding:0px;
	}
	
	#right_column p, #right_column li {
		text-align:left
	}
	
	* html body {
		font-family:Arial, Helvetica, sans-serif !important;
		font-size:small
	}
	
	body {
		text-align:center; /* browser such as IE ignore the auto value of margin, in order to center, must use text-align */
		width: 800px;
		margin-left:auto;
		margin-right:auto;
		font-family:Arial, Helvetica, sans-serif !important;
		background: #FFFFFF url(../image/gradient_body.jpg) repeat-x top left;
	}
	
	#header{
		width:800px;
		height:100px;
		background-color:#999999

	}

	#left_column {
		width:150px;
		float:left;
		background-color:#FFFFFF;
		
	}
	
	#right_column {
		width:650px;
		float:left;
		background-color:#FFFFFF;
			}
	
	#footer{
		width:800px;
		float:left;
				font-size:small
	}
/* Layout end */

/* Left Column Start */

	#left_column ul, #menu1 ul {
		list-style:none  /* eliminate bullet */
	}
	
	#left_column ul li a, #menu1 ul li a {
		text-decoration:none;  /* eliminate underline */
		display: block;   /* hyperline on whole block */
		line-height: 1.5em;
		width:148px;
		color:#FFFFFF;
		font-size:medium;
		background-color:#6699CC
	}
	
	#left_column li:hover, #menu1 li:hover {
		background-color:#6666CC
	}

	#left_column ul li a:hover, #menu1 ul li a:hover {
		background-color:#999999
	}
	
	#left_column ul li, #menu1 ul li {
		border:ridge #999999 1px;
	
	}
	
	#left_column img {
		margin-top:3px;
		margin-bottom:3px
	}
	
	#menu1 { 
		position:relative;
		left: 120px;
		top: -45px;
		font-size: 14px }
	
	.menu { 
		position:relative;
		visibility:hidden;
		z-index: 10;
	}
	
	.menuLink {
		text-decoration: none;
		color: #000000;
	}
/* Left Column End */

/* Right Column Start */

	.headliner {
		background-color:#99CCCC;
		padding:10px;
		margin:10px
	}

/* Right Column End */

/* Left column inside Right Column Start */
	.LR_column_style {
		width:490px;
		float:left;
		padding:5px;
		text-align:justify;
		list-style-position:outside;
		font-size:small
	}
	
/* Left column inside Right Column End */

/* Right column inside Right Column Start */
	.RR_column_style {
		float:right;
		width:150px
	}
	
	.RR_column_style img {
		margin-top:5px; 
		margin-bottom:5px
	}
	
	.RR_column_style p {
		font-size:small;
		text-align:center!important
	}
		

/* Right column inside Right Column End */

	.color_change {
		color:#666666
	}