body {
	margin: 0px;
	background: rgb(154,154,154) url(./pic/layout_bg.jpg) center top repeat-y;	
	text-align: justify;
	font: normal 12px verdana, arial, helvetica, sans-serif;
	color: #202020;
}
table {
	text-align: left;	
}
form {
	margin: 0px; 
	padding: 0px;
}
a {
	text-decoration: none;
	color: #202020;	
}
a:hover {
	text-decoration: underline;	
	color: #000;
}

/************************ Top ***********************/
#layout-top-login { 
	background: url(./pic/layout_bg_login.png) right top no-repeat;	
	width: 830px;
	height: 26px;
	margin: 0px auto;
	text-align: right;
		/*border: 1px solid blue;*/
}
#layout-top-menu-bg { 
	background: url(./pic/layout_bg_menu.png) center top no-repeat;
	/*width: 830px;*/
	height: 91px;
	margin: 0px auto;
	text-align: right;	
		/*border: 1px solid green;*/
}
#layout-top-menu { 
	margin: 0px auto;
	/*text-align: center;*/
	width: 830px;
	height: 91px;
	cursor: pointer;
		/*border: 1px solid yellow;*/
}
/************************ Container *********************/
#layout-container { 
	width: 830px;
	margin: 0px auto;
	padding: 8px;
	text-align: left;
		/*border: 1px solid red;*/
}
/************************ Content ***********************/
#layout-content { 
	width: 830px;
	text-align: justify;
		/*margin: 10px auto 10px auto;*/
		/*border: 1px solid red;*/
}
/************************ Bottom ************************/
#layout-bottom { 
	background: url(./pic/layout_bg_footer.png) center top no-repeat;	
	width: 830px;
	height: 100px;
	margin: 0px auto 20px;
		/*border: 1px solid maroon;*/
}
