body {
	background:#CCCCCC;
}

p {
	margin:0px;
	padding:0px;
	margin-bottom:20px;
	margin-left:20px;
	border-left:#BBBBBB solid 2px;
	padding-left: 5px;
}

#corner_image {
	position:absolute;
	z-index:102;
	left:0px;
	top:0px;
	width:512px;
	height:310px;
	background-image:url(../images/corner_glass_512x310.png);
	background-repeat:no-repeat;
}

#header_image {
	position:absolute;
	z-index:101;
	left:0px;
	top:0px;
	width:100%;
	height:250px;
	background-image:url(../images/header_lion.png);
	background-repeat:no-repeat;
}

#header_text {
	position:absolute;
	z-index:105;
	left:500px;
	top:30px;
	width:auto;
	height:auto;
}

p.header_title {
	font-size:50px;
	border:none;
	color:white;
	margin:0px;
	padding:0px;
	width:auto;
}

p.header_text {
	font-size:24px;
	border:none;
	color:#DDDDDD;
	margin:0px;
	padding:0px;
	margin-left:50px;
	width:auto;
}

p.header_text a{
	color:#DDDDDD;
	text-decoration:none;
}

p.header_text a:hover{
	text-decoration:underline;
}

#page {
	height:auto;
	width:100%;
	background:none;
	position:absolute;
	z-index:103;
	top:250px;
	left:0px;
	padding:0px;
	margin:0px;
}

#menu_bar {
	margin:auto;
	padding:0px;
	width:100%;
	height:50px;
	border-top: white solid 10px;
	border-bottom:#00a00f solid 5px;
	background:url(../images/menu_bar_bg.png) repeat-x;
}

#menu {
	width:100%;
	height:40px;
	background:url(../images/menu_bg.gif) repeat-x;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
}

#content {
	width:900px;
	height:auto;
	margin:0 auto;
	border:#00a00f solid 5px;
	border-top:none;
	background:white;
}

p.section_header {
	margin-left:10px;
	font-size:16px;
	font-weight:bold;
	border:none;
	margin-bottom:5px;
	
}

p.page_title {
	font-size:30px;
	font-weight:bold;
	border:none;
	border-bottom:dotted black 1px;
	margin:0px;
	padding:0px;
	padding-top:10px;
	padding-left:25px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
}

p.quote {
	font-style:italic;
	margin:0px;
	padding:0px;
	margin-bottom:20px;
	margin-left:100px;
	margin-right:100px;
	border-left:#BBBBBB solid 2px;
	padding-left: 5px;
}

#image_left {
	height:auto;
	width:auto;
	float:left;
	margin:5px;
}

#image_right {
	height:auto;
	width:auto;
	float:right;
	margin:5px;
}

#pane_1 {
	float: left;
	width: 100%;
	height: 220px;
	background:white;
	background: url(../images/pane_1_bg.png) repeat-x;
}