*{
       margin:auto;
	   padding:auto;


}

#wrapper{
		width:650px;
		height:570px;


		}
#top{
		width:650px;
		height:50px;
		background-color:#ffffff;
		
		
		}

#middle{
		width:650px;
		height:470px;
		background-color:#ffffff;
		
		}
		
#left{
		width:200px;
		height:470px;
		float:left;
		background-color:#ffffff;
		}
		
#txt_title{
		width:185px;
		height:12px;
		font-size:12px;
		padding:7px 5px 6px 10px;

		
		}
		
		
a.links{
		text-decoration:none;
		} 

a:hover{text-decoration:none;
		border-style:double;
		border-width:3px 0px;
		border-color:crimson;
		}
a{
		text-decoration:none;
		color:#666666;
}




.txt_num{
		width:185px;
		height:12px;
		font-size:12px;
		padding:7px 5px 6px 10px;


		}

#right{
		width:450px;
		height:470px;
		float:right;
		background-color:#ffffff;
		}


#under{
		width:650px;
		height:50px;
		background-color:#ffffff;
		
		
		}

