/* ============ HTML STYLING ============= */

* {
	margin: 0;
	padding: 0;
}

body {
background: #840a0a url(images/bg.jpg) repeat;
font-family: "Trebuchet MS" Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #333;
}

a {
text-decoration: none;
color: #F58220;
}
a:hover {
text-decoration: underline;
color: #111;
}

/* ============ DIVS & CLASSES ============= */

#wrap {
position: relative;
margin: 0 auto;
width: 780px;
background: #fff;
}

	#header {
	position: static;
	height: 184px;
	width: 780px
	}

	#menu {
	position: static;
	height: 30px;
	width: 780px;
	line-height: 30px;
	background: #666666;
	}
		#menu ul {
		list-style-type: none;
		padding-left: 20px;
		}
		#menu ul li {
		display: block;
		float: left;
		}
		#menu ul li a {
		padding: 0 20px 0 0;
		text-decoration: none;
		font-weight: 100;
		font-size: 14px;
		color: #fff;
		}
		#menu ul li a:hover {
		color: #fff;
		text-decoration: none;
		}

	#content {
	position: static;
	width: 740px;
	padding: 0 20px 20px 20px;
	}

		.left {
		float: left;
		width: 520px;
		text-align: left;
		}

			.left h2 {
			font-size: 18px;
			font-weight: 100;
			color:#006600;
			padding: 15px 0 7px 0;
			}
			.left h2 a {
			text-decoration: none;
			color: #4174B4;
			}
			.left h2 a:hover {
			color: #111;
			}

			.left h1 {
			font-size: 12px;
			color: #999999;
			padding: 7px 0 0px 0;
			}


		.right {
		float: right;
		width: 200px;
		margin-top: 10px;
		background: #339933;
		}
			.right h2 {
			margin: 10px 0 0 0;
			padding-left: 10px;
			height: 28px;
			line-height: 28px;
			color: #fff;
			font-size: 13px;
			background: #006600;
			}
			.right ul {
			padding: 10px 0 15px 20px;
			list-style-type: square;
			}
			.right ul li a {
			color: #fff;
			text-decoration: none;
			font-size: 13px;
			font-weight: 100;
			}
			.right ul li a:hover {
			color: #fff;
			font-weight: 600;
			}

	#footer {
	height: 20px;
	line-height: 20px;
	background: #666666;
	text-align: center;
	font-size: 11px;
	color: #fff;
	}
	#footer a { color: #fff; }







