@charset "utf-8";
/* CSS Document */

body {
	background-color: black;
	width: 688px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

a {
	color: yellow;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: white;
	text-decoration: underline;
}
a:visited {
	color: #FF9;
}

hr {
	width: 50%;
	margin: 30px auto;
}

.top-links {
	text-align: center;
	padding: 20px;
}

#ryzom-border {
	width: 688px;
	background-color: #6A7040;
}

.header {
	padding-bottom: 20px;
	text-align: center;
}

.content {
	padding: 20px;
}
.content .header h1 {
	font-size: 16pt;
	text-align: center;
}
.content .header p {
	font-size: 8pt;
	text-align: justify;
	padding: 0px 40px;
}
.content h1 {
	padding-top: 10px;
	font-size: 13pt;
}
.content a img {
	border: none;
}


#constitution {
	padding: 0px 40px;
}
#constitution p {
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: justify;
}
#constitution h1 {
	text-align: center;
}
#constitution h2 {
	font-size: 10pt;
	margin-bottom: 0px;
}
#constitution a, #constitution a img {
	border: none;
}

.mas-guide {
	padding: 30px 0;
}
.mas-guide th {
	padding: 10px 0;
	background-color: #3D4631;
	vertical-align: top;
}
.mas-guide td {
	padding: 30px 0;
	border-bottom: 1px solid white;
	vertical-align: top;
}

