/* RESET */

* {
	vertical-align: baseline;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	text-decoration: none;
}
ul { list-style: none; }
b { font-weight: bold; }
i { font-style: italic; }
em { font-style: normal; }

.end { font-size: 1px; overflow: hidden; height: 1px; clear: both; }
.center { text-align: center; }
.fr { float: right; }

p { margin: 1em 0; }
table { table-layout: fixed; }

/* LAYOUT */

html, body { height: 100%; }

body {
	background-color: #000;
	color: #fff;
	font: 11px/130% verdana, sans-serif;
}

a:link {
	color: #557;
	text-decoration: underline;
}
a:visited {
	color: #757;
	text-decoration: underline;
}
a:hover {
	color: #89a;
	text-decoration: underline;
}

#frame {
	width: 950px;
	min-height: 100%;
	_height: 100%;
	margin: 0 auto;
	padding-bottom: 20px;
	background: #000 url('cache=bg.jpg') repeat-y top left;
}

#top {
	_height: 180px;
	min-height: 180px;
	background: transparent url('cache=top.jpg') no-repeat top left;
	padding: 0 80px;
}
	#top dl {
		display: block;
	}
		#top dl dt {
			float: left;
		}
		#frame dl dt a {
			display: block;
			width: 180px;
			height: 60px;
		}
		#frame dl dd {
			float: right;
			padding: 20px 0;
			text-align: right;
			font: 13px helvetica, arial verdana, sans-serif;
		}
	
	#top #current {
		margin: 0;
		padding: 20px 10px;
		clear: both;
	}

#middle {
	margin: 25px 30px;
	color: #333;
}

#menu {
	float: left;
	width: 180px;
	margin-right: 30px;
}
	#menu li a {
		display: block;
		color: #777;
		border-bottom: 1px #ccc solid;
		padding: 5px 0 5px 5px;
		background: transparent url('cache=menu-sprite.png') no-repeat top left;
		text-decoration: none;
	}
	#menu li a.selected {
		background-color: #ddd;
		background-position: 0 -30px;
	}
	#menu li a:hover {
		color: #888;
		background-color: #ccc;
		background-position: 0 -60px;
		text-decoration: none;
	}

#content {
	float: left;
	width: 520px;
}

	#content h1 {
		color: #999;
		font: bold 19px verdana, sans-serif;
		margin-bottom: 1em;
	}
	#content h2 {
		color: #888;
		font: 15px verdana, sans-serif;
		margin: 1em 0;
	}
	#content h3 {
		color: #777;
		font: bold 12px verdana, sans-serif;
	}
	
	#content p.bread, #content div.bread p, ul.bread {
		margin: 1em;
	}


/* CONTENT */

.topimg {
	background-color: #fff;
	border: 1px #999 solid;
	padding: 1px;
}

.rightimg {
	float: right;
	_display: inline; /* IE6 fix */
	background-color: #fff;
	border: 1px #999 solid;
	padding: 1px;
	margin: 1em;
}

.column {
	float: left;
	width: 260px;
}

.gallery {
	
}
	.gallery li {
		float: left;
		margin: 5px;
		_display: inline; /* IE6 fix */
		background-color: #fff;
		border: 1px #bbb solid;
		padding: 1px;
	}
		.gallery li img {
			width: 158px;
			display: block;
		}

ul.list {
	list-style-image: url('cache=bullet.png');
	padding-left: 10px;
	margin: 1em 5px;
}
	ul.list li {
		padding-bottom: 3px;
	}

.notice-ok {
	border: 1px #090 solid;
	background-color: #c7d6c7;
	padding: 5px;
}
.notice-fail {
	border: 1px #900 solid;
	background-color: #d6c7c7;
	padding: 5px;
}

/* FORMS */

fieldset {
	border: 1px #bbb solid;
	padding: 10px 20px;
	margin: 10px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

form .w100 { width: 100px; }
form .w150 { width: 150px; }
form .w300 { width: 250px; }

form label {
	float: left;
	width: 100px;
}

form .section-after {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px #ccc solid;
}

form .text {
	border: 1px #bbb solid;
	padding: 2px;
	font: 11px verdana, sans-serif;
	background: #fff url('cache=textbg.png') repeat-x top left;
}

form .button {
	width: 85px;
	height: 22px;
	background: #000 url('cache=button-sprite.png') no-repeat top left;
	color: #fff;
	font: 10px verdana, sans-serif;
}
	form .button:hover {
		background-position: 0 -22px;
	}
