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



body {
	margin:0;
	padding:0;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	font-family:"Times New Roman";
	font-size:12px;
}
#navigation
{
	width:300px;
	height:260px;
	clear:right;
}
#main
{
	width:865px;
	margin:30px 0 0 195px;
}
#content {
	width:471px;
	margin:0 auto;
	text-align:center;
	display:none;
	clear:left;
}

a img {border: none}
