*	{
	margin: 0;
	padding: 0;
}

section{
	width: 1300px;
	margin: auto;
}
header{
	margin:auto;
}
header h1{
	/*border: 1px gray solid;*/
	padding: 100px;
	text-align: center;
}
footer{
	clear: both;
	height: 200px;
	border-top: solid darkgray 1px;
	padding: 50px 350px;
	margin-top: 100px;
}
.showitem{
	margin: 10px;
}
.showitem li
{
	float: left;
	margin: 5px;
}
.showitem img
{
	width: 400px;
	height: 400px;
	border: solid darkgray 1px;

}
.box {
	width: 405px;
	margin-bottom: 20px;
}
ul	{
	list-style-type: none;
}

h1{
	color:#555555;
}

a	{
	text-decoration: none;
}

#topMenu {
	height: 60px;
	width: 1200px;
	margin: auto;
}
#topMenu ul li {                  
	list-style: none;        
	color: #555555;
	background-color: #ffffff;
	float: left;              
	line-height: 50px;
	vertical-align: middle;
	text-align: center;   
}
#topMenu .menuLink {                  
	text-decoration:none;        
	color: #555555;
	display: block;            
	width: 300px;
	font-size: 12px;       
	font-weight: bold;    
	font-family: "Trebuchet MS", Dotum, Arial; 
}
#topMenu .menuLink:hover {           
	color: #888888;
	background-color: #eeeeee;
}

/*
#container  { background-color:#F0F0F0; width:95%; margin:0 auto; padding:10px; }
#header   { background-color:#908886; height:150px; }
#content  { background-color:#F5F5F5; float:left; height:2000px; }
#footer   { background-color:#555555; clear:both; height:100px; }
*/
