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

body
{
	background-color:#4D4D4D;
	color:black;
	font-family:'Open Sans', sans-serif;
	padding:0px;
	margin:0px;
}

h1
{
	margin-top:0.4em;
	font-size:2.5em;
	font-weight:300;
	text-transform:uppercase;
}

h2
{
	font-size:2em;
	font-weight:300;
	margin-bottom:0em;
}

img
{
	border:none;
}

.header
{
	background-image:url(images/header2.png);
	width:984px;
	height:53px;
	margin-left:auto;
	margin-right:auto;
	padding-top:1px;
}
	
	.header_logo
	{
		width:150px;
		height:51px;
		margin-left:14px;
		margin-top:2px;
		float:left;
		display:block;
		color:black;
		text-decoration:none;
	}
	
	.header_logo:hover
	{
		color:#a8dc40;
	}
	
		.header_logo_image
		{
			float:left;	
		}
		
		.header_logo_text
		{
			font-weight:300;
			margin-top:3px;
			margin-left:5px;
			font-size:24px;
			float:left;
			text-transform:uppercase;
		}
	
	.header_menu
	{
		width:796px;
		height:48px;
		float:left;
	}

	.header_menu_list
	{
		list-style-type:none;
		text-align:right;
		margin:5px 0px 0px 0px;
		padding:0px;
		font-size:24px;
		font-weight:300;
		text-transform:uppercase;
	}
	
	.header_menu_list li
	{
		display:inline;
		margin-left:0.5em;
	}
	
	.header_menu_list li a
	{
		color:black;
		text-decoration:none;
	}
	
	.header_menu_list li a:hover
	{
		color:#a8dc40;
		
	}

.content
{
	background-image:url(images/content.png);
	background-repeat:repeat-y;
	width:924px;
	height:auto;
	padding:1px 30px 15px 30px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}

.footer
{
	background-image:url(images/footer.png);
	width:984px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
}

.copyright
{
	margin-top:0em;
	text-align:center;
	color:gray;
	font-size:0.7em;
}
