/* CSS Document */
body {
	margin:0;
	background-color:#FFF0D9;/*text-align:center;*/ /*background-color:#cccccc;*/
	scrollbar-face-color:#BABABA;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#CCCCFF;
	scrollbar-darkshadow-color:#CCCCFF;
	scrollbar-Shadow-color:#FFFFFF;
	scrollbar-arrow-color:#CCCCFF;
	scrollbar-track-color:#ffffff;
	font-size:12px;
}

img {
	border:0;
}

a:visited{
	text-decoration:none;	
}

a:link{
	text-decoration:none;	
}

.clrf {
	clear:both;
	margin:0;
	padding:0;
}

.center {
	MARGIN-RIGHT: auto;
	MARGIN-LEFT: auto;
	text-align:center;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}
/* Hide from IE Mac \*/ 
.clearfix {
	display:block;
} 
/* End hide from IE Mac */ 
/* end of clearfix */

.width_480{
	width:480px;
}
.width_240{
	width:240px;
}

width_700
{
	width:700px;
}


