* {
	margin: 0;
	padding: 0;
}

html {
	min-height:100%;
	height: 100%;
}

body {
	background: #336600 url("../images/background/gradient.jpg") repeat-x top right;
}

#flower-left {
	position: absolute;
	background: url("../images/background/flower_left.png") no-repeat;
	height: 290px;
	width: 260px;
	z-index: 0;
	top: -150px;
	left: -60px;
}

#flower-right {
	position: absolute;
	background: url("../images/background/flower_right.png") no-repeat;
	height: 350px;
	width: 304px;
	z-index: 0;
	top: 110px;
	left: 655px;
}

#content {
	position:relative;
	margin: 200px auto;
	width: 895px;
	height: 335px;
	z-index: 0;
}

#content-left, #content-right {
	background-image: url("../images/background/canvas_bg.png");		
}

#content-left {	
	position:relative;
	background-position: left 0;
	background-repeat: no-repeat;
	width: 20px;
	height: 335px;
	float:left;
	z-index:10;
}

#content-right {
	position:relative;	
	background-position: right 0;
	background-repeat: no-repeat;
	width: 20px;
	height: 335px;
	float: left;
	z-index:10;
}

#content-main {	
	position:relative;
	background-image: url("../images/background/canvas_bg_x.png");	
	background-repeat: repeat-x;
	width: 855px;
	height: 335px;
	float:left;
	z-index:10;
}

h1.banner {
	position: absolute;
	top: 25px;
	left: -37px;
	width: 377px; 
	height: 91px;
	background: url("../images/castle/castle_name.png") no-repeat;
}
	
h1.banner span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

.picture {
	float: left;
	margin: 115px 20px 15px 10px;
	border: 5px solid #998f5e;
	border-radius:5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
}

h2.underConstruction {
	font-family: Georgia, Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: lighter;
	text-align: center;
	padding: 15px;
	margin-top: 20px;
}

p {
	margin: 5px 0px 10px 0px;
	font-family: Georgia, Times, serif;
	font-size: 16px;
	text-align: center;
}

p.contact {
	margin: 10px 0px 10px 0px;	
	font-size: 15px;
	font-family: Georgia, Times, serif;
	font-style:italic;
}

strong {
	font-size: 24px;
	font-weight: normal;
	font-style:italic;
}

a.link {
	color: #fff;
	background: url("../images/background/link.png") no-repeat 0 0;
	height: 30px;
	width: 212px;
	padding: 4px 15px 4px 15px;
	text-decoration: none;
	font-size: 18px;
	font-family: Georgia, Times, serif;
	font-style: normal;
}

a.email {
	text-decoration:none;
	color: #000;
}
