/* Defaults */

body
{
	padding:0px;
	background-color:#fffff3;
	margin:10px
}

img
{
	border: 0px;
}

form
{
	display: inline;
}

a { text-decoration: underline; color: #5d2a17; }
a:hover { text-decoration: none; color: #5d2a17; }

a.menu
{
	display: block;
	text-decoration: none;
	color: #fffff3;
	background-color: #9f5852;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 12px;
	padding: 10px;
}

a.menu:hover
{
	display: block;
	text-decoration: none;
	color: #fffff3;
	background-color: #8e4842;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 12px;
	padding: 10px;
}

a.menu_active
{
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #fffff3;
	background-color: #8e4842;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 12px;
	padding: 10px;
}

/* Layout */

.font_s
{
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 10px;
	color: #5d2a17;
}

.font_m
{
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 12px;
	color: #5d2a17;
}

.font_l
{
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 16px;
	color: #5d2a17;
}

.bold
{
	font-weight: bold;
}

.thumb
{
	border: 3px solid #d3c08a;
	background-image: url('images/loading.gif');
	background-repeat: no-repeat;
	background-position: center center;
}

.thumb:hover
{
	border: 3px solid #b16657;
	background-image: url('images/loading.gif');
	background-repeat: no-repeat;
	background-position: center center;
}

.gallery_thumb
{
	float: left;
	padding: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url('images/loading.gif');
	background-repeat: no-repeat;
	background-position: center center;
}

.show_block
{
	display: block;
}

.hide
{
	display: none;
}

.left
{
	text-align: left;
}

.center
{
	text-align: center;
}

.right
{
	text-align: right;
}

/* ID Specific */

#img_img
{
	background-image: url('images/loading.gif');
	background-repeat: no-repeat;
	background-position: center center;
	border: 3px solid #d3c08a;
}
#img_desc
{ 
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	color: #5d2a17; 
	font-size: 16px; 
	padding: 5px;
	padding-bottom: 10px;
	text-align: left;
}