body {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
}


#wrap {
	width: 755px;
}

#topBar {
	background: url(images/topBar.gif) repeat-x;
	height: 18px;
	overflow: hidden;
}

#content {
	margin: 6px 0;
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
	background: url(images/content.gif) repeat-y;
	float: left;
	width: 755px;
}

#leftCol {
	width: 211px;
	height: 400px;
	float: left;
	background: #f1f1f1;
}

#rightCol {
	padding: 8px;
	float: left;
	width: 527px;
	margin-left: 1px;
}

#footer {
	background: url(images/footer.gif) repeat-x;
	height: 81px;
	clear: both;
}

.previous {
	position: absolute; top: 385px; left: 10px;
}

/* Other DIVs */

#caption {
	font-size: 12px;
	line-height: 14px;
	color: #747a72;
	padding: 10px;
}
	

#text {
	font-size: 12px;
	line-height: 18px;
	color: #747a72;
	padding: 10px;
}	


/* Typography */

h1 {
	background: url(images/h1.gif) repeat-x;
	height: 23px;
	margin: 0;
	padding: 0;
	padding: 24px 0 0 10px;
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
}

h2 {
	background: url(images/h1.gif) repeat-x;
	height: 33px;
	margin: 0;
	padding: 0;
	padding: 10px 0 0 10px;
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
}


/* Links */

#caption a:link, #caption a:active, #caption a:visited {
	font-size: 12px;
	line-height: 16px;
	color: #747a72;
	background: url(images/arrow.gif) no-repeat;
	background-position: 0 4px;
	padding-left: 10px;
	text-decoration: none;
}

#caption a:hover {
	color: #1e409b;
}

#caption a.arrowLeft:link, #caption a.arrowLeft:active, #caption a.arrowLeft:visited {
	font-size: 12px;
	line-height: 18px;
	color: #747a72;
	background: url(images/arrowLeft.gif) no-repeat;
	background-position: 0 4px;
	padding-left: 10px;
	text-decoration: none;
}

#caption a.arrowLeft:hover {
	color: #1e409b;
}


#text a:link, #text a:active, #text a:visited {
	font-size: 12px;
	line-height: 18px;
	color: #747a72;
	text-decoration: none;
}

#text a:hover {
	color: #1e409b;
}