body
{
	font-family		: Verdana;
	color			: #000000;
	font-size		: 12px;
	background-color	: #f6fbff;

}

a
{
	text-decoration	: none;
	color			: #5e5eff;
}

a:hover
{

	color			: #5e5eff;
}

a.hidden
{
	color			: #000000;
}

h1
{
	color			: #436595;
	font-size		: 18px;
	margin			: 0;
	padding		: 0;
}

h2
{
	color			: #000000;
	font-size		: 14px;
	margin			: 0;
	padding		: 0;
	padding-top		: 10px;
	padding-bottom	: 5px;
}

small
{
	font-size		: 9px;
}

ul
{
	list-style-type	: none;
	margin			: 0;
	padding		: 0;
}

hr
{
	border-style		: dashed;
	border-width		: 0;
	border-bottom-width	: 1px;
	border-color		: #ececec;
}

img
{
	border			: 0;
}










span.left
{
	float			: left;
	width			: 40%;
	text-align		: left;
	padding		: 10px;
}

span.right
{
	float			: right;
	width			: 40%;
	text-align		: left;
	padding		: 10px;
}

div.center
{
	text-align		: center;
}


div.container
{
	width			: 728px;
	margin			: auto;
	border-style		: solid;
	border-width		: 1px;
	border-color		: #496aad;
	background-color	: #FFFFFF;
}

div.header
{
	background-image	: url('header-bg.jpg');
	background-position	: left;
	background-repeat	: repeat;
	height			: 208px;
}

div.nav
{
	height			: 34px;
	background-color	: #9bcdfb;
}

div.nav div.time
{
	float			: left;
	font-weight		: bold;
	padding-top		: 3px;
	padding-left		: 10px;
}

div.nav li
{
	float			: right;
	border-color		: #FFFFFF;
	border-style		: solid;
	border-width		: 0;
	border-left-width	: 1px;
	
}

div.nav li a
{
	display		: block;
	padding		: 10px;
	background-image	: url('nav-a-bg.png');
	background-position	: left;
	background-repeat	: repeat;
	color			: #FFFFFF;
	font-weight		: bold;
	width			: 75px;
	text-align		: center;
}

div.nav li a:hover
{
	background-image	: url('nav-a-hover-bg.png');
	background-position	: left;
	background-repeat	: repeat;
}

div.teaser
{
	text-align		: center;
	padding		: 5px;
}


div.teaser img
{
	padding-left		: 25px;
	padding-right		: 25px;
}

div.skyscraper
{
	float			: left;
	width			: 175px;
	padding-left		: 10px;
	font-size		: 11px;
}


div.menu
{
	float			: right;
	width			: 175px;
	padding-right		: 10px;
	font-size		: 11px;
}


div.menu li
{
	padding-bottom	: 4px;
}

div.split
{
	height			: 30px;
}

div.options
{
	height			: 150px;
}

div.footer
{

	height			: 35px;

	background-color	: #9bcdfb;
}

div.search
{
	height			: 75px;
	padding-top		: 5px;
}

div.search span.right
{
	width			: 55%;
}

div.footer a
{
	color			: #FFFFFF;
}





div.article
{
	margin-left		: 185px;
	margin-right		: 195px;
}

div.option
{
	padding		: 10px;
}		

div.content
{
	margin-left		: 185px;
}

