html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	background:transparent;
	border:0;
	font-size:100%;
	margin:0;
	padding:0;
	outline:0;
	vertical-align:baseline;
}

body {
	background-color: #222;
	color: #DDD;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: auto;
	width:100%;
}

a {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #69F;
}

h2 {
	margin: 16px 20px 0px;
	font-size: 18px;
	color: #999;
	text-shadow: 0 1px 0 #000;
}

#nav_candy a {
	color: #999;
	font-size: 14px;
	line-height: 30px;
}

#nav_candy a:hover {
	color: #69F;
}

#head {
	height: 50px;
	margin: auto;
	padding: 20px 0px;
	width: 800px;
}

#nav_wrap {
	background-color: #333;
	height: 30px;
	width: 100%;
}

#nav_candy {
	margin: auto;
	width: 800px;
}

#nav_candy

#nav_candy_l {
	float: left;
}

#nav_candy_l a {
	margin-right: 15px;
}

#nav_candy_r {
	float: right;
}

#nav_candy_r a {
	margin-left: 15px;
}

#blrb {
	font-style: italic;
	margin: auto;
	width: 760px;
	padding: 20px;
	color: #999;
}

#tagline {
	font-size: 16px;
	color: #FFF;
}

#gallery {
	height: 384px;
	margin: auto;
	overflow: hidden;
	padding: 0px 20px;
	position: relative;
	width: 800px;
}

.items {
	height: 384px;
	position: absolute;
	width: 20000em;
}

.pieces {
	float: left;
	width: 800px;
	height: 384px;
}

.piece {
	background-color: transparent;
	background-image: url('../images/piece.png');
	background-position: 0px 160px;
	background-repeat: no-repeat;
	float: left;
	height: 160px;
	margin:0px 0px 21px 32px;
	padding: 0px 0px 11px;
	text-align: center;
	width: 160px;
}

#foot {
	color: #555;
	font-size: 10px;
	margin: 20px auto;
	text-align: center;
	width: 800px;
}

.navi {
	height: 8px;
	margin:20px auto 20px;
	width: 28px;
}

.navi a {
	border: 1px solid #666;
	cursor: pointer;
	display: block;
	float: left;
	height: 6px;
	margin-right: 6px;
	width: 6px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.navi a:hover {
	border: 1px solid #69F;
}

.navi a.active {
	border: 1px solid #CCC;
}

.rule_hz {
	background-color: transparent;
	background-image: url('../images/rule_hz.png');
	background-repeat: repeat-x;
	height: 2px;
	width: 100%;
}

.clearer {
	clear: both;
}

#overlay {
	display: none;
	width: 100%;
	height:100%;
	background-color: #000;
	-moz-opacity:.85;
	filter:alpha(opacity=85);
	opacity:.85;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
}

#about_div, #contact_div {
	display: none;
	position: fixed;
	background-color: #222;
	top: 100px;
	left: 50%;
	z-index: 10001;
	width: 500px;
	margin: 0px 0px 0px -250px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.pop_cls {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	font-weight: bold;
	text-shadow: 0 -1 0 #000;
}

#about_div .rule_hz, #contact_div .rule_hz {
	margin: 20px 0px;
}

#about_div p, #contact_div p {
	padding: 5px 20px;
}

#about_div a, #contact_div a {
	color: #666;
}

#about_div a:hover, #contact_div a:hover {
	color: #69F;
}

.text_npt {
	background:url("../images/npt_txt.png") repeat-x scroll 0 0 #FFFFFF;
	border:1px solid #000;
	color:#999;
	font-weight:bold;
	line-height:12px;
	padding:7px 4px;
	width: 452px;
}

.submit_npt {
	background: #EEE url(../images/npt_sbmt.png) repeat-x top;
	border: 1px solid #000;
	font-size: 16px;
	color: #666;
	text-shadow:0 1px 0 #FFF;
	padding: 4px 7px;
	cursor: pointer;
}

.submit_npt:hover {
	border: 1px solid #666;
}
