body 
{
	background-color: #a09678;
}

#page
{
	width: 800px;
	margin: auto;
	background: url('bkgnd.png');
}

#page-top
{
	padding: 185px 25px 0 25px;
	margin: 0;
	background-image: url('top.png');
	background-repeat: no-repeat;
}

#title
{
	display: none;
}

#page-content
{
	padding: 25px;
	margin: 0;
	background-image: url('line.png');
	background-repeat: no-repeat;
}

#page-bottom
{
	padding: 25px;
	margin: 0;
	background-image: url('bottom.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	text-align: center;
	color: #aca389;
}

.hidden
{
	display: none;
}

/* List at top */

#sitemenu-content
{
	text-align: center;
	padding-top: 5px;
}

#sitemenu-content ul
{
	margin: 0;
	padding: 0;
	display: inline;
}

#sitemenu-content li
{
		list-style: none; 
        display: inline;
        margin: 0;
        margin-left: 10px;
        margin-right: 10px;
        padding: 0;
        font-weight: bold;
}



/* Sidebar */

.allow-sidebar #sidebar-container
{
		position: relative;
		width: 163px;
		padding: 0px;
		margin-top: 25px;
		min-height: 60px;
		float:left;
		padding-left: 10px;
}

.allow-sidebar #main
{
		margin-left: 183px;
		margin-right: 0px;
		padding: 0 20px 0 20px;
		border-left: 2px solid #aca389;
}

.no-sidebar #main
{
		margin-left: 0;
		margin-right: 0px;
		padding: 0 20px 0 20px;
}


/* Callouts */

.callout
{
	float:right;
	padding: 10px 0px 10px 10px;
}

/* Text */

body
{
	font-family: Palatino, serif;
	font-size: 12px;
	line-height: 20px;
}

a:link
{
	color: #90141f;
}

a:visited
{
	color: #90141f;
}



h2
{
	font-size: 24px;
	font-family: "Georgia"
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

.RichTextElement div
{
	margin-bottom: 13px;
}


/* Photo */

.photo
{
	text-align: center;
}

/* Photo Grid Flow */

.gridItem {
	display: inline-block;
	width:135px;
	overflow:visible;
	vertical-align: top;
	padding: 2px;
}


/* Other */

.timestamp
{
	text-align: right;
	color: #aca389;
	margin-bottom: 20px;
}
/* IE7 hacks */

*:first-child+html .gridItem img {
	position:relative;
	top:0px;
}

*:first-child+html .gridItem h3 {
	position:relative;
	top:0px;
}


/* Contact Element (standard and customized HTML) */

form.contactElement textarea,
form.contactElement input,
form.contactElement select {
	width:98%;
	margin:4px 0;
}
form.contactElement input.submit {
	width:auto;
	display:block;
	margin-left:auto;
	margin-right:2%;
	min-width:50%;
}
form.contactElement th {
	text-align:right;
	font-weight:normal;
	width:25%;
}

/* Contact Element For IE 7 */
*:first-child+html form.contactElement input.submit {
	padding:0px 10%;
}
