BODY {
	background-color: #383838;
	color: #898989;
	font-family: sans-serif;
	margin: 0px;
}
H1, H2, H3, LI, P, SPAN, UL {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0;
}

.end {
	clear: left;
}

.small {
	font-size: 10px;
}

.smallright {
	font-size: 10px;
	text-align: right;
}
em.u {
	font-style: normal;
	text-decoration: underline;
}
.photoline {
	border-bottom: 1px solid #4f4f4f;
	padding: 10px 0px 0px 0px;
}

div.post {
	width: 350px;
	padding: 0px 0px 11px 15px;
	position: relative;
}

div.post div.postinfo {
	font-size: 10px;
	display: none;
	text-align: right;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 10;
}

div.post:hover div.postinfo {
	display: inline;
}

#page {
	width: 775px;
	position: relative;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
}

#intro {
	background: transparent url(/images/header_background.png) no-repeat;
	color: white;
	font-size: 30px;
	font-weight: bold;
	height: 100px;
	width: 750px;
}
#intro H1 {
	position: absolute;
	color: black;
	font-size: 30px;
	font-weight: bold;
	top: 55px;
	text-align: right;
	width: 680px;
}

#intro2 H1 {
	position: absolute;
	color: #898989;
	font-size: 30px;
	font-weight: bold;
	top: 56px;
	text-align: right;
	width: 681px;
}

#intro H3 {
	position: absolute;
	color: black;
	font-size: 14px;
	font-weight: bold;
	width: 740px;
	top: 82px;
	text-align: right;
}

#intro2 H3 {
	position: absolute;
	color: #898989;
	font-size: 14px;
	font-weight: bold;
	width: 741px;
	top: 83px;
	text-align: right;
}

#intro2 A {
	color: #898989;
	text-decoration: none;
}

#menu {
	height: 20px;
}

#menu A {
	display: block;
	background-color: #5e5e5e;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	color: black;
	font-size: 12px;
	font-weight: bold;
	float: left;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
}
#menu A:hover {
	border-right: none;
	border-bottom: none;
	border-left: 1px solid black;
	border-top: 1px solid black;
}

#content {
	font-size: 12px;
	padding: 10px 0px 20px 0px;
	position: relative;
	width: 770px;
}
#content H1 {
	font-size: 20px;
	border-bottom: 1px solid #4f4f4f;
	padding: 10px 0px 0px 0px;
}

#right A {
	font-size: 12px;
	background-color: #383838;
	color: #5e5e5e;
	text-decoration: none;
}

#right A:hover {
	color: black;
}

#content H1 A {
	font-size: 20px;
}

#left A {
	background-color: #383838;
	color: #5e5e5e;
	text-decoration: none;
}

#left A:hover {
	color: black;
}

#left {
	position: relative;
	width: 375px;
	float: left;
	border-right: 1px solid #4f4f4f;
	padding: 0px 5px 0px 0px;
}

#left img {
	vertical-align:text-top;
	float: left;
	padding: 0px 5px 0px 0px;
}

#right {
	position: relative;
	width: 375px;
	float: left;
	padding: 0px 0px 0px 5px;
}

#footer {
	background-color: #5e5e5e;
	color: black;
	font-size: 10px;
	font-weight: bold;
	padding: 0px;
	text-align: center;

	position: fixed;
	top: auto;
	bottom: 0;
	width: 750px;

}
#footer A {
	color: black;
	text-decoration: none;
}
#footer A:hover {
	color: black;
	letter-spacing: 0px;
}

