html, body {
	padding: 0;
	margin: 0;
}

body {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #888;
	background: white url(root_bg.gif) repeat;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
}

hr {
	border: 0;
	border-top: 1px solid #ddd;
	height: 1px;
}

pre {
	margin: 0.5em 0;
	padding: 0.5em;
	background-color: #eee;
	border-top: solid #ccc 1px;
	border-left: solid #ccc 1px;
	border-bottom: solid #ddd 1px;
	border-right: solid #ddd 1px;
}

small {
	font-size: 85%;
}

big {
	font-size: 120%;
}

li {
	margin: 0.5em 0;
}

dt {
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0.25em;
}

table {
	border: 0;
	border-spacing: 0;
}

td {
	padding: 0 1em 0 0;
	border: 0;
	margin: 0;
}

th {
	font-weight: bold;
	text-align: left;
	padding-right: 1em;
	padding-bottom: 0.25em;
}

ul {
	list-style-type: square;
}

textarea {
	background-color: #eee;
	margin: 0.25em 0;
	font-family: Courier, "Courier New", monospace;
	font-size: 8pt;
}

input[type="submit"], input[type="reset"],
input[type="button"], input[type="file"], button {
	font-size: 8pt;
	font-weight: normal;
}

input[type="text"], input[type="password"] {
	background-color: #eee;
	margin: 0.25em 0;
	font-size: 8pt;
	font-weight: normal;
}

select {
	font-size: 8pt;
}

img {
	border: 0;
}

a:link, a:visited {
	color: black;
	text-decoration: none;
}

a:hover {
	background: white url(../common/yellow_anim.gif) repeat-y;
}

#container {
	width: 1022px;
	margin: 8px auto 30px auto;
	background: white;
}

#playground {
	margin: 0 20px;
	border-top: #ccc solid 1px;
	border-left: #ccc solid 1px;
	border-right: #ccc solid 1px;
}

#stage {
	margin: 40px 0 0 8px;
}

#main {
	margin: 16px 0 0 8px;
}

#main ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#main ul li {
	display: inline;
	margin-right: 1em;
	letter-spacing: -0.05em;
}

#main a:link,
#main a:visited {
	font-size: 10px;
	color: #777;
	text-decoration: none;
}

#main a:hover {
	color: black;
}

#main a.selected {
	color: black;
}

#sub {
	padding-top: 4px;
	min-height: 14px;
}

#sub ul {
	width: 800px;
	margin: 2px 0 0 0px;
	padding: 0;
	list-style: none;
}

#sub ul li {
	display: inline;
	margin-right: 1em;
	letter-spacing: -0.05em;
	color: #777;
}

#sub a:link,
#sub a:visited {
	font-size: 10px;
	color: #777;
	text-decoration: none;
}

#sub a:hover {
	color: black;
}

#sub a.selected {
	color: black;
}

#logo {
	margin: 8px 0 0 784px;
	padding: 0;
	width: 177px;
	height: 46px;
}

#navigation {
	width: 172px;
	height: 624px;
	background-color: yellow;
	margin: 56px 60px 0 0;
	float: left;
}

#closure {
	 width: 1022px;
	 height: 42px;
	 background: white url(../common/closure_shadow.jpg) no-repeat;
	 margin: 0;
	 padding: 0;
}

#bottomLinks {
	width: 982px;
	margin: 0 20px;
	border-bottom: 1px #e9eaeb solid;
	padding-bottom: 0.75em;
}

#bottomLinks a:link,
#bottomLinks a:visited {
	font-size: 10px;
	color: #777;
	text-decoration: none;
}

#bottomLinks a:hover {
	color: black;
}

#bottomLine {
	width: 982px;
	margin: 0.75em 20px;
}

#bottomLine p {
	margin: 0;
	border-bottom: 1px #e9eaeb solid;
	padding-bottom: 0.75em;
	font-size: 80%;
}

#bottomLine a:link,
#bottomLine a:visited {
	font-size: 125%;
}

