* {
	margin: 0px;
	padding: 0px;
}

#container {
	position: relative;
	top: 20px;
	width: 700px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-image: url(../images/horde.gif);
	background-repeat: no-repeat;
	background-position: center;
}

body {
	color: #404040;
	font-family: "andale mono", monaco, sans-serif;
	font-size: 0.9em;
	text-align: justify;
	background-color: white;
}

a:link {
	text-decoration: none;
	font-weight: 400;
	color: #0066cc;
	background-color: transparent;
}

a:visited {
	text-decoration: none;
	font-weight: 400;
	color: #0066cc;
	background-color: transparent;
}

a:hover {
	text-decoration: none;
	font-weight: 400;
	color: #707070;
	background-color: transparent;
}

a:active {
	text-decoration : none;
	font-weight : 400;
	color : #707070;
	background-color : transparent;
}

p {
	padding-bottom: 1em;
	line-height: 175%;
}

abbr {
	cursor: help;
}

span {
	visibility: hidden;
}

#title {
	text-align: center;
	margin-bottom: 10px;
}

#menu {
	position: absolute;
	left: 0px;
	color: #cccccc;
	font-size: 1.1em;
	vertical-align: middle;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
}

#menu a:link {
	text-decoration: none;
}

#menu a:visited {
	text-decoration: none;
}

#menu a:hover {
	text-decoration: none;
	color: #888888;
}

#menu a:active {
	text-decoration: none;
	color: #888888;
}

#menu1 {
	position: relative;
	float: left;
	margin-right: 20px;
}

#menu2 {
	position: relative;
	float: left;
	margin-right: 20px;
}

#menu3 {
	position: relative;
	float: left;
}

#column1 {
	position: relative;
	float: left;
	width: 400px;
	margin-top: 50px;
}

#column2 {
	position: relative;
	float: right;
	width: 200px;
	margin-top: 50px;
}

#who {
	background-image: url(../images/who.png);
	background-repeat : no-repeat;
	width : 148px;
	height : 26px;
}

#recruitment {
	background-image: url(../images/recruitment.png);
	background-repeat : no-repeat;
	width : 147px;
	height : 26px;
}

#roleplaying {
	background-image: url(../images/roleplaying.png);
	background-repeat : no-repeat;
	width : 146px;
	height : 26px;
}

#links {
	font-size: 0.9em;
	border: 1px solid #0066CC;
	padding: 5px;
	margin-top: 26px;
}

#links ul {
	list-style-type: none;
}

#sidebar {
	font-size: 0.9em;
	color: #707070;
	font-style: italic;
	margin-top: 30px;
}

#footer {
	position: relative;
	top: 10px;
	text-align: left;
	font-size : 0.75em;
}

.separator {
	clear: both;
}


