
.font {
	font-family: Georgia, 'Helvetica Neue', Helvetica ,Arial, sans-serif;
}

body {
	background-color: #404040;
	background-image: url(/images/bg.jpg);
	background-position: center 151px;
	background-repeat: repeat-x;
}

#wrap {
	background-color: white;
	background-image: url(/images/bg.jpg);
	background-position: center 151px;
	background-repeat: repeat-x;
	position: relative;
}

#fixed {
	position: fixed;
	width: 100%;
}

#Facebook {
	display: block;
	position: absolute;
	top: 237px;
	right: 0;
	width: 36px;
	height: 36px;
}

#Facebook img {
	width: 36px;
	height: 36px;
}

#wrap_wrap {
	margin: 0 auto 0 auto;
	position: relative;
	width: 900px;
}

#wrap_wrap_wrap {
	background-color: white;
	float: left;
	padding: 0 0 135px 0;
	position: relative;
	width: 900px;
}

#wrap_wrap_wrap div.page {
	float: left;
	position: relative;
	width: 600px;
}

#wrap_wrap_wrap div.page h2 {
	background-image: url(/images/page/h2-bg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	color: #bfbfbf;
	font-size: 17px;
	font-weight: normal;
	height: 90px;
	line-height: 90px;
	margin: 0 0 45px 0;
	padding: 0 27px 0 27px;
}

#sidebar {
	background-image: url(/images/bg.jpg);
	background-position: left 36px;
	background-repeat: repeat-x;
	float: right;
	width: 300px;
	min-height: 486px;
}