/* guild.css */

* {
	font-size: 11px; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

body {
    background-color: #fff; /*BCC6CA*/
	padding: 0px;
	margin: 0px;
	border: 0px;
	vertical-align: top;
}
#rootcontainer {
	width: 752px;
	padding: 10px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -385px;
}
#header {
}
	#header img {
		border: 1px solid #000;
	}
#content {
    margin: 10px 0px 0px 0px;
	padding-left: 10px;
	position: relative;
	float: left;
	width: 575px;
	font-style: normal;
	text-decoration: none;
}
#navigation {
	list-style-type: none;
	padding: 0px;
	padding-left: 20px;
	/* border-left: 1px dashed black;*/
	float: right;
	margin-top: 10px;
}
	#navigation li {
		float: left;
		margin: 0px 10px;
	}
	#navigation a {
		display: block;
		margin-bottom: 10px;
		text-decoration: none;
		color: #666;
	}
		#navigation a:hover {
			color: #000;
		}
#footer {
    clear: both;
	position: relative;
	bottom: 0px;
	text-align: right;
	padding-top: 50px;
	padding-bottom: 20px;
	color: #999;
}
	#title {
		font-size: 32px;
		color: white;
		font-weight: bold;
		text-align: right;
		position: absolute;
		top: 290px;
		right: 10px;
	}
	#title_date {
		color: #000000;
		float: right;
		vertical-align: bottom;
	}
p {
	line-height: 1.3em;
	font-style: normal;
	font-weight: normal;
}
a {
    color: #000;
	text-decoration: none;
}
	a:hover {
		color: #CCCCCC;
	}	





a img {
	border: 0px;
}