html,body
{
	background-color: black;
	color: gray;
	font-family: "Stone Sans Sem ITC TT", sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

#page_container
{
	width: 702px;
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

#navigation
{
	background-color: black;
	background-image: url(../imgs/navbar.png);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 702px;
	height: 52px;
	text-align: left;
	list-style-type: none;
}

#navigation li
{
	float: left;
	margin: 0px;
	padding: 10px 15px 0px 20px;
	height: 52px;
}

#navigation li:hover { background-image: url(../imgs/shade.png); }
#navigation li#search { background-image: none; }

#search
{
/*
	background-image: url(../imgs/search.png);
	background-repeat: no-repeat;
*/
}

#search form
{
	margin: 0px;
	padding: 0px;
}


#search input
{
	border: 0px;
	margin: 0px;
}


#presentation
{
	width: 702px;
	height: 356px;
	margin-top: 20px;
}

#news
{
	border: 1px rgb(69, 8, 90) solid;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	width: 100%;
	margin-top: 10px;
	line-height: 24px;
	vertical-align: middle;
}

#news th
{
	border-right: 1px rgb(69, 8, 90) solid;
	padding: 0px;
	margin: 0px;
	color: white;
	width: 120px;
}

#news th a { color: white; }

#ticker
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	text-align: left;
	width: 100%;
	vertical-align: middle;
}

#ticker li
{
	padding: 0px;
	margin: 0px;
	display: none;
}

#news a
{
	color: inherit;
	font-style: normal;
	text-decoration: none;
}

#news a:hover { text-decoration: underline; }


#information
{
	width: 100%;
	text-align: left;
	color: white;
	font-size: 1.2em;
	padding: 10px 0px 0px 20px;
}

#information a
{
	text-align: left;
	text-decoration: none;
	color: white;
	font-style: normal;
}

#information a:hover { text-decoration: none; }

#information img { display: inline; }


.info_box
{
	width: 180px;
	height: 147px;
	background-color: black;
	background-image: url(../imgs/info_box.png);
	background-repeat: no-repeat;
	padding: 10px;
	margin: 0px 30px 10px 0px;
	float: left;
}

hr
{
	clear: both;
	color: rgb(69, 8, 90);
	height: 0px;
	border-top: 1px rgb(69, 8, 90) none;
	border-right: 1px rgb(69, 8, 90) none;
	border-bottom: 1px rgb(69, 8, 90) solid;
	border-left: 1px rgb(69, 8, 90) none;
	margin-top: 10px;
	margin-bottom: 10px;
}

#copyright { font-size: .8em; }
#copyright p { margin: 0px; padding: 0px; }

a
{
	text-align: left;
	text-decoration: none;
	color: gray;
	font-style: italic;
}

a:hover
{
	text-align: left;
	text-decoration: underline;
}

img { border: 0px none; }

