body {
	margin: 0 auto 0 auto;
	width: 780px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000;
	background-color:#fff;
}

#top {
	width: 780px;
	height: 48px;
	background-image:url(../image/bg_menu.jpg);
	background-repeat:repeat-x;
	text-align:right;
}

#top form input, form textarea {
	font-size: 11px;
	display: inline;
	width:100px;
	height:16px;
	border: 1px solid #bbb;
	margin:0px 6px 0px 10px; 
}

#menu {
	width: 780px;
	float:left;
	line-height:24px;
	width: 165px;
	margin: 0px auto;
	text-align:right;
}

#center {
	float:left;
	width: 424px;
	margin-top: 70px;
	background-color:#fff;
}

#right {
	float:right;
	width: 191px;
	margin-top: 20px;
	text-align:right;
}


#footer {
	clear: both;
	padding-top:16px;
	width: 780px;
	height:50px;
	font-size: 11px;
	text-align: center;
	color:#444;
	background-image:url(../image/bg_foorter.gif);
	background-repeat:no-repeat;
}
strong {
	font-size:12px;
}

#list_menu .activeMenuLink{	/* Styling of active menu item */
	color:#000;
}

#list_menu li{
	list-style-type:none;
	text-decoration: none;
}

#list_menu, #list_menu ul{
	margin:0px;
	padding:0px;
	text-decoration: none;
	background-image: url(../image/bg_menu.gif);
}

#list_menu a{
	text-decoration: none;
	color:#000;
}

a {	
	color:#000;
	text-decoration: none;
}