@charset "utf-8";
/* CSS Document */

body,td,th {
	font-size: smaller;
	color: #333333;
}
body {
	background-image: url(images/paper50.jpg);
	background-repeat: repeat;
}

#container{width:700px;text-align:left;margin:0px auto;}
#header{width:700px;margin:0px 0px 15px 0px;}
#sidebar{
	float:right;
	width:140px;
	padding:0px 0px 0px 10px;
	line-height: 2;
	
}
#content{
	float:left;
	width:520px;
	background-color: #FFFFFF;
	margin-left: 30px;
}
#footer{
	clear:both;
	width:670px;
	margin:50px 0px 15px 30px;
}

#top {
	font-size: medium;
	line-height: 2;
}
