* {
	margin: 0;
	padding: 0;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
}

body {
	background: white;
}

a {
	text-decoration: none;
	color: #000;
}

#head {
	position: relative;
}

body {
	text-align: center;
	background-image: url(img/container_bg.gif);
	background-repeat: repeat-y;
	background-position: top center;
}

img {
	border: 0;
}

#container {
	position: relative;
	width: 722px;
	margin: auto;
	text-align: left;
}

#logo {
	position: relative;
	width: 715px;
	height: 107px;
	background-image: url(img/head.jpg);
	background-repeat: no-repeat;
}

#head {
	position: relative;
	width: 715px;
	height: 193px;
	background-image: url(img/menu_bg.gif);
	background-repeat: no-repeat;
}

/*********************/

#startflash {
	position: absolute;
	right: 7px;
	bottom: 30px;
}

/********************/

#form_login {
	position: absolute;
	right: 7px;
	bottom: 10px;
	z-index: 10;
}

#form_login input {
	background-color: #fff;
	border: 1px solid #F6F1E7;
	width: 100px;
	font-size: 11px;
}

#form_login input.login_button {
	width: 50px;
}

#form_login div {
	float: left;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 10px;
}

#form_login div input {
	width: 15px;
}

#login_parts {
	position: absolute;
	right: 7px;
	bottom: 10px;
}

#login_parts a {
	background-color: #fff;
	border: 1px solid #F6F1E7;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 10px;
}

#login_parts a:hover {
	background-color: #F6F1E7;
}

#content {
	position: relative;
	width: 681px;
	padding: 20px 0 30px 5px;
}

#content p a {
	border-bottom: 1px dotted #9BA1C8;
}

#content p a:hover {
	background-color: #9BA1C8;
	color: #fff;
}

.copyright {
	font-size: 11px;
	letter-spacing: normal;
}

/*********************/

.guildmember {
	position: relative;
	background-image: url(img/forumchar_bg.png) !important;
	background-image: url(img/forumchar_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 140px;
}

table.viewtopic tr.guildmember_row td.three {
	padding: 0;
}

.guildmember h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	padding: 10px 0 20px 0;
	background-image: url(img/forumchar_logo_mini.gif);
	background-repeat: no-repeat;
	background-position: center 7px;
}

.guildmember h5, .guildmember p {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.guildmember strong {
	font-size: 15px;
	font-weight: normal;
}

.guildmember div.forum_charimage {
	text-align: center;
}

.guildmember div.forum_charimage img {
	padding: 3px;
	border: 1px solid #D1E3D2;
	background-color: #fff;
}

.guildmember div.forum_charinfo {
	padding: 10px 0 10px 0;
	margin: 10px 0 10px 0;
	border-top: 1px dashed #CEB551;
	border-bottom: 1px dashed #CEB551;
	background-color: #F4F1DB;
}

.guildmember p.rang {
	color: #9BA1C8;
}

.guildmember a {
	color: #000;
	text-decoration: underline;
}
/*********************/