@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-image: url(../imgs/bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#container {
	width: 900px;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
	background-image: url(../imgs/c-bg.gif);
	background-repeat: repeat;
}
#header {

	height: 200px;
	padding: 0px;
}

div#mainContent {
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left:50px;
	height: 1400px;
	

}

#comment {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size:14px;
	color:#FFFFFF;
	text-align: center;
	background-color: #03F;
}

#comment a{
        color: #cce3ff;
}

#comment a:hover{
        color: #ffffff;
}

#footer {
	margin: auto;
	text-align:center;
	padding: 5px;
	background-color: #03F;
	font-size: 14px;
	color: #FFFFFF;
}

/*category name*/
#choiceCategory {
	margin: auto;
	font-weight:bold;
	font-size:14px;
	background-color: #9CF;
	text-align: center;
	color: #03F;
}

/*photo*/

div#mainContent ul{
	list-style-type: none;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
div#mainContent li{
	font-size: 12px;
	color:#9900FF;
	float:left;
	width: 140px;
	height: 115px;
	margin-top: 6px;
	/*	margin-left: 13px;*/
/*	margin-right: 12px;*/
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	background-image: url(../imgs/photo_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-top: 6px;
	padding-right: 0px;
	/*	padding-bottom: 28px;*/
	padding-left: 0px;
}

/* -------------------- category -------------------- */

.wireframeauramenu{
	font-weight: bold;
	font-size: 14px;
	width: 100%;
	background-color: #9CF;
}

.wireframeauramenu ul{
	border-left: 1px solid #03F;
	border-right: 1px solid #03F;
	border-bottom: 1px solid #03F;
	padding: 5px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	overflow: hidden;
}

.wireframeauramenu ul li{
display: inline;
}

.wireframeauramenu ul li a{
	color: #03F;
	padding: 6px 12px 6px 6px;
	margin: 0;
	text-decoration: none;
	border-right: 1px dashed #03F; /*right border between menu items*/
}

.wireframeauramenu ul li a:hover{
	color: #03F;
	background: transparent url(../imgs/menu.png) center center no-repeat; /*background of menu item onMouseover*/
}
