﻿html
{
	background: #000 url('/shared/images/layout/ele/lore/background.jpg') no-repeat scroll center top;
}

a:link
{
	color: #fff;
	text-decoration: none;
}
a:visited
{
	color: #fff;
	text-decoration: none;
}
a:hover
{
	color: #fff;
	text-decoration: none;
}
.clearb
{
	clear: both;
}
.clearbreak
{
    clear: both;
    display: block;
    height: 40px;
}

div#history
{
	background-image: url('/shared/images/layout/fe/world/world-background.png');
	background-position: left top;
	background-repeat: repeat-x;
	padding-top: 10px;
}

div#history div#history_wrapper
{
    padding-right:7px;
	padding-top: 10px;
	margin: 0 auto;
	width: 992px;
}

div#history_wrapper:first-child
{
	margin-top: 32px;
}
div#history_wrapper > #history_content
{
	float: right;
	margin: 8px 50px 0 25px;
	text-align: left;
	width: 700px;
}
div#history_wrapper > #history_content .horizontalbar
{
	background: url('/shared/images/layout/fe/world/category-horizontal_long.png') no-repeat center center;
	float: left;
	margin: 50px 0;
	margin-left: -25px;
	height: 2px;
	width: 720px;
}
div#history_wrapper > #history_content h1
{
	color: #ffffff;
	font: bold 20px Arial, Tahoma, Verdana;
}
div#history_wrapper > #history_content p
{
	font: normal 13px/18px Arial, Tahoma, Verdana;
	margin: 10px 0;
}
div#history_wrapper > #history_content img
{
	margin-top: 10px;
}
div#history_wrapper > #history_content > div.text
{
    width: 325px;
}
div#history_wrapper > #history_content > div.text > h2
{
    color: #5e7ba8;
    font: bold 14px Arial, Helvetica, Sans-Serif; 
}
div#history_wrapper > #history_content > div.text.left
{
    float: left;
}
div#history_wrapper > #history_content > div.text.right
{
    float: right;
}
div#history_wrapper > #history_content > img.left
{
    float: left;
    margin-top: 0;
}
div#history_wrapper > #history_content > img.right
{
    float: right;
    margin-top: 0;
}
div#history_wrapper > #history_content > a.return
{
    background: url('/shared/images/lore/text.returntolore.png') no-repeat top center;
    display: block;
    height: 34px;
    width: 208px;
}
div#history_wrapper > #history_content > a.return:hover
{
    background-position: bottom center;
}
div#history_wrapper > #history_subnav
{
	float: right;
	margin-top: 5px;
	padding-left: 20px;
	width: 190px;
}
div#history_wrapper > #history_subnav a
{
	background-image: url('/shared/images/layout/fe/subnav-background.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	margin-bottom: 15px;
	width: 182px;
}
div#history_wrapper > #history_subnav a.small
{
	background-image: url('/shared/images/layout/fe/subnav-background_small.png');
	background-position: 0 5px;
	height: 30px;
	margin-bottom: 5px;
	margin-left: 25px;
	width: 155px;
}
div#history_wrapper > #history_subnav > a.small img
{
	padding-top: 6px;
}
div#history_wrapper > #history_subnav a:hover
{
	background-position: 0 -35px;
}
div#history_wrapper > #history_subnav a.active
{
	background-position: 0 -35px;
}
div#history_wrapper > #history_subnav a img
{
	padding-left: 18px;
	padding-top: 12px;
}
div#history_wrapper > .history_verticalbar
{
	float: right;
	width: 2px;
}
div#history_bottombar 
{
	background-image: url('/shared/images/layout/horizontalbar.png');
	background-position: center top;
	background-repeat: no-repeat;
	clear: both;
	height: 2px;
	margin-top: 50px;
}