@charset "utf-8";
body{
	padding:0;
	margin:0;
	background-image:url(/img/internal/19-left-bg.jpg);
	background-position:left;
	background-repeat:repeat-y;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
.main_container{
	width:100%;
	padding:0;
	margin:0;
	background-image:url(/img/internal/00-header-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
.header{
	width:795px;
	height:109;
	padding:0;
	margin:0;
	display:inline-block;
	overflow:hidden;
}
	.header div{
		float:left;
		padding:0;
		margin:0;
	}
	
.container{
	width:100%;
	padding:0;
	margin:0;
	display:inline-block;
	overflow:hidden;
}
	.left-menu{
		width:169px;
		padding:0;
		margin:0;
		display:inline-block;
		overflow:hidden;
		float:left;
	}
		.login-form{
			background-image:url(/img/internal/05-login-form-bg.jpg);
			background-position:top;
			background-repeat:no-repeat;
			padding:0;
			margin:0;
			width:169px;
			height:120px;
			color:#FFF;
			font-weight:bold;
			line-height:15px;
			font-size:14px;
		}
			.login-form form{
				padding:0;
				margin:0;
			}
			.login-box{
				width:88px;
				height:19px;
				border:#cecece solid 1px;
				margin-bottom:3px;
			}
			.login-button{
				margin-top:5px;
			}
		.forgot{
			background-image:url(/img/internal/06-forgot-password-bg.jpg);
			background-position:top;
			background-repeat:no-repeat;
			padding:2px 0 0 0;
			margin:0;
			width:169px;
			height:28px;
		}
			.forgot a{
				color:#fff;
				font-size:10px;
				font-weight:bolder;
				text-decoration:none;
			}
			.forgot a:hover{
				text-decoration:underline;
			}
		.register{
			background-image:url(/img/internal/07-register-bg.jpg);
			background-position:top;
			background-repeat:no-repeat;
			padding:3px 0 0 15px;
			margin:10px 0 0 0;
			width:154px;
			*width:169px;
			height:31px;
		}
			.register a{
				color:#000;
				font-size:15px;
				font-weight:bolder;
				text-decoration:none;
			}
			.register a:hover{
				text-decoration:underline;
			}
		.options{
			background-image:url(/img/internal/08-menu-option-normal.jpg);
			background-position:top;
			background-repeat:no-repeat;
			padding:0;
			margin:0;
			width:169px;
		}
			.options ul{
				padding:0;
				margin:0;
				list-style:none;
			}
			.options li{
				background-image:url(/img/internal/08-menu-option-normal.jpg);
				background-position:top;
				background-repeat:no-repeat;
				padding:3px 0 0 15px;
				margin:0;
				width:154px;
				*width:169px;
				height:31px;
			}
			.options li:hover{
				background-image:url(/img/internal/08-menu-option-over.jpg);
				background-position:top;
				background-repeat:no-repeat;
				padding:3px 0 0 15px;
				margin:0;
				width:154px;
				*width:169px;
				height:31px;
			}
			.options a{
				color:#000;
				font-size:15px;
				font-weight:bolder;
				text-decoration:none;
			}
			.options a:hover{
				text-decoration:underline;
			}
	.content{
		width:770px;
		text-align:left;
		padding:20px;
		margin:0;
		display:inline-block;
		overflow:hidden;
		float:left;
	}
		.girl-menu{
			width:569px;
			display:inline-block;
			overflow:hidden;
			padding:0;
		}
			.girl-left{
				float:left;
			}
			.girl-center{
				float:left;
				text-align:center;
			}
			.girl-right{
				float:left;
			}
