
* { margin:0; padding:0; }

a
{
	text-decoration: none;
	border-bottom: 1px dashed blue;
	color: blue;
}

a:hover
{
	border-bottom: 0px;
}

body
{
	background: url(../../images/bg_main.jpg) repeat-x;
	text-align: center;
}

#main_container
{
	margin: auto;
	width: 960px;
	border: 1px solid #eee;
	background: white;
}

#menu
{
	width: 100%;
}

#content
{
	padding: 22px 22px;
	text-align: left;
}

#header
{
	margin: auto;
	width: 960px;
	padding: 12px 0;
	display: table;
}

#footer
{
	text-align: right;
	width: 960px;
	margin: auto;
	font-family: arial,helvetica,sans-serif;
	color: #99a;
	font-size: 8pt;
	padding: 3px 0;
}

#top
{
	display: table;
}

#logo_img
{
	float: left;
}

#options
{
	float: right;
	padding: 5px 0 0 0;
	color: #999;
	font-size: 8pt;
	font-family: arial,helvetica,sans-serif;
	text-decoration: none;
}

#options a
{
	color: #999;
	font-size: 8pt;
	font-family: arial,helvetica,sans-serif;
	text-decoration: none;
	border: 0px;
}

a.nodecor
{
	text-decoration: none;
	border: 0;
}