@charset "gb2312";
/* CSS Document */

#regular-page
{
	margin: 0 auto;
	padding: 0;
	width: 800px;
    display: block;
    border: 1px solid blue;
    position: relative;
}

#header
{
	display: block;
	background-image:url(images/header.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	height: 160px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	font-size: 18px;
}

#header a
{
	text-decoration:none; 
	padding-right: 15px;
}

#header a:hover
{
	color:#000;
	text-decoration:none;
}

#header a:link
{
	color:#000;
	text-decoration:none;
}

#header a:visited
{
	color:#000;
	text-decoration:none;
}

#header-text
{
	margin: 0px 0px 0px 0px;
	font-size: 24px;
	color: #000;
	position: absolute;
	bottom: 11px;
	right: 27px;
	text-align:right;
	padding-right: 5px;
	font-weight: bold;
}

#navmenu
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 4px 0px;
    position: relative;
    background-color: #000000;
    height: 28px;
}

#navigation
{
    text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#navigation li
{
	display: inline;
	list-style-type: none;
}

#navigation a
{
    width: 99px;
    height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 2px 0px;
    position: absolute;
    font-weight: bold;
	display: inline;
}

#navigation li a
{
    color: #77BBFF;
}

#navigation li a:hover
{
    color: white;
}

#navigation li a:link
{
    text-decoration:none;
}
#navigation li a:visited
{
    text-decoration:none;
}

#navigation a:hover
{
	background-image:url(images/bigbutton.jpg);
}

#b1 { left:   0px; }
#b2 { left: 99px; }
#b3 { left: 198px; }
#b4 { left: 297px; }
#b5 { left: 396px; }
#b6 { left: 495px; }
#b7 { left: 594px; }
#b8 { left: 693px; }

#col1, #col2
{
        padding: 10px 7px 10px 7px;
}

#col1
{
	float: left;
	width: 170px;
	text-align:center;
	font-size: 24px;
	font-weight: bold;
}

#col2
{
        float: right;
        width: 600px;
		font-size:14px;
        border-left: 1px solid #0000FF;
		margin-bottom:50px;
		line-height:30px;
}

#col2 a
{
	text-decoration:none;
}

#bmenu
{
    color: #77BBFF;
	text-align: center;
	font-size: 10px;
    clear: both;
    list-style-type: none;
    margin-bottom: 2px;
}

#bmenu li
{
        display: inline;
}

#Link
{
	color: #00;
	text-align: center;
	font-size: 12px;
	clear: both;
	padding-left: 50px;
	margin-top: 0px;
	padding-bottom: 2px;
}

#Link a:link {
	color: #00C;
	text-decoration:none;
}
#Link a:visited {color: #0099FF}
#Link a:hover {
	color: #00F
}

#footer
{
	color: #00F;
	text-align: center;
	font-size: 12px;
	clear: both;
	padding-left: 50px;
	margin-top: 0px;
	padding-bottom: 2px;
}

#footer a:link {
	color: #00C
}
#footer a:visited {color: #0099FF}
#footer a:hover {
	color: #00F
}
