body
{
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;	
	font-size: 12px;
	background-color: #EEEEEE;
/*	background-image: url(/images/body_bg_orange.gif); */
	background-attachment: fixed;
	
	margin: 0px;
	padding: 0px;
}

div.wrapper
{
	width: 625px;
	margin: 15px auto 25px auto;
	padding: 0px 50px 20px 50px;
	
	background-color: #FFFFFF;
}

div.title
{
	height: 70px;
	padding-top: 30px;
	/*
	background-image: url(/images/elfling_logo.gif);
	background-position: left;
	background-repeat: no-repeat;
    */
}

div.quote
{
	margin: 10px;
	border: 1px solid #cb8600;
	padding: 20px;
	
	background: #fff;
	font-style: italic;
}

div.header_portrait div.header_text
{
	float: left;
}

div.header_landscape p
{
	float: left;
}

div.eyecatcher
{
	float: left;
	text-align: center;
	margin-bottom: 20px;
	color: #999999;
}

div.header_landscape div.eyecatcher img
{
	background-image: url(/images/eyecatcher_landscape_bg.gif);
	
	width: 600px;
	height: 400px
}

div.header_portrait div.eyecatcher img
{
	background-image: url(/images/eyecatcher_portrait_bg.gif);
	
	width: 400px;
	height: 600px
}

p
{
	margin: 0px;
	padding: 15px 15px 15px 10px;
}

p.intro
{
	color: #5a5a5a;
}

p.text
{
	color: #999999;
}

div.header_text p, div.main p.text
{
	width: 170px;
}

p.footer
{
	text-align: center;
	color: #999999;
	padding: 0px 15px 0px 10px;
}

h1, h2
{
	margin: 20px 17px 10px 8px;
	color: #cb8600;
	font-size: 22px;
}

b
{
	color: #5a5a5a;
}

hr
{
	clear: both;
	height: 1px;
	margin: 20px 17px 10px 8px;
	border: 0px;
	width: 600px;
	
	background-color: #5a5a5a;
}

img, object, embed
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

img.eyecatcher
{
	margin: 10px 0px 0px 0px;
	padding: 8px 17px 17px 8px;
}

div.picture_400
{
  width: 424px;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 14px 0px;
	background-image: url(/images/picture_400_div_bg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	float: right;
}

div.picture_400 img, div.picture_400 object
{
	padding: 8px 17px 0px 8px;
	margin: 0px;
	background-image: url(/images/picture_400_img_bg.gif);
}

a
{
	color: #cb8600;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a.arrow
{
	padding: 1px 0px 1px 24px;
	background-image: url(/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.opener_switch_hidden, .opener_switch_shown
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.opener_slave_hidden
{
	display: none;
}
.opener_slave_shown
{
	color: #999999;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.banners
{
  margin: 10px 10px 0px 10px;
}

.right
{
  float: right;
}
