/* ============== */
/* = typography = */
/* ============== */

body, p, h1, h2 {
	font-family: Corbel, "Myriad Pro", Arial, sans-serif;
}

body, p {
	font-size: 13px;
	line-height: 20px;
	color: #251f1b;
}
p {
	margin: 0 0 20px 0;
}
	p.large {
		font-size: 18px;
		line-height: 30px;
	}
h1 {
	display: block;
	font-size: 26px;
	line-height: 40px;
	font-weight: 500;
	color: #045da7;
	margin: 20px 0 20px 0;
	border-bottom: 1px solid #bfbfbf;
}
	.first { margin-top: 30px; }
h2 {
	font-size: 20px;
	line-height: 40px;
	font-weight: 500;
	margin: 0;
	color: #4bbd92;
}
a {
	color: #045da7;
}
blockquote {
	width: 200px;
	padding: 0 0 15px 25px;
	margin: -7px 0 0 0;
	float: right;
	font-size: 18px;
	line-height: 30px;
	color: #045da7;
}


/* ============= */
/* = commoners = */
/* ============= */

.clear {
	clear: both;
	overflow: hidden;
	height: 0;
}
.hidden {
	display: none;
}
.hr {
	width: 100%;
	height: 0;
	overflow: hidden;
	border-top: 1px solid #c9ccc6;
	border-bottom: 1px solid #eff5e9;
}


/* ========== */
/* = layout = */
/* ========== */

body {
	background: #bfcdd9 url('../images/template/bg.gif') repeat-y center center;
}
#graphic {
	height: 270px;
	text-align: center;
	overflow: hidden;
}
	.graphic_left {
		position: absolute;
		top: 0;
		left: 0;
		width: 50%;
		height: 270px;
		background: transparent url('../images/template/graphic_bg_left.jpg') repeat-x right;
	}
	.graphic_right {
		position: absolute;
		top: 0;
		right: 0;
		width: 50%;
		height: 270px;
		background: transparent url('../images/template/graphic_bg_right.jpg') repeat-x left;
	}
	.graphic {
		position: relative;
		width: 980px;
		margin: 0 auto;
	}
#menu {
	height: 50px;
	background: #bfc1c3 url('../images/template/menu_bg.gif') repeat;
}
	#menu ul {
		width: 962px;
		height: 50px;
		margin: 0 auto;
		background: transparent url('../images/template/menu_border.jpg') no-repeat right;
	}
		#menu li {
			list-style: none outside none;
			padding: 0;
			margin: 0;
			float: left;
			width: 160px;
			text-align: center;
			font-size: 15px;
			line-height: 50px;
			background: transparent url('../images/template/menu_border.jpg') no-repeat;
			cursor: pointer;
		}
			#menu li.active { background-color: #bfc1c3; }
			#menu li a {
				color: #251f1b;
				text-decoration: none;
			}
#body {
	position: relative;
	width: 100%;
}
	.wood {
		position: absolute;
		top: 0;
		left: 0;
		height: 170px;
		width: 100%;
		background: #623c20 url('../images/template/wood.jpg') repeat-x center;
	}
	.folder_top {
		position: relative;
		width: 940px;
		margin: 0 auto 20px auto;
		top: 20px;
	}
	.folder {
		position: relative;
		width: 940px;
		padding: 6px 0 20px 0;
		margin: 0 auto;
		background: #76b6e0 url('../images/template/folder_bg.jpg') repeat-y;
	}
		.content {
			position: relative;
			float: left;
			width: 530px;
			margin: 0 0 0 20px;
			padding: 0 60px 0 30px;
			background: transparent url('../images/template/white_bg.gif') repeat-y;
		}
	
	.sidebar {
		position: relative;
		float: right;
	}
		.photo {
			position: absolute;
			top: 30px;
			right: -5px;
		}
		.paperclip {
			position: absolute;
			top: 15px;
			right: -20px;
		}		
		.tilt {
			position: absolute;
			top: 20px;
			right: -10px;
		}
		.tilt .paperclip {
			position: absolute;
			top: 60px;
			right: -14px;
		}
		.caption {
			position: absolute;
			top: 280px;
			right: -16px;
			width: 250px;
			height: 20px;
			background: transparent url('../images/template/caption.png') no-repeat;
			padding: 21px 10px 18px 16px;
			font-weight: bold;
		}
		*html body .caption {
			background: transparent url('../images/template/caption.gif') no-repeat;
		}
iframe {
	float: right;
	margin-top: 10px
}
#footer {
	width: 840px;
	height: 20px;
	margin: 10px auto;
	color: #8c8c8c;
	font-size: 12px;
}
	#footer a { color: #8c8c8c; }