@charset "UTF-8";
/* CSS Document  */
/* Bookthing.org */

body 
{
	background-color: #FFFFFF;
	font-size				: 12px;
	color						: #000000;
	padding					: 0px;
	margin					: 0px;
	font-family			: "Helvetica Neue"
}

#header 
{
	height					: 130px;
	color						: #FFFFFF;
	font-family			: Helvetica;
	width						: 100%;
	border-color		: #627F8F;
	background-color: #333333;
	letter-spacing	: 0.1mm;
	border-bottom		: solid #627F8F 1px;
	padding					: 0px;
	margin					: 0px;
	float						: none;
	top							: 0px;
}

#navwrap, #navwrapmed, #navwraplong
{
	height						: 500px;
	width							: 800px;
	border-bottom			: 0;
	background-color	: #FFFFFF;
	color							: #FFFFFF;
	margin						: 0px auto 0px auto;
	margin-top				: 20px;
	background-image	: url(img/contentbox.png);
	background-repeat	: no-repeat;
	margin-bottom			: 20px;
}

#navwrapmed
{
	height						: 650px;
	background-image	: url(img/contentboxmed.png);
}

#navwraplong
{
	height						: 1000px;
	background-image	: url(img/contentboxlong.png);
}

#content, #contentmed, #contentlong
{
	color							: #FFFFFF;
	width							: 700px;
	height						: 500px;
	float							: left;
	padding-left			: 50px;
	padding-right			: 50px;
}

#contentmed
{
	height						: 650px;
}

#contentlong
{
	height						: 1000px;
}

#footer 
{
	width							: 100%;
	height						: 40px;
	background-color	: #333333;
	margin						: auto;
	text-align				: center;
	font-weight				: bold;
	color							: #FFFFFF;
	background-repeat	: no-repeat;
	padding-top				: 10px;
}

a:link, a:visited, a:hover, a:active
{
	color						: #FFFFFF;
}

.FAQ 
{
	font-weight			: bold;
}

.42
{
	font-size:36px;
	text-align:center;
}

.piclink
{
	text-align			: center;
}

.topper 
{
	font-size: 24px;
	font-weight: bold;
}

#headertext
{
	width:750px;
	margin:auto;
	text-align:center;
	font-size:36px;
	padding: 0px;
	margin-top: 0px;
}

.imgflrt
{
	float: right;
	padding: 20px;
}

