	@import url('reset.css');
	@import url('widgets.css');
	@import url('icons.css');
	@import url('fonts.css');
	@import url('colors.css');


	hr, .attributes h3 { 
		border-style: dashed;
	}

	.icon { /* does this get used anywhere? */
		margin: 1px;
		padding: 0;
		height: 20px;
	}
	
	.top { /* things at the top of their column */
		margin-top: 0;
	}
	
	.attributes h3 {
		border-top-width: 1px;
		padding-top: 15px;
		margin-top: 15px;
		padding-bottom: 5px;
		margin-bottom: 0;
	}
	
	#main h1 { margin-top: 0; }

/* Header */

	#header {
		text-align: right;
		padding: 5px 5px 0;
		border-bottom: 1px solid;
		height: 75px;
		overflow: auto;
		font-size: 14px;
	}

	#header h1 {
		font-size: 48px;
		position: absolute;
		margin-top: 24px;
		margin-left: 10px;
	}
	
	#header #account {
		margin-right: 2px;
	}
	
	#header #main_menu {
		position: absolute;
		top: 56px;
		height: 24px;
		right: 4px;
		margin: 0;
		padding: 0;
		z-index: 0;
	}
	

	
/* Main */
	
	#main {
		padding: 2em;
		position: relative;
		z-index: 1;
		margin: 0 auto;
	}
	
/* Right Column */

	#right_column {
		width: 210px;
		float: right;
		padding: 0 20px 25px;
	}
	
	#right_column h3 { font-size: 1.2em; }
	#right_column h2, #right_column h3 {
		margin-top: 20px;
		/* margin-bottom: 10px; */
	}
	#right_column h4,
	#right_column h5,
	#right_column h6 {
		margin-top: 10px;
	}
	#right_column h1,
	#right_column h2,
	#right_column h3,
	#right_column h4,
	#right_column h5,
	#right_column h6 {
		margin-bottom: 5px;
	}
	
	#right_column ul, #right_column p, .attributes ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	#right_column p {
		margin-bottom: 0;
	}
	
	#right_column li.current a {
		color: inherit;
		text-decoration: none;
		cursor: default;
		font-style: italic;
	}
	#right_column li.current a:hover {
		color: inherit;
	}
/* Left Column */
	#left_column {
		padding-right: 30px;
		margin-right: 250px; /* total absolute width of right_column */
	}
	
/* Center Column - login form, etc */
	#center_column {
		width: 800px;
		margin: 5em auto 0;
	}
	#center_column h2 { margin-bottom: 20px;}
	#center_column form div { margin-left: 110px;}
	body #main #center_colum form { }
	#center_column .right {
		width: 350px;
	}
	
/* misc */
	#login_note {
		height: 6em;
		display: table;
		position: relative;
		background-color: #edb;
		padding: 3%;
	}
	#login_note p {
		display: table-cell;
		vertical-align: middle;
	}
