/* css */
/* /// GENERAL ///*/

body {
	margin-top: 0px;
	margin-bottom: 30px;
}

#container {
	width: 760px;
	margin: 0 auto;
	/* margin-top: 20px; */
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #666666;
/*	border: 1px solid #333;  */
}

/* begin header section */

#header {
	position: relative;
	width: 760px;
	height: 80px;
}

#logo {
	position: absolute;
	width: 170px;
	height: 79px;
	bottom: 3px;
	left: 0;
}

#topmenu {
	position: absolute;
	top: 5px;
	left: 250px;
	width: 200px;
	height: 20px;
	border: 1px solid #ff6600;
}

#date {
	position: absolute;
	bottom: 5px;
	left: 250px;
	width: 280px;
	height: 20px;
	/* border: 1px solid #ff6600; */
}

#search {
	position: absolute;
	bottom: 5px;
	right: 0;
	width: 210px;
	height: 27px;
	border: 1px solid #ff6600;
}

#search_btn {
        position: absolute;
        right: 0;
        top: 0;
        outline: none;
}

/* end header section */



	
/* begin body section */

#body {
	position: relative;
	float: left;
	width: 760px;
}

#nav {
	/* background-color: #282828;  */
        background: url(images/menu_back.png);
	height: 25px;
	position: relative;
	clear: both;
}

#mainmenu {
	/* background-color: #282828; */
        /* background: url(../images/menu_back.png); */
	height: 25px;
	position: absolute;
	left: 170px;
}

#main_login {
        position: absolute;
        right: 8px;
        background: url(http://localhost/2/images/lock.png);
        background-repeat: no-repeat;
        height: 24px;
        width: 110px;
        margin-top: 4px;
        text-align: right;
}

.m_login {
        font-family: Verdana,Arial,Helvetica,sans-serif;
        font-weight: bold;
        font-size: 12px;
        text-decoration: none;
        color: #fff;
}

.m_login a:link {
        color: #fff;
        text-decoration: none;
}

.m_login a:visited {
        color: #fff;
        text-decoration: none;
}

.m_login a:hover {
        text-decoration: none;
        color: #ff9900;
}

#leftpanel {
	float: left;
	width: 170px;
}

#news {
	width: 168px;
	margin-top: 5px;
	background: #fff;
	border: 1px solid #999999;
}

#news_title {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
        padding-left: 4px;
	background: #999999;
	border: 1px solid #999999;
}

#news_text {
        font-family: Verdana,Arial,Helvetica,sans-serif;
        font-size: 12px;
        padding: 6px;
}

#tologin {
	position: relative;
	margin-top: 5px;
	width: 168px;
	height: 60px;
	border: 1px solid #999999;
	background-color: #fff;
}

#tologin_title {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
        padding-left: 4px;
	background: #999999;
	border: 1px solid #999999;
}

#login_btn {
	background: url(../images/login19.gif);
	width: 100px;
	height: 30px;
	border: 1px solid #ff6600;
}

#rightpanel {
	float: right;
	width: 580px;
}

#mainpic {
	float: right;
	margin-top: 5px;
	width: 580px;
	height: 364px;
	/* padding: 3px; */
	border: 1px solid #999999;
}

#maintext {
	float: right;
	margin-top: 15px;
	width: 580px;
}

/* end body section */

/* footer section */
#footer {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	margin-top: 15px;
	padding-left: 170px;
	padding-top: 10px;
	padding-bottom: 0px;
	clear: both;
	width: 760px;
	height: 30px;
}
