/*
Add Special Font
@font-face {
font-family: "Maiandra GD";
src: url("fonts/maian.ttf")
}
*/
body
{
	margin: 0;
	padding: 0;
	color: #F5F5F5;
	background-color: #2D2D2D;
 	font-size: 12px;
	font-family: Arial;
}

	#container
	{
		margin: auto;
		padding: 0px;
		width: 100%;
		height: 100%;
		text-align: center;
		color: #000000;
	}
				
		#nav
		{
			margin: 0px;
			padding: 0px 20px 0px 20px;
			width: 100%;
			height: 15px;
			text-align: right;
			background-color: #1E1E1E;
		}
		
		#body
		{
			margin: 0px;
			padding: 0px;
			width: 100%;
			height: 100%;
			text-align: left;
		}

				
		#footer
		{
			margin: 0px;
			padding: 0px;
			width: 100%;
			text-align: left;
			border-bottom: 15px solid #1E1E1E;
		}

		td
		{
		 	font-size: 12px;
			font-family: Arial;
		}
		
		a, a:visited
		{
			font-weight: bold;
			text-decoration: none;
			color: #9CBA56;
			background-color: transparent;
		}
		
		a:hover
		{
			font-weight: bold;
			text-decoration: underline;
			color: #9CBA56;
			background-color: transparent;
		}
		
		a.footer, a.footer:visited, a.footer:hover
		{
			font-weight: normal;
			text-decoration: underline;
			color: #999999;
			background-color: transparent;
		}
				
		p
		{
			margin: 0px;
			text-align: left;
			color: #F5F5F5;
			background-color: transparent;
		}
		
		p.center
		{
			margin: 0px;
			text-align: center;
			color: #F5F5F5;
			background-color: transparent;
		}
		
		p.right
		{
			margin: 0px;
			text-align: right;
			vertical-align: middle;
			color: #F5F5F5;
			background-color: transparent;
		}
		
		p.bold
		{
			margin: 0px;
			text-align: left;
			font-weight: bold;
			color: #F5F5F5;
			background-color: transparent;
		}
		
		p.footer
		{
			margin: 0px;
			text-align: center;
			color: #999999;
			background-color: transparent;
		}
		
		h1
		{
			margin: 0px;
			text-align: left;
			font: 100 16px Arial;
			font-weight: bold;
			color: #F5F5F5;
			background-color: transparent;
		}
		
		h2
		{
			margin: 0px;
			text-align: left;
			font: 100 14px Arial;
			font-weight: bold;
			color: #9CBA56;
			background-color: transparent;
		}
		
