/************************************************************************-----------------------------------------------------------------------------
 * #2D2A2C GREY DARK
 * #808284 GREY LIGHT
 * #B5B5B5 GREY LIGHTER
 * #00ADEF BLUE
 * #F89E53 ORANGE
 ******************************************************************************/

@import url(/css/reset.css);
@import url(/css/forms.css);
@import url(/css/lists.css);
@import url(/css/tables.css);
@import url(/css/type.css);
@import url(/css/menu.css);
@import url(/css/custom.css);

.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

html, body { 
	background-color: #2D2A2C;
	color: #000;
}

#page {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 760px;
}

/* Header
------------------------------------------------------------------------------*/

div#header {
	background-color: #2D2A2C;
	height: 103px;
}

div#logo {
	float: left;
	width: 171px; height: 98px;
}

#banner {
	height: 162px;
}

/* Main
------------------------------------------------------------------------------*/

#main {
	background-color: #fff;
}

#content {
	float: left;
	padding: 20px;
	width: 450px;
}

#rail {
	float: right;
	padding: 20px 20px 20px 0; 
	width: 235px;
}

#rail div.block {
	margin-bottom: 1em;
}

#rail div.separated {
	border-bottom: 1px dotted #ccc;
}

.addlib_eds li { 
    float: left;
    margin-right: 60px;
}