body {
	font-family: Tahoma;
	background-color: #F5F5F5;
	margin: 10px 0;
	padding: 0;
	font-size: 12px;
	color: #444444;
	line-height: 1.2em;
}




/*************************/
/*                       */
/* special for index.php */
/*                       */
/*************************/

#container {
	width: 770px;
	margin: 0 auto;
	background-color: #F5F5F5;
}

#header {
	background-image: url(images/header_bg.jpg);
	height: 93px;
	width: 770px;
}

#nav {
	background-image: url(images/nav_bg.jpg);
	height: 19px;
	width: 278px; /* 770-492=278   */
	padding: 0 0 0 492px; 

}


/*************************/
/*                       */
/* special for left sidebar menu */
/*                       */
/*************************/
#wrap {
	overflow:hidden;
	width: 770px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#menu {
	float: left;
	width: 131px;
	padding-bottom:3000px;
	margin-bottom:-3000px;
	background-image: url(images/menu_bottom.jpg);
	background-repeat: repeat-y;

}

#menu ul{
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	font-weight: bold;
}

#menu ul li{
	margin: 6px 0;
	padding: 0;
}

#menu ul li a{
	color: #FFFFFF;
	text-decoration: none;
}

#menu ul li a:hover{
	color: #CCCCCC;
}



#menu-top {
	height: 48px;
	background-image: url(images/menu_top.jpg);
	background-repeat: no-repeat;
	width: 131px;
}

#menu-list {
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-y;
	height: 200px;
	background-position: top;
	padding: 0;
	margin: 0;
	width: 131px;
	clear:both
}

#content {
	float: right;
	width: 639px;
	background-image: url(images/logo_corner.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}

#content-inner {
	padding: 20px 10px 15px 20px;
}

#partners {
	padding: 16px 10px 15px 15px;
}

#partners h1{
	font-size: 17px;
	color: #165394;
	text-align: center;
	margin: 0 0 8px 0;
	padding: 0;
}

.description{
	font-size: 11px;
}

.linktext{
	font-size: 11px;
	margin: 3px 0 0 0;
}

.linktext a{
	color: #165394;

}

.linktext a:hover{

	color: #5097E4;
}

#back-to-top {
	font-size: 10px;
	text-align: center; 
}

#back-to-top a{ 
	text-decoration: none; 
	color: #666666; 
}

#back-to-top a:hover { 
	color: #999; 
}

#back-to-bottom {
	font-size: 10px;
	text-align: center; 
	margin: 0px 0 10px 0;
}

#back-to-bottom a{ 
	text-decoration: none; 
	color: #666666; 
}

#back-to-bottom a:hover { 
	color: #999; 
}



#content-login {
margin: 100px 0 0 0;
	text-align: center;
}

#content-login h1{
	font-size: 12px;
	color: #FF0000;
	font-weight: normal;
}

#logout {
	margin: 45px 0 0 40px;
	font-size: 11px;
	font-weight: bold;
}

#logout a{
	color: #FFFFFF;
	text-decoration: none;
}

#logout a:hover {
	color: #999999;
	text-decoration: underline;
}