*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #fff url('/images/bg.png') repeat-x;
	color: #fff;
	font: 14px Arial;
}

h1
{
	font-size: 40px;
}

h2
{
	font-size: 16px;
	margin-bottom: 3px;
}

a
{
	color: #666;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

ul
{
	list-style: none;
}

li
{
	padding-left: 5px;
}

div#logo
{
	background: url('/images/logo.png') no-repeat;
	padding-left: 115px;
	padding-top: 45px;
	font: 18px "Microsoft Sans Serif";
	color: #deecff;
	width: 300px;
	height: 58px;
	float: left;
}

div.story
{
	padding-top: 2px;
	font-size: 85%;
	color: #14498a;
	margin-bottom: 8px;
}

div.main_text
{
	color: #245fa8;
	padding: 10px;
}

div.bg
{
	clear: both;
	background: #fff url('/images/bg2.png') repeat-x;
	height: 600px;
}

div#menu_left
{
	float: left;
	width: 150px;
	padding: 5px;
	color: #555;
	/*height :auto !important;*/
	height: 100%;
	min-height: 100%;
	background-color: #e4eefc;
	border-right: 1px solid #b6c8e1;
	border-bottom: 1px solid #b6c8e1;
	clear: both;
	margin-right: 10px;
	padding-bottom: 20px;
}
