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 {
	height: 320px;
	background-color:#f5f5ec;

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: 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;
}


html { height: 100%; margin-bottom: 1px; }





#wrapper {
	width: 970px;
	margin: 0 auto;
	position: relative;
	font-family: "Arial", Times, serif;
	letter-spacing: normal;
}
#toolbar {
	height: 60px;
}
#logo {
	float: left;

}
#menu-bar {
	font-size: 13px;
	height:32px;
	float: right;
	width: 560px;
	text-align: right;
	letter-spacing: 0.01em;
	margin-top:15px;
	background-color:white;
	border: 1px solid #d8d8d8;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;

}
a img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	opacity: 0.6;

}
#menu-bar ul {
	margin:8px 9px 0 0;
}
#menu-bar li {
	display: inline;
	padding: 0 5px;
}
#menu-bar a {
	text-decoration: none;
	color: #222222;
	font-family: "Georgia", Times, serif;
	font-weight: bold;
	font-size: 12px;
}
#menu-bar a:hover {
	color: #c3a26d;
}
#menu-bar a:active {
	color: #c3a26d;
}
#footer {
	width: 970px;
	text-align: center;
	font-size: 12px;
	clear: both;
	padding: 10px 0;
	border-top: 1px solid #a8a8a8;
	float: left;
}

#top {
float: left;
padding: 10px;
font-size: 12px;
width: 970px;
text-align: left;
}

#top a {
color: black;
float: left;
}

#top a:hover {
color: #42bcbc;
}

.clicked {
color: #42bcbc;
font-weight:bold;
font-size: 13px;
}

html { overflow: -moz-scrollbars-vertical; }
html { overflow-x: auto; }

.clear {
clear:both;
}

#text {
padding: 5px 20px 20px 0;
color: #f02659;
font-size: 20px;
}
#explain {
padding: 30px 20px 20px 120px;
}

#explain ul {
color: black;
font-size: 15px;
}
.bold {
font-weight: bold;
}
.home {
	position: absolute;
	right: 500px;
	top: 15px;
}

