#container {
	margin: auto;
	width: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00FF00;
	border-right-color: #00FF00;
	border-bottom-color: #00FF00;
	border-left-color: #00FF00;

}
#container #border #border_left {
	float: left;
	background-image: url('images/border_left.png');
	background-repeat: no-repeat;
	height: 40px;
	width: 45px
}
#container #border #border_right {
	float: right;
	background-image: url('images/border_right.png');
	background-repeat: no-repeat;
	height: 40px;
	width: 65px;
}
body {
	padding-top: 40px;
	background-color: #CCCCCC;
}
#container #content {
	margin:0px; padding:0px; background-image: url('images/back.png');
	background-repeat: repeat-x;
	height: 40px
	font-family: Orange LET, normal;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
}

#navigation {
   width:400px;
   margin:0px auto;
}

#navigation a {
   text-decoration:none;
}

#nleft {
   width:100px;
   float:left;
}

#nright {
   width:100px;
   float:right;
   text-align:right;
}

.newsList{
   width:430px;
	margin:20px auto;
	border:1px solid #ccc;
	border-collapse:collapse;
}

.newsList a{
   text-decoration:none;
   color:#fff;
}

th {
    padding:5px;
	background-image: url('images/hbg.gif');
	background-repeat: repeat-x;
    color:#fff
}

.right{
	text-align:right;
	font-size:10px;
}

.iform {
	margin:auto;
	padding:10px;
}

hr {
   height:0px;
   border:0px;
   border-top:1px solid #ccc;
}