/*
	The Way Of Che. Honor and rails!
	CSS for header and footer
*/
div.content {
	width: 950px;
	margin: 10px;
	text-align: left;
}
span#fun-quote {
	padding: 8px;	
	font-size: 85%;
}
div#page {
	width: 100%;
}
div#page-header  {
	width: 100%;
	color: white;
	height: 90px;
	text-align: center;
	background: url('/images/skinimages/header_bg.gif') #154572;
}
div#page-header img {
	margin-top: 11px;
}
div#page-header a {
	color: white;
	font-weight: bold;
}

div#page-header ul {
	padding: 0px;
	line-height: 110%;
	margin-top: 4px;
}
div#leftmenu {
	width: 300px;	
	text-align: left;
	float: left;
}
div#leftmenu ul {
	margin-left: 24px;
	margin-bottom: 0;
}

div#rightmenu {
	float: right;
	text-align: right;
	width: 300px;	
}
div#rightmenu ul {
	float: right;
	margin-left: 0px;
	margin-right: 6px;
	margin-bottom: 0;
}
div#rightmenu ul li {
	list-style: none ;
}
div#title {
	text-align: center;
	margin-left: 300px;
	margin-right: 300px;
	font-family: Verdana;
}
div#title h1 {
	font-size: 150%;
	margin: 0;
	padding: 16px 0 0 0;
	color: #F3EDAB;
}
div#title h6 {
	font-size: 80%;
	font-weight: normal;
	margin: 0;
}

span#infoline  {
	display: block;
	font-size: 85%;
 	padding: 8px;
	padding-top: 1px;
	padding-bottom: 4px;
}
span#infoline a {
	font-weight: bolder;
}
span#infoline a.birthday {
	padding-right: 12px;
	background: url(/images/skinimages/birthday.gif) right no-repeat;
}

div#page-footer {
	clear: both;
	color: white;
	height: 49px;
	background: url('/images/skinimages/footer_bg.gif') #154572;
	width: 100%;
	font-size: 85%;	
}
div#page-footer a {
	color: white;
	font-weight: bolder;	
}
div#page-footer span {
	display: block;
	text-align: right;
	margin-right: 7px;
	margin-top: 10px;
	float: right;
}
div#page-footer img {
	margin-left: 9px;
	margin-top: 9px;
	float: left;
}
div#page-footer span a.feed {
	border: 1px solid;
	border-color: #FC9 #630 #330 #F96;
	padding: 0 3px;
	font: bold 10px verdana,sans-serif;
	color: white;
	background: #F60;
	text-decoration: none;
	margin: 4px;
}
div#page-footer span a.feed:hover  {
	text-decoration: none;
}


