body {
	margin: 0px;
	background-color: #2F2F2F;
	background-image: url(../images/left_bg.png);
	background-repeat: repeat-y;
	padding: 0px;
	height: 100%;
}

div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
}
a:link {
	color: #FF3300;
	text-decoration: none;
}
a:visited {
	color: #FF3300;
	text-decoration: none;
}
a:hover {
	color: #FF3300;
	text-decoration: underline;
}


ul {
	list-style-type: none;
}
#page_content {
	width: 1000px;
	height: 100%;
	background-color: #2F2F2F;
}
#page_left {
	float: left;
	width: 210px;
	background-image: url(../images/left_bg.png);
	height: 1000px;
	background-color: #2F2F2F;
	background-repeat: repeat-y;
}
#page_right {
	float: left;
	width: 790px;
}
#page_logo {
	background-image: url(../images/logo.jpg);
	height: 105px;
	width: 200px;
}
#page_items {
	width: 210px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#page_items li {
	margin-top: 10px;
	margin-left: 20px;
}
#page_us {
	background-image: url(../images/us.png);
	height: 140px;
	width: 180px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.box {
	width: 760px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
}
.box1_1 {
	height: 10px;
	width: 100%;
	background-image: url(../images/box1_1.png);
	background-repeat: no-repeat;
	background-color: #333333;
}
.box1_2 {
	padding: 20px;
	height: 100%;
	background-image: url(../images/box1_2.png);
	background-repeat: repeat;
}
.box1_3 {
	background-image: url(../images/box1_3.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 100%;
	clear: both;
}
.box2 {
	background-image: url(../images/box_2.jpg);
	background-repeat: no-repeat;
	height: 190px;
	width: 280px;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-left: 25px;
}
.box2_description {
	position: relative;
	height: 100px;
	width: 260px;
	left: 10px;
	top: 10px;
	text-indent: 24px;
	overflow: hidden;
	color: #000000;
}
.box2_title {
	position: relative;
	height: 25px;
	width: 200px;
	top: 20px;
	left: 10px;
	color: #FFFFFF;
	overflow: hidden;
}
.box_login {
	margin: 20px;
	padding: 0px;
}
.box_login li {
	margin-top: 10px;
	margin-bottom: 10px;
}
.box_login label {
	font-weight: bold;
	color: #CCCCCC;
	margin-right: 20px;
}
.login_btn {
	padding-left: 80px;
	padding-top: 10px;
}


.input1 {
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
#apps_title {
	font-size: 14px;
	color: #CCCCCC;
	font-weight: bold;
}

.btn_list {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.btn_list li {
	float: left;
	height: 40px;
	width: 80px;
	margin-right: 15px;
	line-height: 25px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	letter-spacing: 5px;
}
.btn_current {
	color: #CCCCCC;
	background-image: url(../images/btn1_2.jpg);
	background-repeat: no-repeat;
}
.btn_nocurrent {
	background-image: url(../images/btn1_1.jpg);
	background-repeat: no-repeat;
	color: #666666;
}
.btn_div {
	clear: both;
}
.txt_important {
	color: #FF0000;
}




#copyright {
	width: 100%;
	height: 30px;
	margin-top: 20px;
	text-align: center;
	color: #666666;
}
