* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #1E1E2A;
	
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#border-left,
#border-left div {
	background-image: url('../img/body-left.gif');
	background-repeat: repeat-y;
	background-position: left top;
	
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#border-left div {
	background-image: url('../img/body-left-top.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

#border-right,
#border-right div {
	background-image: url('../img/body-right.gif');
	background-repeat: repeat-y;
	background-position: right top;
	
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#border-right div {
	background-image: url('../img/body-right-top.gif');
	background-repeat: no-repeat;
	background-position: right top;
}

h1 {
	position: fixed;
	bottom: 0;
	right: 40px;
	
	color: #2F2F42;
	font-size: 16.0em;
	font-weight: normal;
}
h1 span {
	font-size: 0.2em;
	font-weight: bold;
}
h1 a {
	color: #2F2F42;
	text-decoration: none;
}
h1 a:hover {
	color: #383850;
	text-decoration: none;
}
#forum {
	margin: 10px 20px 0px 20px;
	padding: 22px 20px 0px 20px;
	
	background-image: url('../img/link-middle.gif');
	background-repeat: repeat-x;
	background-position: left top;
	
	position: relative;
	
	height: 28px;
	
	font-size: 0.8em;
	color: #FFFFFF;
	text-align: right;
}
#forum a {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #3C3C43;
	
	z-index: 100;
}
#forum a:hover {
	color: #F3D823;
	text-decoration: none;
	border-bottom: 1px solid #F3D823;
}
#forum .left {
	background-image: url('../img/link-left.gif');
	background-repeat: no-repeat;
	background-position: left top;
	
	position: absolute;
	top: 0;
	left: 0;
	
	width: 10px;
	height: 100%;
}
#forum .right {
	background-image: url('../img/link-right.gif');
	background-repeat: no-repeat;
	background-position: right top;
	
	position: absolute;
	top: 0;
	right: 0;
	
	width: 10px;
	height: 100%;
}

