body 
{ /* Background image, remove all margins and padding for control */
	background-image: url(../images/wood.jpg);
	margin: 0;
	padding: 0;
	font-family: "Arial";
}

#page-header 
{
	background-image: url(../images/page-header.png);
	background-repeat: no-repeat;
	height: 195px;
}

#pen
{
	position: absolute; left: 90%; top: 0%;
}

#header-nav
{
	position: absolute; left: 45%; top: 2%;
	height: 195px;
	z-index: 1;
}

#page-header h1 
{
	display: none;
}
#content-wrap 
{ /* This is where the edge background goes. Apply it, and make it go down the right-hand side */
	width: 80%;
	background-image: url(../images/content-edge.png);
	background-position: right;
	background-repeat: repeat-y;
	left: 0px;
	top: 195px;
	position: absolute;
}

#content-bottom
{
	position: absolute; bottom: -10px; left: 0;
	width: 100%; height: 10px;
}

#content-bottom-inner
{
	margin: 0px 14px 0px 0px;
	height: 100%;
	background-image: url(../images/content-bottomedge.png);
	background-repeat: repeat-x;
	background-position: bottom left;
}
#content-corner
{
	position: absolute;
	height: 10px;
	right: -5px;
	bottom: 5px;
	width: 10px;
	background-image: url(../images/content-bottomedge-corner.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#content 
{ /* Margin so we can see the content-wrap background. Set the content background. */
	margin-right: 6px;
	background-image: url('../images/content-background.jpg');
}

#content p 
{
	font-size: 14px;
	padding-top: 20px;
	padding-left: 35px;
	padding-right: 20px;
}

#content p.first
{
	padding-top: 5px;
}

#content p.last
{	
	padding-top: 5px;
	padding-bottom: 20px;
}

#content p.thumbs img
{
	margin: 5px;
}

img.inlineright
{
float: right;
padding-right: 3px;
}
img.inlineleft
{
float: left;
padding-left: 3px;
padding-right: 20px;
}

#sidebar 
{ /* Absolutely position the sidebar. Make it slightly less wide than the  content area in case of overlaps, and stick it to the right hand side, 195px (header height) down */
	position: absolute;
	width: 19%;
	right: 0;
	top: 195px;
	width: 19%;
	text-align: center;
}

p 
{ /* p tags have margins by default. Margins are useful, but can also be annoying. So get rid of them, and use padding instead. */
	margin: 0;
	padding-top: 1ex;
	padding-bottom: 1ex;
}
img 
{
	border: 0;
}
#info
{
	font-style: italic;
	color: white;
	font-size: x-small;
	text-align: center;
	position: absolute; right: 20px; bottom: -50px;
}
#header-image
{
	position: absolute; top: 0px; left: 20px;
}
a
{
	color: #660000;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a:visited
{
	font-style: italic;
}
h2
{
	margin: 0;
	font-size: 26px;
	padding-top: 2ex; 
	padding-left: 2ex; 
	padding-bottom: 0ex;
}
h3
{	margin: 0;
	padding-top: 1ex; 
	padding-left: 2.5ex; 
	padding-bottom: 0ex;
}
ul
{
	font-size: 14px;
	padding-bottom: 0ex;	
}
li
{
	padding-right: 20px;
}
/* Frontpage stuff */

#fp-polaroid1
{
	position: absolute; top: 15.3%; left: 22.5%; /* 15.3 / 22.5 */
	z-index: 2;
	border: none;
}
#fp-polaroid2
{
	position: absolute; top: 38%; left: 34%;
	z-index: 3;
	border: none;
}
#fp-polaroid3
{
	position: absolute; top: 20%; left: 52.5%;
	z-index: 4;
	border: none;
}
#fp-info
{
	font-style: italic;
	font-size: x-small;
	z-index: 1;
	color: white;
	text-align: right;
	position: absolute; right: 20px; bottom: 20px;
}
