* {
    margin:0;
    padding:0;
    
}
body {
    background:#f2f2f2 url(images/bg.jpg) center repeat-y;
    font:11px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#444444;
}
ol, ul, li {
    list-style-type:none;
}
input.text {
    padding:2px 2px;
    background:#ffffff;
    border:1px solid #808285;
    font:11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color:#444444;
}
.table1 {
	background-color: #eeeeee;
}
.table2 {
	background-color: #eeeeee;
}
input.button {
    padding:2px 5px;
    background:#d7d7d7 url(images/button.jpg) 0 0 repeat-x;
    border:1px solid #9d0808;
    font:11px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#ffffff;
    cursor:pointer;
}
input.button:hover {
    padding:2px 5px;
    background:#d7d7d7 url(images/button.jpg) 0 -25px repeat-x;
    border:1px solid #9d0808;
    font:11px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#ffffff;
    cursor:pointer;
}
textarea {
    padding:2px 2px;
    background:#ffffff;
    border:1px solid #808285;
    font:11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color:#444444;
    overflow:auto;
}
select {
    padding:0;
    background:#ffffff;
    border:1px solid #808285;
    font:11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color:#444444;
}
select option {
    padding:2px;
}
a {
    color:#376cd0;
    text-decoration:underline;
}
a:hover {
    color:#dd3200;
    text-decoration:none;
}
.f_left, .f_middle {
    float:left;
}
.f_right {
    float:right;
}
.clear {
    clear:both;
}




#container {
    margin:auto;
    width:960px;
}
#header .top {
    height:132px;
}
#header .top .f_left {
    padding-left:5px;
    width:320px;
    height:132px;
}
#header .top .f_right {
    padding:30px 5px 0 0;
    width:475px;
    height:102px;
	z-index:0;
}

#header .top .f_right p {
    margin-bottom:5px;
    line-height:17px;
    text-align:right;
    color:#838383;
}
#header .top .f_right p a {
    color:#376cd0;
    text-decoration:underline;
}
#header .top .f_right p a:hover {
    color:#dd3200;
    text-decoration:none;
}

#header .bottom {
    padding:0 1px;
}
#header .bottom ul {
    height:37px;
    background:#990000 url(images/menu.jpg) 0 0 repeat-x;
}
#header .bottom ul li {
    float:left;
    height:37px;
}
#header .bottom ul li a {
    float:left;
    padding:10px 32px 0 32px;
    height:27px;
    font-weight:bold;
    text-decoration:none;
    color:#ffffff;
}
#header .bottom ul li a.last {
    padding:10px 35px 0 32px;
}
#header .bottom ul li a:hover {
    background:transparent url(images/menu.jpg) 0 -37px repeat-x;
    color:#444444;
}

#middle {
    padding:5px;
}
#middle .f_left {
    width:725px;
}
#middle .f_left2 {
    width:950px;
}
#middle .f_left2 {
    width:950px;
}
#middle .f_left2 h1 {
	font-size: 24px;
	line-height: 32px;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 8px;
}
#middle .f_right {
    padding-left:5px;
    width:220px;
}
#middle .f_right .box {
    margin-bottom:5px;
    padding:5px;
    background:#dadada;
    border:1px solid #b9b9b9;
}
#middle .f_right .box h3 {
    margin-bottom:5px;
    padding-bottom:3px;
    border-bottom:1px solid #990100;
    font-size:16px;
    color:#990100;
}
#middle .f_right .box label {
    font-weight:bold;
}
#middle .f_right .box p {
    margin:5px 0;
    line-height:18px;
}

#slide {
    display:block;
    margin-bottom:10px;
    width:720px;
    height:218px;
}
#player {
   
}

#main h3 {
    margin-bottom:5px;
    font:bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#666666;
}
#main p {
    margin-bottom:15px;
    line-height:18px;
    text-align:justify;
    color:#666666;
}
#main p img {
    float:left;
    margin-right:5px;
    border:1px solid #e5e5e5;
}

#main table.tbl {
	width:500px;
	border:1px solid #66666;
	border-collapse:collapse;
}
#main table.tbl th, #main table.tbl td {
	border:1px solid #666666;
	border-collapse:collapse;
	vertical-align:top;
	padding:2px 5px;
}

#footer {
    padding:20px 10px 10px 10px;
    text-align:center;
}
#footer p {
    margin-bottom:5px;
    color:#a8a8a8;
}
#footer p a {
    font-weight:bold;
    text-decoration:none;
    color:#a8a8a8;
}
#footer p a:hover {
    color:#8f8f8f;
    text-decoration:underline;
}
.box1 {
	width:100%;
	background-color:#eeeeee;
};
.box1 ul {
	list-style-type:none;
};
.box1 ul li {
	float:left;
	width:180px;
};