body
{
	font-family: Garamond;
	background: url(img/mestesr_backround.png);
	background-repeat: repeat-x;
	background-color: #fdfce5;
}

#container
{
	width:900px;
}

#header 
{
	width:900px;
	height:180px;
	float:left;
	text-align: center;
}

	#header a
	{
		text-decoration: none;
	}
	
	#header a:hover
	{
		color: #66006f;
	}

#main 
{
	width:762px;
	background: url(img/mesters_content.png);
	float:left;
}

#leftNav
{
	width: 279px;
	padding-top:0px;
	float:left;
	font-size: 17px;
	font-style: italic;
	color: #66006f;
	position: fixed;
}

	#leftNav li
	{
		margin-top:15px;
		margin-left:70px;
	}
	
	#leftNav li ul
	{
		margin: 0;
		padding: 0;
	}
	
	#leftNav li ul li
	{
		margin-left: 10px;
		margin-top: 2px;
		padding: 0;
		list-style: none;
	}
	
	#leftNav a
	{
		text-decoration: none;
		color: #66006f;
	}

	.left_space
	{
		margin-left:8px;
	}

#content 
{
	float:left;
	width: 600px;
	margin-left:289px;
	padding-right:10px;
	margin-top:30px;
	text-align: center;
}

	#content h1
	{
		margin-top:18px;
		font-size: 24px;
	}
	
	#content h2
	{
		font-size: 16px;
		margin-bottom:2px;
		text-align: center;
	}
	
	#content .entry
	{
		margin-top:0px;
		padding-bottom: 10px;
		margin-right: 10px;
		border-bottom: 1px dotted black;
	}

#footer
{
	float:left;
	margin-left: 279px;
	width:600px;
	height:26px;
	background: url(img/mesters_footer.png);
	text-align: center;
}

.active
{
	font-weight: bold;
	color: black;
	/* color: #66006f; */
}

.inactive
{
	font-weight: normal;
	color: black;
}
