	body {
		margin: 0;
		padding: 20px;
		background: #ffffff;
	}
	a {
		color: #cc9900;
	}
	a:hover {
		color: #ff6600;
		color: #ffcc00;
	}
	img {
		margin: 0;
		border: 0;
	}
	#container {
		width: 820px;
		margin: 0 auto;
	}
		#header {
			margin-right: 14px;
			padding: 3px 0;
			}
				#header img {
					border: none;
					margin: 0;
				}
				#header_text {
					margin-top:10px;
					float: right;
					font-family: verdana,sanserif;
					font-size: 10px;
					color: #999999;
				}
					#header_text a {
						/*color: #999999;
						text-decoration: none;*/
					}
		#container_inner {
			clear: both;
			overflow: auto;
			height: 100%;
			margin: 0 14px;
			border: 1px solid #eeeeee;
			border: 1px solid #eee8dc;
			border-top: none;
			border-bottom: none;
			background: url(../gui/bg.jpg) top repeat-x;
		}
			#main {
				width: 489px;
				float: left;
				clear: left;
			}
				#menu_top {
					/*float: left;*/
				}
					.menu_top_item {
						border-right:1px solid #ffffff;
						border-bottom:1px solid #ffffff;
						float: left;
						padding:3px 20px;
						font-family: verdana,sanserif;
						font-size: 11px;
						font-weight: bold;
					}
						.menu_top_item a {
							text-decoration: none;
						}
					#menu_top_item {
						border-bottom: none;
						background-color: transparent;
					}
						#menu_top_item a {
							color: #cc33cc;
							color: #ffcc00;
						}
					
					.menu_top2_item {
						float: left;
						padding:6px 0px 0px 20px;
						font-family: verdana,sanserif;
						font-size: 11px;
					}
						.menu_top2_item a {
							text-decoration: none;
						}
					#menu_top2_item {
						border-bottom: none;
						background-color: transparent;
					}
						#menu_top2_item a {
							color: #cc33cc;
							color: #ffcc00;
						}
				
					#main p {
						font-family: verdana,arial,helvetica,sanserif;
						font-family: bookman,times,serif;
						font-size: 0.75em;
						font-size: 0.9em;
						line-height: 1.5;
						line-height: 1.4;
						color: #333333;
						/*margin: 0;
						text-indent: 1.5em;*/
					}
					/*#main p.p1 {
						text-indent: 0;
					}*/
					#main h1 {
						font-family: verdana,sanserif;
						font-size: 1.1em;
						line-height: 1.3;
						color: #5f5e85;
						margin: 0 0 0.75em 0;
						font-weight: bold;
					}
					
					#main h2 {
						font-family: verdana,times,serif;
						font-size: 0.75em;
						font-weight: bold;
						line-height: 1.5;
						color: #5f5e85;
						margin: 1em 0 0 0;
					}
					
					#main p.p_byline {
						margin: 0.5em 0 1em 0;
						text-align: right;
					}
					
			#imgbox_right {
				width: 300px;
				height: 500px;
				float: right;
				border-left: 1px solid #ffffff;
			}
				#fadediv {
					width: 260px;
					margin-top: 260px;
					background-color: #5f5e85;
					opacity: 0;
					filter: alpha(opacity=0);
					padding: 10px 20px;
					color: #ffffff;
					font-family: verdana,times,serif;
					font-size: 0.7em;
					line-height: 1.5em;
					font-weight: normal;
					/*text-indent: 1.5em;*/
				}
	#footer {
		clear: both;
		margin: 5px 14px;
		font-family: verdana,sanserif;
		font-size: 10px;
		color: #999999;
	}
		#address {
			float: right;
		}
