/*------------------------------------------------------------------
[Master Stylesheet]

Project:			The Monks Cottage
Version:			0.1.0
Last change:		17/06/2009
Author:				Kris Nielsen
------------------------------------------------------------------*/

/* General */

*{margin: 0; padding: 0;}


body{
	background-color: #29362B;
	color: white;
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
	text-align: justify;
}

#wrapper{
	width: 960px;
	margin: 0 auto;
	
}

/* Sections */

#header{
	background-color: #3B8E46;
	height: 100px;
	width: 960px;
	margin-bottom: 10px;
	border-bottom: 1px solid #67c852;
	border-right: 1px solid #67c852;
	border-left: 1px solid #67c852;
}

#headtitle {
	padding-top: 27px;
	padding-left: 30px;
}

#nav{
	float:  right;
	position: relative;
	padding-top: 45px;
	padding-right: 30px;
	text-shadow: #29362B 0px -1px 0;
}

li {
	display:  inline;
	margin-right: 10px;
}

#main{
	width: 920;
	position: relative;
	background: #333;
	border: 1px solid gray;
	margin-bottom: 10px;
}


#footer{
background-color: #3B8E46;	height: 50px;
	width: 960px;
	border: 1px solid #67c852;;
}

#copyright {
	padding: 20px;
	text-align: center;
	font-variant: normal;
	color: white;
	font-size: 12px;
}

/* Type */

a {
	text-decoration: none;
	font-weight: bold;
	color: white;
}

#main h1 {
	padding-bottom: 20px;
	font-size: 24px;
}

p {
	font-size: 12px;
}

#footer p {
	font-size: 12px;
}

/* hide from ie on mac \*/	
	#flashcontent {
		width: 960px;
		height: 680px;
	}
	
	#simpleviewer{
	width: 960px;
		height: 680px;
}
/* end hide */

