/* Common style elements across all pages */

*
{
	margin: 0;
	padding: 0;
}

html, body
{
	width: 700px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	background: #ffffff;
	text-align: center;
	height: 100%;
}

h2, h3
{
	margin: 3% 0 0 0;
}

h4
{
	margin: 2% 0 0;
}

p
{
	padding: 1% 0 0 0;
	line-height: 150%;
}

div#page-content ul
{
	margin: 1% 0 0 0;
}

div#page-content ul li
{
	margin: 0 0 1% 4%;
}

a
{
	color: #663300;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

h1
{
	background: url(../images/header.gif) no-repeat;
	height: 100px;
	text-indent: -5000px;
	font-size: 10px;
}

h2
{
	font-size: 14px;
	clear: both;
	padding: 0;
}

h3
{
	font-size: 14px;
	color: #303030;
}

div#container
{
	width: 700px;
	text-align: left;
	min-height: 100%;
	border: 1px solid #ffffff;
}

ul#primary-navigation-menu li
{
	float: left;
	width: 124px;
	height: 20px;
	line-height: 20px;
	list-style: none;
	text-align: center;
	font-weight: bold;
	background: #efefef;
	border: 1px solid #ffffff;
	border-left: 0;
	border-right: 0;
}

ul#primary-navigation-menu li.divider
{
	width: 20px;
	color: #ffffff;
}

div#content
{
	background: url(../images/bg_content.gif) no-repeat;
	width: 700px;
	float: left;
}

div#page-content
{
	width: 600px;
	float: none;
	padding: 0 15px;
	margin: 30px auto;
}

* html div#page-content
{
	margin: 20px auto;
}

div#page-content img, div#gallery img
{
	order: 1px solid #999999;
}

div#footer
{
	clear: both;
	width: 700px;
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

.emphasis
{
	font-weight: bold;
}

.date
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	clear: both;
}
