html, body 
{
	height: 100%;
}


#content 
{
	width: 1000px;
	min-height: 100%;
	margin-bottom: -50px;
	position:relative;
	margin-left: auto;
	margin-right: auto;
}

.header 
{
	width: 952px;
	height: 95px;
	background-image:url('header_graphic.jpg');

}

div.navbar
{
	position: absolute;
	top: 95px;
	width: 104px;
}

ul.navbar
{
	list-style-type:none;
	margin: 0;
	padding: 0;
}

a, a:visited
{
	display: block;
	text-align:right;
	line-height: 180%;
	text-decoration: none;
	color: black;
}

a:hover
{
	text-decoration: underline;
}

.seperator
{
	position: absolute;
	top: 95px;
	margin-left: 104px;
	width: 34px;
	height: 113px;
	background-image:url('line_extension.jpg');
	
}

.contentpane
{
	position: relative;
	margin-left: 40px;
	width: 800px;
	min-height: 100%;
}

div.entry
{
	position:relative;
	min-height: 100px;
}

p.entry
{
	font-size: 0.875em;
	font-family: "MinionPro-Medium", serif;
}

h1.entry
{
	text-decoration: none;
	font-family: "Arial", sans-serif;
	font-size: 1.5em;
	margin-bottom: 2px;
}

a.entry
{
	display: inline;
	line-height: 100%;
	text-decoration: none;
	color: red;
}

a.entry:hover{ text-decoration: underline; }

.footer
{
	height: 50px;
	width:800px;
	position: relative;
	text-align: center;
	border-style: solid none none none;
	border-width: 1px;
	border-color: gray;
	padding-top: 5px;
}

.clearfooter
{
	height:50px;
	clear:both;
}

p.footer
{
	display: inline;
	border-style: none;
	font-size: 0.75em;
}

img.footer
{
	border-style: none;
}



