body {
padding : 0;
margin : 0;
background : #336600 url(../images/bg.jpg);
color : #000;
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
height:100%;
}
h1 {
font-size : 24px;
color : #ff7800;
}
h2 {
font-size : 16px;
color : #5c2604;
}
#headcontent {
width : 100%;
margin : 0 auto;
color : #000;
}
#contents {
background-color : #fff;
color : #333;
width : 770px;
margin : 0 auto;
}
#header {
background : #ffffcc url(../images/bg-top.jpg) repeat-x top left;
color : #000;
width : 100%;
height : 178px;
}
#menubar {
background : #ffffcc url(../images/bg-top.jpg) repeat-x top left;
color : #000;
width : 100%;
height : 178px;
}
#banner {
background : #fefdde;
height : 255px;
padding-top : 10px;
}
.scroll {
margin-top : 16px;
margin-left : 21px;
margin-right : 18px;
margin-bottom : 12px;
height : 222px;
}
#text {
background : #fff;
padding : 20px;
text-align : justify;
}
#bottom {
background:#FAF7D4 url(../images/bgb.jpg) top left repeat-x;
padding:20px;
height:100%;
}
#footer {
background : #faf7d4 url(../images/bgb.jpg) repeat-x top left;
padding : 15px 10px;
text-align : center;
font-size : 11px;
line-height : 18px;
}
p {
color : #333;
background-color : transparent;
font-family : Arial, Helvetica, sans-serif;
}
.code {
color : #339;
background-color : transparent;
font-family : times, serif;
font-size : 0.9em;
padding-left : 40px;
}
.lower {
width:210px;
color:#000;
float:left;
margin-right:40px;
text-align:left;
}


.fltlft {
float : left;
}

.divcen {
width:770px;
position:absolute;
}
.fltrht {
float : right;
}


.clrall {
clear : both;
}
a:link {
color : #006600;
text-decoration : none;
}
a:hover {
color : #006600;
text-decoration : underline;
}
a:visited {
color : #006600;
text-decoration : none; 
}

.tracms {
	font-family: Verdana;
	font-size: 11px;
	color: green;
	background-color:#FAFCF6;
	border: 2px solid Green;
	border-color:Green;
	width: 150px;
}

.trabut {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	background-color:Green;
	border: 1px solid #FFFFFF;
}