/*==================================================
				wrapper style
==================================================*/
body{
	text-align : center;
}
#wrapper{
	width : 640px;
	text-align : center;
	position : absolute;
	top : 50%;
	left : 50%;
	margin : -100px 0 0 -320px;
}
/*==================================================
				pseudo classes
==================================================*/
a{
	color : #555555;
}
a:link{
	color : #555555;
}
a:active{
	color : #000000;
}
a:visited{
	color : #555555;
}
a:hover{
	color : #000000;
}

/*==================================================
				header style
==================================================*/
#header h1{
	height : 100px;
	font-size : 0px;
	padding : -9999px;
	color : #ffffff;
	background-image : url(http://color-chips.net/top_mtl/color_chips_logo_movie.gif);
	background-repeat : no-repeat;
	background-position : center;
}

/*==================================================
				contents style
==================================================*/
#contents{
	text-align : left;
}
#contents ul{
	margin-left : 240px;
}
#contents ul li{
	line-height : 40px;
	background-repeat : no-repeat;
	background-position : left center;
	padding-left : 50px;
}

/* icons */
#pencils{		background-image : url(top_mtl/pencils_icon.jpg);}
#exp_note{		background-image : url(top_mtl/exp_note_icon.jpg);}
#flash_toy_box{	background-image : url(top_mtl/flash_toy_box_icon.jpg);}
#papermodel{	background-image : url(top_mtl/papermodel_icon.jpg);}
#tricktreat{	background-image : url(top_mtl/tricktreat_icon.jpg);}

/*==================================================
				footer style
==================================================*/
#footer{
	margin-top : 50px;
}