/* basics */

html { /* forces scrollbars */
	height: 100%;
	margin-bottom: 1px;
}


body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-color: #f8ebd3;
	background-position: center;
	text-align: center;
}

img {
	margin: 0px;
	padding: 0px;
}

a:link { 
	color: #333333;
	text-decoration: none;
	background-color: transparent;
	border-bottom: 1px dotted #943818;
}

a:hover {
	color: #943818;
	text-decoration: none;
	background-color: transparent;
}

a:visited { 
	color: #606060;
	text-decoration: none; 
	background-color: transparent;
}

a:visited:hover {
	color: #943818; 
	text-decoration: none;
	background-color: transparent;
}

a:active { 
	color: #e58160;
	text-decoration: none;
	background-color: transparent;
}

p {
	background-color: transparent;
	line-height: 16px;
	margin-top: 5px;
}

h1 {
	font-size: 16px;
	color: #e58160; 
	font-weight: normal;
	background-color: transparent;
}

h2 {
	font-size: 14px;
	color: #943818;
	background-color: transparent;
	font-weight: normal;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 2px;
	color: #943818;
	background-color: transparent;
	margin: 0px 0px 3px 0px;
}

h4 {
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#container {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	width: 620px;
	height: 680px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}