body { /* this is the entire page */
	text-align: center;
	background-color: #f8f8f8;
	margin:0px;
	font-family: "Hoefler Text", "Lucida Fax", "Lucida Grande", Georgia, "Trebuchet MS", Univers, "Univers 55", Gill, "Gill Sans", "Zurich BT", Zurich, sans-serif;
	color: #000;
}
.container{
	margin:0 auto;
	background:url(/images/backm.png) top center repeat-y;
	width:770px;
}
#left{
	text-align:left;
	float:left;
	padding:20px;
	width:550px;
  background:url(/images/sidecut.png) top right repeat-y;
}
#right{
	text-align:left;
	float:right;
	width:150px;
	padding:15px;
}
div.header{
/*	background:url(/images/head1.png) top center no-repeat; */
	height:270px;
	position:relative;
}
div.menu img{
	border:0px;
	height:30px;
}
div.menu{
	background:url(/images/menu-back.png) top center repeat-x;
	height:30px;
	width:768px;
	text-align: left;
	position:relative;
	left:1px;
}
div.menu div{
	display:inline;
	padding-left:30px;
	height:30px;
}

div.hr{
	height: 15px;
	background: url(/images/hr.png) top center repeat-x scroll;
	position:relative;
	top:3px;
}
div.footer{
	background:url(/images/footerb.png) bottom center no-repeat;
	height:53px;
	clear:both;
}
input.mail{
	width:140px;
}
div.signup-form{
	margin-right:220px;
	text-align:right;
}

/*-------------------------/ 
Legacy CSS
/-------------------------*/

/* Replaced with 'div.left' */
div.writeboardbody, div.main {
	line-height: 19px; 
}