html {
	margin: 0;
	padding: 0;
	}
body { 
	font: Arial, Helvetica, sans-serif; 
	background-color: #705040;
	margin: 0px auto 0px auto;
	padding: 0;
	}
p { 
	font-size: 13px;
	color: #705040;
	padding: 0;
    margin: 0; 
	text-align: justify;
	font-style: normal;
	}
p.news_title {
    font-size: 14px;
	color: #CC6600;
	text-align: left;
    font-style: italic;
	}
p.picture_text {
    float: left;
	padding: 5px 15px 5px 0;
    }
p.welcome {
    font-size: 12px;
	color: #006666;
	}
p.other {
	font-size: 13px;
	}
p.other a {
	font-weight: bold; 
	cursor: hand;
	font-size: 13px;
	color: #705040;
	}
p.footer {
    font-size: 11px;
	}
h1 { 
	font-size: 15px; 
	letter-spacing: 1px; 
	color: #CC6600;
	text-align: left;
	font-weight: bold;
	padding: 0;
    margin: 0;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #006666;
	cursor: hand;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #669999;
	cursor: hand;
	}
a:hover, a:active { 
	font-weight: bold;
	text-decoration: none; 
	color: #669999;
	cursor: hand;
	}
a:selected {
    font-weight: bold; 
	text-decoration: none; 
	color: #CC6600;
	cursor: default;
	}
acronym {
	border-bottom: none;
	}
#wrap {
    width: 900px;
    height: auto;
	margin: 0px auto 0px auto;
    }
.header {
    width: 900px;
    height: 201px;
	background: url(images/bannerup.jpg) no-repeat center;
    }
img {
    border: none;
	}

/*menu*/
#menu {
    width: 900px;
    height: 29px;
    margin: 0;
	font: Arial, Helvetica, sans-serif;
	background: url(images/bannerdown.jpg) no-repeat center;
    }
#menu ul {
    display: block;
    list-style-type: none;
    padding: 0 0 0 120px;
    margin: 0;
    }
#menu ul li {
    display: inline;
    padding: 0;
    margin: 0;
    height: 29px;
    }
#menu ul li a {
    height: 24px;
    display: block;
    padding: 5px 10px 0 10px;
    margin: 0;
    float: left;
	text-decoration: none;
    text-align: center;
	letter-spacing: 1px;
	text-transform: lowercase;
    color: #fff;
    font-size: 14px;
	cursor: hand;
    }
#menu ul li.selected a {
    height: 24px;
    display: block;
    padding: 5px 10px 0 10px;
    margin: 0;
    float: left;
	text-decoration: none;
    text-align: center;
	letter-spacing: 1px;
	text-transform: lowercase;
    color: #FF9966;
    font-size: 14px;
	cursor: hand;
	}
#menu ul li a:hover {
    color: #FF9966;
    }

/*center content*/
.center_content {
    width: 900px;
    height: 100%;
	margin: 0;
	background: url(images/centerbg.gif) repeat-y center;
    }
.left_content {
    width: 430px;
    height: 900px;
	background: url(images/centerbg.gif) repeat-y left;
	float: left;
    margin: 0;
	padding: 40px 50px 20px 70px;
    }
.right_content {
    width: 240px;
    height: 900px;
	background: url(images/centerbg.gif) repeat-y right;
	float: left;
    margin: 0;
	padding: 40px 60px 20px 50px;
    }
.title {
    font-size: 15px; 
	letter-spacing: 1px; 
	color: #CC6600;
	text-align: left;
	font-weight: bold;
	padding: 0;
    margin: 0;
	}

/*list*/
ul.list {
    clear: both;
    padding: 0px 10px 0px 30px;
    margin: 0;
	}
ul.list li {
    list-style: none;
    padding: 5px 0 5px 0;
	text-align: left;
    }
ul.list li a {
    list-style: none;
    text-decoration: none;
    text-align: left;
	color: #006666;
	font-size: 14px;
	font-weight: bold;
    padding: 0;
    }
ul.list li a:hover {
    color: #669999;
	}
	
#footer { 
	background: url(images/centerbg.gif) repeat-y center;
	padding: 5px 0 10px 110px;
	}
