*
{
	margin: 0;
	padding: 0;
}

body
{
	color: #555;
	font-family: Arial, Verdana;
}

a
{
	color: #f00;
}

a:hover
{
	color: #555;
}

h1
{
	color: #555;
	font-size: 24px;
}

h2
{
	color: #f00;
	font-size: 18px;
}

h3
{
	color: #f00;
	font-size: 16px;
	font-style: italic;
}

h4
{
	color: #f00;
	font-size: 14px;
	font-style: italic;
}

p
{
	margin: 10px 0;
}

#container
{
	width: 1000px;
	margin: 0 auto;
}

#content
{
	position: relative;
	margin: 0;
	padding: 10px;
	width: 730px;
	height: auto !important;
	height: 300px;
	min-height: 300px;
	top: 285px;
	left: 0px;
	
	border-right: 1px dotted #555;
	z-index: 2;
}

#news
{
	position: absolute;
	margin: 0 auto;
	padding: 10px;
	padding-left: 760px;
	width: 230px;
	top: 285px;
}

#footer
{
	position: relative;
	margin: 0;
	padding: 10px;
	width: 980px;
	top: 285px;
	left: 0px;
	
	border-top: 1px dotted #555;
}
	#footer span
	{
		display: block;
		float: left;
		width: 250px;
		font-size: 12px;
		padding-bottom: 15px;
	}

#navigation
{
	position: absolute;
	top: 225px;
	z-index: 2;
	width: 999px;
}
	#navigation ul
	{
		list-style: none;
		float: right;
		border-left: 1px solid #555;
	}
	
	#navigation li
	{
		float: left;
		border-right: 1px solid #555;
	}
	
	#navigation a
	{
		display: block;
		margin-right: 9px;
		margin-left: 9px;
		
		color: #555;
		text-decoration: none;
		font-size: 12px;
		font-weight: bold;
		z-index: 10;
	}
	
	#navigation a:hover, #navigation a.current
	{
		color: #f00;
		text-decoration: underline;
	}
	
	#navigation ul ul
	{
		position: absolute;
		z-index: 150;
		_margin-top: -1px;
		_padding-right: 0px;
		border: solid 1px black;
		border-top:none;
		width:130px;
		
		margin-top: 0px;
		margin-left: -1px;
		background: #fff;
		z-index: 0;
	}
	
	#navigation ul ul a
	{
	    width: 120px;
		font-size: 12px;
		font-weight: bold;
	}
	
	#navigation ul ul a:hover
	{
	    text-decoration: none;
	}
	
	#navigation ul ul li
	{
		z-index: 9;
		border: none;
	}

	#navigation ul ul ul
	{
		border: solid 1px black;
		position: absolute;
		top: 0;
		left: 100%;
	}

	div#navigation ul ul,
	div#navigation ul li:hover ul ul,
	div#navigation ul ul li:hover ul ul,
	div#navigation ul ul ul li:hover ul ul
	{display: none;}
	div#navigation ul li:hover ul,
	div#navigation ul ul li:hover ul,
	div#navigation ul ul ul li:hover ul,
	div#navigation ul ul ul ul li:hover ul
	{display: block;}

	#menu ul li {_float: left; _width: 100%;}
	#menu ul li a {_height: 1%;}

#header
{
	position: absolute;
	top: 10px;
	width: 1000px;
	height: 245px;
	background: transparent url(../Images/header.jpg) no-repeat;
	border-bottom: 1px dotted #555;
}

#images
{
	position: absolute;
	top: 74px;
	width: 1000px;
	height: 150px;
	z-index: 2;
}

#ticker
{
	position: absolute;
	width: 980px;
	margin: 0 auto;
	padding: 10px;
	padding-left: 1px;
	top: 247px;
	height: 18px;
	border-bottom: 1px dotted #555;
	font-size: 18px;
}

