@import "header.css";
@import "body.css";

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	
	font: .95em Arial, "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}

#container {
	position: relative;
	
	height: auto !important; /* Real Browsers */
	height: 100%; /* EasyBakeBrowser */
	min-height: 100%;

	margin: 0 auto;
	max-width: 1000px;
	
	background:	#fff url("../images/right-column.png") 60% 0% repeat-y;
}

#header {
	/* Handled in header.css */
	/* top: 0 */ 
}

#body {
	/* Handled in body.css */
}

.footer {
	bottom: 0;
	height: 1.5em;
	width: 50%;
	color: #555;
	background: #fff;
	font-size: .8em;
	text-align: center;
	float: left;
	clear: both;
}

/**********
* Common Classes
*
*/

.tiny {	height: 0px; line-height: 0px; }
.clearer { clear: both; }


/**********
* Shadows and Display
*
*/

b.r {
	background: url(../images/r.png) repeat-y;
	position: absolute;
	top: 0;
	right: 0;
	min-height: 520px;
	width: 10px;
	height: 100%;
}
b.tr {
	background: url(../images/tr.png) no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	height: 10px;
	width: 10px;
}
b.br {
	background: url(../images/br.png) no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 10px;
	height: 10px;
}
#content b.r {
	right: 40%;
}

/**********
* Textual Formatting
*
*/
#content h1 {
	margin: 0;
	padding: 0;
	border-bottom: 2px solid;
	text-transform: uppercase;
	color: red;
	font-size: 1.75em;
}

#content h2 {
	border-bottom: 2px solid;
	text-transform: uppercase;
	margin-bottom: 0;
	color: red;
	font-size: 1.25em;
}

blockquote {
	margin: .5em 1em .5em .5em;
	width: 17em;
	float: left;
	color: #104068;
	font: italic normal bold 1em Georgia, "Times New Roman", Times, serif;
}

div.caption {
	color: #fff;
	background: #555;
	font-size: 85%;
	font-family: Georgia, Times, serif;
	line-height: 1.5em;
	
	padding: .5em 20% 0 0;
}

div.caption img {
	float: left;
	margin-top: -.5em;
	margin-right: .75em;
	border: none;
	border-right: 1px solid #999;
}
