@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0 auto;
	padding:0;
	height:100%;
	background:#f1f1f1;
	font-family:arial,tahoma,verdana,sans-serif;
	font-size:14px;
	color:#000;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:775px;
	background:#fff; /* F2F2F2 url('images/bg.jpg') center repeat-y; */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	border: 2px solid #ddd;
}


#header {
padding: 0;
margin: 0 auto;
position: relative;
}

div#content {
	padding: 0 5px 1em; /* bottom padding for footer */
}

div#footer {
	position:absolute;
	width:775px;
	bottom:0; /* stick to bottom */
	border-top: 1px solid #ddd;
}
	div#footer p {
		padding:1em;
		text-align: center;
		font-style: italic;
		font-size: 90%;
		margin:0;
		color: #222;
	}
		div#footer a {
			color: #444;
			text-decoration: none;
		}
			div#footer a:hover {
				color: #222;
				text-decoration: none;
			}

img {
	border: 0;
}

h1 {
	color:#CC0000;
	font-family:"Arial Black","sans-serif";
	font-size:20px;
	text-align: center;
}

h2 {
	color:#CC0000;
	font-family:"Georgia","serif";
	font-size:16px;
	font-style: italic;
}

h3 {
	color:#000;
	font-family:"Georgia","serif";
	font-size:18px;
	font-weight: bold;
	text-align: center;
}

b, strong {
	font-family:"Georgia","serif";
	font-size: 14px;
	font-weight: bold;
}

.nicer {
	font-family:"Georgia","serif";
	font-size: 12px;
	letter-spacing: 0.1em;
	color: #666;
}

i, em {
	font-family: "Georgia","serif";
	font-size: 15px;
	font-style: italic;
}

.times {
	font-family:"Times New Roman","serif";
	font-size:17px;
}

.redyellow {
	font-size: 150%;
	font-weight: 900;
	color: #ff0000;
	background: #ff0;
}