/* CSS Document */

* 
{
	margin			: 0;
	padding		: 0;
}


body
{
	margin			: 0;
	margin-bottom		: 25px;
	background-color	: #229f07;
	font-family		: Verdana;	
	font-size		: 12px;
	background-image	: url('body/body-bg.jpg');
	background-repeat	: repeat-x;
	background-position	: top center;
}

img
{
	border			: 0;
}

div.container
{
	width			: 800px;
	margin			: auto;
}


div.header
{
	background-image	: url('body/header-bg.jpg');
	background-repeat	: no-repeat;
	background-position	: top center;
	height			: 196px;
}

	div.header div.top
	{
		text-align			: center;
		padding-top			: 3px;
		color				: #000000;
	}
	
		div.header div.top a
		{
			color			: #000000;
			text-decoration	: none;
			font-weight		: bold;
		}
			
	div.header div.nav
	{
		padding-top		: 122px;
		height			: 50px;
		padding-left		: 28px;
	}
		
		div.header div.nav a
		{
			font-size		: 23px;
			font-family		: Trebuchet MS;
			text-decoration	: none;
			color			: #000000;
			padding-left		: 5px;
			padding-right		: 5px;
		}
		






div.middle
{
	background-image	: url('body/middle-bg.jpg');
	background-repeat	: repeat-y;
	background-position	: top center;
}

div.middle div.text
{
	padding-left		: 25px;
	padding-right		: 25px;
	padding-bottom	: 15px;
	background-image	: url('body/content-bg.jpg');
	background-repeat	: no-repeat;
	background-position	: 550px bottom;
}



div.bottom
{
	background-image	: url('body/bottom-bg.jpg');
	background-repeat	: no-repeat;
	background-position	: bottom center;
	height			: 15px;
}


div.footer
{
	color			: #FFFFFF;
	width			: 775px;
	margin			: auto;
	
	margin-top		: 15px;
}

div.footer a
{
	color			: #FFFFFF;
}

div.footer div.right
{
	float			: right;
	width			: 200px;
	text-align		: right;
}

div.footer hr
{
	border-width		: 1px;
	border-style		: solid;
	border-color		: #187903;
	margin-top		: 5px;
	margin-bottom		: 5px;
}

div.footer div.by, div.footer div.by a
{
	color			: #84d174;
	text-decoration	: none;
}

.lpage a {
	color: #000000;
	text-decoration: underline;
}

.lpage a:hover {
	color: #FF0000;
}

