	/* Drag + Drop Page Elements with jQuery */
	
	body {
	margin:					0;
	padding:				0;
	color:					#000000;
	font-size:				62.5%;
	font-family:			arial, helvetica, sans-serif;
	}
	
	h1 {
		font-family:			helvetica, arial, sans-serif;
		margin-left:			12px;
		height:					120px;
		width:					300px;
		color:					#ffffff;
		text-indent:			-10000px;
		overflow:				hidden;
		background:				transparent url(../styles/logo.png) center left no-repeat;
	}
	
	a {
	color:					#000000;
	text-decoration:		none;
	font-weight: bold;
	}
	
	#searchbox {
		position:				absolute;
		bottom:					10px;
		right:					22px;
		font-size:				1.8em;
		font-weight:			normal;
		border:					1px solid #660000;
		color:					#bdbdbd;
		padding:				5px;
	}
	
	h2 {
		color:					#7FA9A5;
		font-size:				1.6em;
		font-weight:			normal;
	}
	
	p {
		font-size:				1.2em;
		line-height:			1.5em;
	}

	#container {
	padding:				0;
	position:				relative;
	width:					960px;
	background:				#ffffff;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	}
	
	#header {
	margin:					0;
	padding:				0;
	position:				relative;
	width:					960px;
	height:					140px;
	background-image: url(../header_background.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
	#navigation {
	height:					35px;
	margin-top:				2px;
	margin-bottom:			2px;
	}
	
	#navigation ul {
		margin:					0;
		padding:				0;
	}
	
	#navigation ul li {
	list-style:				none;
	font-size:				12px;
	text-transform:			none;
	float:					left;
	padding-left:			30px;
	padding-right:			30px;
	line-height:			35px;
	color:					#aeaeae;
	border-right:			1px inset #cdcdcd;
	cursor:					pointer;
	}

	#navigation ul li:hover {
		background:				#990000;
		color:					#ffffff;
	}

	#content {
	margin-top:				1px;
	padding-top:			12px;
	float:					left;
	width:					960px;
	padding-bottom:			12px;
	background-color: #FFFFFF;
	}
	
	#featured {
	width:					580px;
	padding:				6px;
	margin-left:			20px;
	margin-top:				10px;
	float:					left;
	height:					auto;
	border-radius:			5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	margin-right: 10px;
	margin-bottom: 6px;
	border: 2px solid #01A6A0;
	z-index: 1;
	}

	.column {
	width:					290px;
	padding:				0px;
	margin-left:			20px;
	float:					left;
	min-height:				300px;
	height:					100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	}
	
	.widget {
	position:				relative;
	margin-top:				10px;
	border-radius:			5px;
	-moz-border-radius:		5px;
	-webkit-border-radius:	5px;
	min-height:				30px;
	overflow:				hidden;
	border: 1px solid #CCCCCC;
	background-color: #ffffff;
	background-image: url(../styles/grad1.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 2px;
	}
	
	.widget .close {
		width:					25px;
		height:					25px;
		position:				absolute;
		top:					0;
		right:					0;
		cursor:					pointer;
	}
		
	.ui-sortable-helper {		
		border:					3px solid #990000;
		cursor:					move;
		
	}
	
	.widget h3 {
	margin-top:				-6px;
	color:					#FF6600;
	font-size:				1.7em;
	line-height:			2em;
	font-weight:			bold;
	border-bottom:			1px solid #999999;
	cursor:					hand;
	background-color: transparent;
	padding-left: 5px;
	}
	
	#footer {
	height:					70px;
	color:					#333333;
	border-top:				2px solid #ffffff;
	clear:					left;
	background-color: #CCCCCC;
	}
	
	#footer ul {
		margin:					0;
		padding:				0;
		margin-top:				10px;
		float:					left;
		width:					290px;
		padding-left:			12px;
		margin-left:			12px;
		border-left:			1px solid white;
		
	}
	
	#footer ul li {
		list-style:				none;
		text-transform:			uppercase;
		line-height:			2em;
		font-size:				0.8em;
	}
#bookhere {
	height: 50px;
	width: 250px;
	float: right;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-variant: normal;
	z-index: 2;
}
