﻿@import url("styles/layout.css");
body {
	font-family: "Comic Sans MS","Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	background-color:#630;
	color:#ffff28;
	max-width:800px;
}
#container {
	width:100%;
}
#masthead {
	padding:3px 0px 0px 10px;
	color:#630;
	background-color:orange;
	text-align:center;
}
.cfa { float:left;
	height:88px;
}
.logo {
	display:inline;
	height:100px;
	background-color:#FFF;
}
#masthead .club { position:relative;
	font-size:2em;
	height:2.1em;
}
#masthead .member {
	font-size:12pt;
	bottom:50px;
}
#content {
	padding:3px;
	background-color:#630;
	color:#ffff28;
}
#navigation {
	clear:left;
	padding:0px 0px 5px 10px;
	font-size:12pt;
	font-weight:bold;
	background-color:orange;
}
#navigation a {
	color:#630;
}
#navigation a:hover {
	color:#000;
}
#footer {
	clear:left;
	margin:0 auto;
	font-size:0.9em;
}
/* Content Styles */
#content table {
	width:100%;
	border-collapse:collapse;
}
/*
#content img {
	padding:4px 10px 4px 10px;
	text-align:center;
}
*/
#content td.justify {
	padding:0px 4px 0px 4px;
	text-align: justify;
}
#content td.centered {
	padding:0px 4px 0px 4px;
	text-align:center;
}
/* Footer Styles */
#footer table {
	max-width:900px;
	width:100%;
}
#footer a {
	color: #yellow;
	text-decoration: underline;
}
#footer a:hover {
	color:orange;
	text-decoration: none;
}
.copyright {
	text-align:left;
	width:30%;
}
.comment {
	text-align:center;
	width:40%;
}
.updated {
	text-align:right;
	width:30%p
	
}
a {
	color:#ff3;
	text-decoration: underline;
}
a:hover {
	color: #orange;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}