body {
	padding: 0;
	margin: 0;
	border: 0;
	background: #222;
	color: black;
	font-family: trebuchet ms, verdana, sans-serif;
	font-size: 1em;
}

/* major layout elements */

#center {
	min-width: 48em;
	padding: 0 10%;
	margin: 0;
}

#header {
	margin: 0 2em 0 2em;
	padding: 0 6em 0 0;
	height: 80px;
	text-align: right;
	overflow: hidden;
}

.logo_img {
	position: absolute;
	top: 0;
	border: 0;
}

.banner_text {
	color: white;
	font-family: "Times New Roman", serif;
}

.banner_img {
	postion: relative;
	top: 0;
	border: 0;
}


#wrapper {
	padding: 2em;
}

#navigation {
	float: right;
	margin: 1em 0;
	padding: 0;
}

#navigation p {
	margin: 0;
	padding: 0.5em 1em;
}

#navigation p:hover {
	color: white;
	background-color: #a44;
	text-decoration: underline;
}

.clear {
	margin: 0;
	padding: 0;
	clear: both;
}


/* portable style elements */

.red_bg {
	color: white;
	background-color: #900;
	border-bottom-width: 2px;
	border-right-width: 2px;
	border-top: 0;
	border-left: 0;
	border-color: #222;
	border-style: groove;
}

.entry {
	border-right: 2px solid #a22;
	border-bottom: 2px solid #a22;
	background-color: #eec;
	padding: 1em 2em;
	margin: 1em 8em 1em 0;
//	overflow: hidden;
}

.entry_title {
	font-weight: bold;
	font-size: 1.2em;
}

.entry_footer {
	text-align: right;
	background-color: #eec;
	border-top: 1px dashed #a22;
}

.left_img {
	float: left;
	margin-right: 1em;
	border-right: 2px #111 ridge;
	border-bottom: 2px #111 ridge;
}

.center_img {
	text-align: center;
	border-right: 2px #111 ridge;
	border-bottom: 2px #111 ridge;
}

td {
	text-align: center;
}

.bold {
	font-weight: bold;
}


/* links styles */

a:link, a:visited {
	color: #900;
	background-color: inherit;
	text-decoration: none;
}

a:hover {
	color: a44#;
	background-color: inherit;
	text-decoration: underline;	
}	

a.nav:visited, a.nav:link {
	color: white;
	background-color: inherit;
	text-decoration: none;
}

a.nav:hover {
	color: white;
	background-color: inherit;
	text-decoration: underline;
}


a.banner:link, a.banner:visited, a.banner:hover {
	text-decoration: none;
}
