/*******************************************
* 
*  General
* 
*******************************************/

body
{
	background: #cdd2cc;
	padding: 15px 0;
	margin: 0;
	color: #65503d;
}

p:first-letter
{
	font-size: large;
}

h1,h2,h3,h4,h5,h6
{
	font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	margin: 0;
}

h3
{
	padding-top: 8px;
}

h4
{
	padding-top: 4px;
}

dl, dt, dd, ul, li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.clearing
{
	clear: both;
}

a:link
{
	color: #662b1d;
}

a:visited
{
	color: #a66b5d;
}

a:hover, a:active
{
	color: #c68b7d;
}

/*******************************************
* 
*  Header
* 
*******************************************/

#header
{
	position: relative;
	width: 800px;
	height: 160px;
	background-color: #eec48a;
	border-width: 1px 1px 0;
	border-color: #513B22;
	border-style: solid;
	margin: auto;
}

#header h1
{
	width: 800px;
	height: 60px;

	font-size: 38px;
	text-align: left;
	line-height: 60px;

	text-indent: 38px;
}

/*******************************************
* 
*  Menu
* 
*******************************************/

#menu
{
	width: 800px;
	background-color: #eec48a;
	border-width: 0 1px;
	border-style: solid;
	border-color: #513B22;
	margin: auto;
	text-align: center;
}

#menu dl 
{
	float: left;
	width: 159px;
}

#menu dt 
{
	text-align: center;
	font-weight: bold;
	background: #F6EBD7;
	border: 1px solid #513B22;
	margin: 1px;
}

.highlight
{
	background-color: #FFFFFF;
}

#menu dd
{
	display: none;
	border: 1px solid #513B22;
}

/*******************************************
* 
*  Content
* 
*******************************************/

#container
{
	width: 800px;
	background-color: #eec48a;
	border-width: 0 1px 0 1px;
	border-style: solid;
	border-color: #513B22;
	margin: auto;
}

#content
{
	padding: 20px;
}

#adminlink
{
	padding-top: 20px;
}

#listitem
{
	padding-top: 6px;
}

#item
{
}

#item h2
{
}

#fantasypicture
{
	float: left;
	margin: 16px;
	padding: 0 16px 16px 0;
	border-right-style: dotted;
	border-right-width: 1px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

#fantasypicture2
{
	text-align: center;
	margin: 16px;
	padding: 16px 0 0 16px;
	border-top-style: dotted;
	border-top-width: 1px;
}

/*******************************************
* 
*  Catalog
* 
*******************************************/

#navigator
{
}

#navigatoritem
{
	float: left;
	margin-left: 8px;
	font-size: 10px;
	margin-bottom: 8px;
}

#catalogsnapshot
{
	padding-left: 8px;
	font-size: 12px;
}

#catalogtitle
{
	padding-top: 6px;
}

.selected
{
	text-weight: bold;
}

/*******************************************
* 
*  Footer
* 
*******************************************/

#footer
{
	width: 800px;
	height: 30px;
	background-color: #eec48a;
	border-width: 1px;
	border-color: #513B22;
	border-style: solid;
	margin: auto;
	text-align: center;
	padding-top: 6px;
}
