body
{
	color: #463c3c;
	font-family: 'Arial', sans-serif;
	font-size: 15px;
	text-align: center;
}

h1
{
	margin-top: 25px;
	color: #969696;
	font-family: 'Arial', sans-serif;
	font-size: 36px;
}

h2
{
	margin-top: 25px;
	font-weight: bold;
	font-size: 20px;
	color: #969696;
}

.fb-like
{
    position: absolute;
    width: 90px;
    float: right;
    margin-top: 5px;
}

#wrap
{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* image galleries are a bit wider than the normal pages */
#wrap-images
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#center
{
	text-align: center;
}

.content-right
{
	/*on contact page*/
	float: right;
	font-style: italic;
	width: 60%;
}

.content-left
{
	/*on contact page*/
	float: left;
	width: 40%;
}


#header { text-align: center; }
#footer { clear: both; }
#flush {clear: both; }
#nav
{
	font-size: 1em;
	color: #666;
	line-height: 30px;
	text-align: center;
}

#nav ul
{
	list-style-type: none;
	display: inline;
	padding: 0px 10px 0px 10px;
}

#nav li
{
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}

#nav li a
{
	color: #666;
	text-decoration: none;
}

#nav li a:visited { color: #666; }
#nav li a:hover { color: #463C3C; }

#nav li.current-page a
{
	color: #463C3C;
	font-weight: bold;
}

img.float-left
{
	float: left;
	margin: 0px 20px 10px 0px;
}

li { list-style-type: none; }
a { color: #666; }
a:visited { color: #666; }
a:hover { color: #463C3C; }

.expos
{
	margin-left: 0;
	padding-left: 10px;
	list-style: none;
}

.expos li
{
	padding-left: 10px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	margin-top: 10px;
}

