/* @group Browser Reset */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group Superstructure */

body {
	background-color: silver;
}

#container {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	font-family: ""Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;";
	line-height: 1.35;
}

* {
	
}

#header {
}

#nav {
	margin-bottom: 12px;
	text-align: center;
	font-size: 86%;
}

#column-left {
	width: 200px;
	display: inline;
	float: left;
	margin-left: 12px;
	margin-right: 8px;
	font-size: 85%;
}

#column-main {
	width: 468px;
	float: left;
	padding-right: 8px;
	padding-left: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
}

#column-right {
	width: 160px;
	float: left;
	margin-left: 8px;
	margin-right: 6px;
	font-size: 85%;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 86%;
}

/* @end */

/* @group Other */

h1, h2, h3 {
	margin-top: 1.5em;
	margin-bottom: 0.7em;
	color: #6c6c6c;
}

h1 {
	font-size: 145%;
}

h2 {
	font-size: 125%;
}

h3 {
	font-size: 110%;
}

p {
	margin-top: 1em;
	margin-bottom: 1em;
}

a {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #8080fc;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
	color: orange;
}

#nav p {
	margin: 0;
	padding: 2px 12px;
}

#column-main ul {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 3em;
	font-size: 85%;
}

#column-main ul li {
	text-indent: 0;
}

#column-left #staff {
}

#column-left #staff p {
	font-weight: bold;
	text-align: center;
}

#column-left #staff ul {
	list-style-type: none;
	margin-left: 3em;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
}

#column-left #staff ul li {
	text-indent: 0;
}

#column-right #links {
	
}

#column-right #links ul {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 1.5em;
}

#column-right #links ul li {
	text-indent: 0;
}

#footer p {
	margin: 12px 0 0;
	padding: 2px 12px;
}



/* @end */

/* @group Images */

.alignright {
	float: right;
	clear: right;
	margin-left: 12px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.alignleft {
	float: left;
	clear: left;
	margin-right: 12px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.centered {
	display: block;
	margin: 4px auto;
}

/* @end */

/* @group Colors */

.color-test {
	color: red;
	background-color: aqua;
	border: 1px solid olive;
}

.color-bg1 {
	background-color: silver;
}

.color-bg2 {
	background-color: white;
}

.color-bg3 {
	background-color: #b9b164;
}

.color-font1 {
	color: gray;
}

.color-font2 {
	color: black;
}

/* The following was meant for headings, but can't abstract them */

.color-font3 {
}

.color-font4 {
	color: #57580b;
}

.color-border1 {
	border-color: silver;
}



/* @end */


