.container
{
	margin:			0 auto;
	display:		block;
	text-align:		left;
	width:			760px;
	position:		relative;
	border:			1px dotted white;
	background-color:	rgb(64,79,91);
}

.header
{
	height:			71px;
	background-image:	url('./images/header.gif');
	border-bottom:		1px dotted white;
	padding-left:		15px;
	text-align:		center;
}

.header span
{
	display:		block;
	width:			auto;
	height:			71px;
	line-height:		71px;
	background-image:	url('./images/logo.gif');
	background-repeat:	no-repeat;

	font-family:		Verdana;
	font-size:		12px;
	font-weight:		bold;
	text-align:		center;
	text-decoration:	none;
	color:			white;
}

.menu
{
	margin:			10px;
	height:			25px;
	text-align:		center;
}

.menu_item
{
	float:			right;
	height:			25px;
	width:			90px;
	display:		block;

	font-family:		Verdana;
	font-size:		10px;
	font-weight:		bold;
	text-decoration:	none;
	color:			white;
	line-height:		25px;

	background-color:	rgb(91,109,124);
	border:			1px dotted white;
	margin-left:		10px;
}

.menu_item:hover
{
	background-color:	rgb(110,131,149);
}

.news
{
	border-top:		1px dotted white;
	padding:		15px;
	padding-bottom:		1px;
	background-color:	rgb(38,46,55);
}

.news_item
{
	margin-bottom:		20px;
}

.news_header
{
	background-image:	url('./images/content.gif');
	border:			1px dotted white;
	border-bottom:		none;
	padding:		3px;
	height:			20px;
}

.news_header span
{
	background-image:	url('./images/content_icon.gif');
	background-repeat:	no-repeat;
	display:		block;
	height:			20px;

	font-family:		Verdana;
	font-size:		11px;
	font-weight:		bold;
	text-decoration:	none;
	color:			white;

	padding-left:		25px;
	line-height:		20px;
}

.news_content
{
	position:		relative;
	border:			1px dotted white;
	background-color:	rgb(64,79,91);
	padding:		20px;
	padding-bottom:		30px;
}

.news_content span
{
	font-family:		Verdana;
	font-size:		10px;
	text-decoration:	none;
	color:			white;
}

.news_content p
{
	font-family:		Verdana;
	font-size:		10px;
	text-decoration:	none;
	color:			white;
}

.news_content a
{
	color:			rgb(192,192,192);
	text-decoration:	none;
}

.news_content a:hover
{
	color:			rgb(236,236,236);
	text-decoration:	none;
}

.news_content h1
{
	position:		relative;
	float:			right;
	font-family:		Verdana;
	font-size:		11px;
	font-weight:		normal;
	font-style:		normal;
	text-decoration:	none;
	color:			white;
}

.news_form
{
	border:			1px solid black;
}

.footer_validation
{
	float:			right;
	font-family:		Verdana;
	font-size:		8px;
	font-weight:		bold;
	text-decoration:	none;
	color:			rgb(192,192,192);
	margin-top:		5px;
	margin-right:		5px;
}

.footer_validation:hover
{
	color:			rgb(236,236,236);
}

.footer_logout
{
	font-family:		Verdana;
	font-size:		11px;
	font-weight:		bold;
	text-decoration:	none;
	color:			rgb(192,192,192);
}

.footer_logout:hover
{
	color:			rgb(236,236,236);
}

body
{
	text-align:		center;
	background-image:	url('./images/bg.gif');
}