body {
	background : #fff ;
	}
	
#main {
	position : relative ;
	top : 0px ;
	left : 0px ;
	float : left ;
	width : 700px ;
	}
	
	#logo {
		position : relative ;
		top : 0px ;
		}

	#menu {
		padding : 15px 0px 15px 0px ;
		position : relative ;
		top : 0px ;
		}

	#news {
		padding : 10px ;
		position : relative ;
		top : 5px ;
		left : 50px ;
		border-style : solid ;
		border-color : #000 ;
		border-width : 0px 1px 1px 0px ;
		width : 500px ;
		font-size : 0.8em ;
		}

	#topic {
		position : relative ;
		top : 10px ;
		width : 700px ;
		}
		
		#t-box {
			margin-right : 20px ;
			margin-bottom : 10px ;
			padding : 10px ;
			border-style : dashed ;
			border-color : #000 ;
			border-width : 0px 0px 0px 0px ;
			width : 650px ;
			height : 80px ;
			background-image : url("img2/noimg.jpg") ;
			background-position : left ;
			background-repeat : no-repeat ;
			font-size : 0.8em ;
			}

#sub {
	position : relative ;
	top : 0px ;
	left : 10px ;
	float : left ;
	width : 200px ;
	font-size : 0.8em ;
	}

#bottom {
	width : 850px ;
	position : relative ;
	top : 50px ;
	clear : left ;
	}