
body{
	margin:0px 0px 0px 0px; 
	background-image: url(../img/bg_static.jpg);
	background-repeat: repeat;
	/*font-family:helvetica,arial,sans-serif;*/
	color: black;
	font-size:11pt;
	}
		
a{
   	font-weight: bold;
	font-size:16pt;
}

a:visited, a:link, a:active {
	text-decoration: none;
   	font-weight: bold;
	color: black;
}

a:hover{
	text-decoration: none;
   	font-weight: bold;
	color: #CCCCCC;
}
		
#header_box_wrap {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	padding:20px 0px 10px 0px;
}	
#header_box {
	width:750px;
	height:200px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border:1px solid black;
}	

#store_box_wrap {
	padding:4px 0px 30px 0px;
}
#store_box {
	width:700px;
}

#gallery_list li {
	list-style-type:none;
	/* padding-bottom: 7px;*/
	padding-left: 20px; 
	line-height:20px;
	background-color: white;
	background-image: url(../img/gallery/dot.gif);
	background-repeat: no-repeat;
}

#upload_mask {
	position: absolute;
	left:0px;
	top:0px;
	visibility: hidden;
	z-index:2;
	height:100%;
	width:100%;
	background-color:white;
	-moz-opacity:0.4;
	filter:alpha(opacity=40)	
}