body,html{
	text-align:center;
	padding:0px;
	margin:20px 0px 20px 0px;
	background:#BDABAB;
}

#frame{
	width:930px;
	height:605px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
}

#main{
	float:left;
	width:900px;
	height:575px;
	background:#FFFFFF;
}

#shadowRight{
	float:left;
	width:30px;
	height:575px;
	background:url('shadow_right.jpg');
	background-repeat:no-repeat;
}

#shadowBottom{
	float:left;
	width:930px;
	height:30px;
	background:url('shadow_bottom.jpg');
	background-repeat:no-repeat;
}

#header{
	width:900px;
	height:100px;
	background-repeat:no-repeat;
}

img{
  	border:0px;
}

#content{
	margin:0px 0px 8px 0px;
	width:900px;
	height:400px;
}

#menu{
	width:900px;
	height:35px;
	background:#b4a2a2;
}

a.navigation{
	width:100px;
	padding:0px 50px 0px 50px;
	font:26px 'Arial','Helvetica','DejaVu Sans','Baekmuk Gulim','sans-serif';
	font-style:italic;
	color:#606060;
	text-decoration:none;
}

a.navigation:hover{
	color:#FFFFFF;
}