body{
	/*font-family:'Lucida Grande',sans-serif;*/
	font-family:Helvetica,Arial,sans-serif;
	font-size:0.75em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	text-align:center;
}

div.warnig{
	text:red;
}

/* id's */

#content {
	margin:0 auto;
	text-align:center;
	width:750px;
}

#top{
	margin:0 auto;
	padding: 35px 0 0 0;
	text-align:center;
	width:500px;
	height:200px;
}

#menu{
	margin:0 auto;
	text-align: center;
	width:500px;
}

#center{
	background-color:#AFF;
}

#leftspace{
	margin:0 auto;
	text-align: center;
	float:left;
	width:150px;
	/*background-color:#FFF;*/
	height:250px;
}

#centerspace{
	margin:0 auto;
	text-align: center;
	float:left;
	width:450px;
	height:250px;
	/*background-color:#FFF;*/
}

#rigthspace{
	margin:0 auto;
	text-align: center;
	float:left;
	width:150px;
	/*background-color:#FFF;*/
	height:250px;
}



#foot{
	margin:0 auto;
	/*width:400px;*/
	
	clear:both;
	margin:0;
	padding:15px 0 25px;
}


/* classes */
.box {
	background:#FFFFFF
	color:#666666;
	margin:0 0 15px;
	padding:10px 0 0;
}

#url{
	font-size: 18px;
	padding: 5px;
	width: 350px;
}

#reduce_button{
	font-size: 15px;
	padding: 5px;
	width: 100px;
}



