@charset "utf-8";
/* CSS Document */

body	{background: #544f53 url(images/bg_mx.png) no-repeat fixed 50% 6em;}
	
#header	{
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	text-align: left;
	height: 58px;
	padding-bottom: 1.875em;
	padding-top: 1em;
}

#content	{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	background: #544f53;
	padding: 1em; 
	font:14px Arial, Helvetica, sans-serif;
	color:#fff;
	line-height: 1.5em;
}

#ad	{float:right; padding-top: 6em;}

li	{list-style: none;}
h2	{font:18px Georgia, "Times New Roman", Times, serif;}
.nav li	{list-style: none; display: inline;}
.nav	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;	
	float: right;
	word-spacing: 1em;
	border-bottom: 1px #ffffff solid;
	width: 200px;
	text-align:right;
	padding-bottom: .25em;
}

a.navbar:link, a.navbar:visited {color: #33cc33; background: transparent; text-decoration: none;}
a.navbar:hover {color: #ffffff; background: transparent; text-decoration: overline;}
a.home:link, a.home:visited, a.home:hover	{color:#544f53;}
a:link, a:visited {color:#33cc33; text-decoration:none;}
a:hover {color:#ffffff; text-decoration:underline;}