/* CSS White Room */

body {
	background-image: url(../images/common/trees-bkgd.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#borderone {
	width: 700px;
	border-right: 4px solid #8F94A7;
	border-bottom: 4px solid #8F94A7;
	border-left: 4px solid #8F94A7;
	height: auto;
	background: #FFFFFF;
}
#bordertwo {
	width: 692px;
	border-right: 4px solid #666666;
	border-bottom: 4px solid #666666;
	border-left: 4px solid #666666;
	height: auto;
	text-align: left;
}
#navigation {
	border-bottom: 13px solid #666666;
	height: 97px;
	width: 100%;
}
#buttonsleft {
	position: absolute;
	left: 8px;
	top: 43px;
	width: 206px;
	height: auto;
}
#buttonsleft img {
	cursor: pointer;
}
#buttonsright img {
	cursor: pointer;
}
#buttonsright {
	position: absolute;
	left: 495px;
	top: 43px;
	width: 205px;
	height: auto;
}
#headerrel {
	position: relative;
	width: 708px;
	text-align: left;
}
#header {
	position: absolute;
}
#content {
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 17px;
}

h2, h3 { 
	font-family:"Century Gothic", Futura, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	}

h2 { 
	font-size: 18px;
	margin: 10px 0px;
	letter-spacing: .04em;
	}

h3 { 
	font-size: 14px;
	padding: 0px;
	margin: 3px 0px;
	letter-spacing: .1em;
	}
	
.clear {
	clear: both;
	}
	
.dividerline { 
	background-image: url(../images/common/divider-line-horiz.gif);
	background-repeat: no-repeat;
	height: 1px;
	width: auto;
	clear: both;
	margin: 10px 0px;
	background-position: top center;
	}
		
.linesblocks { 
	width: 126px;
	padding: 1px 0px 1px 20px;
	float: left;
	}
#lines img {
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
}

a:link, a:visited { 
	color: #8f94a6;
	}
	
a:active, a:hover { 
	color: #0099ff;
	}
	
.imageleft { 
	float: left;
	padding: 0px 10px 10px 0px;
	}
	
.imageright  { 
	float: right;
	padding: 0px 0px 10px 10px;
	}
	
.bold { 
	font-weight: bold;
	}
	
.italic {
	 font-style:italic;
	 }
	 
#links a { 
	font-family:"Century Gothic", Futura, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	padding: 10px 0px 10px 0px;
	letter-spacing: .1em;
	background-image: url(../images/common/divider-line-horiz.gif); 
	background-repeat: no-repeat;
	background-position: top center;
	display: block;
	}