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

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

h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	letter-spacing: 0.1em;
}

h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: 0.1em;
}

h3 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	letter-spacing: 0.1em;
}

hr {
	border-width: 0px;
	border-top: 1px dotted #ccc;
	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: #3399cc;
	text-decoration: none;
}

a:hover {
	color: #336699;
	text-decoration: underline;
}

#container {
	position: absolute;
	width: 1035px;
	left: 50%;
	top: 46px;
	margin-left: -517px;
}

#header {
	left: 0;
	top: 0;
	width: 1035px;
	height: 47px;
	background: url(frame_top.gif) no-repeat;
	z-index: 2;
	overflow: hidden;
}

#button {
	position: absolute;
	right: 38px;
	top: -16px;
	z-index: 3;
	width: 227px;
	height: 63px;
}

#stage {
	clear: both;
	width: 1035px;
	min-height: 480px;
	background: url(frame_vrepeat.gif) repeat-y;
}

#footer {
	width: 1035px;
	height: 21px;
	background: url(frame_bottom.gif) no-repeat;
	z-index: 2;
}

#forge {
	position: absolute;
	left: 474px;
	bottom: -32px;
	width: 88px;
	height: 29px;
	z-index: 3;
}

#domain {
	position: absolute;
	left: 24px;
	top: -12px;
	width: 95px;
	height: 12px;
	z-index: 3;
}

#header ul {
	margin: 16px 0 0 24px;
	padding: 0;
	list-style: none;
}

#header ul li {
	display: inline;
	margin-right: 1em;
}

#header a:link,
#header a:visited {
	color: #3399cc;
	text-decoration: none;
	letter-spacing: 0.1em;
}

#header a:hover {
	color: #3399cc;
	text-decoration: none;
	color: white;
}

#header a.selected {
	color: white;
	text-decoration: underline;
}

