*{
	margin:0px;
	padding:0px;
}

html {
    overflow-y:scroll;
    }


body{
	background-color: #FFFFFF;
	text-align:center;
	
}

#container{
	background-image: url(../images/topRline.gif);
	background-repeat: repeat-y;
	text-align:left;
	width:644px;
	margin:0 auto;
}


h1{
	margin-bottom:2px;
}


#topmenu{
	background-image: url(../images/menubg.gif);
	background-repeat:repeat-x;
	width:640px;
	height:23px;
}

#topmenu ul{
	/*width:433;*/
	width:440px;
	margin-left:200px;
}

#topmenu li{
	float:left;
	height:23px;
	list-style:none;
}

/*bytophtml*/

body,td,th {
	font-size: 12px;
}
a:link{color:#FF6600;
}
a:visited{color:#CC6600;
}

/*

body{
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 20px;
background-color:#FFFFFF;
}*/