@charset "utf-8";
/* CSS Document */
* {margin:0; padding:0; font-family:"Tahoma", Geneva, sans-serif;}
img{border:0;} 

body {
	font-size:12px;
	color:#2b2b2b;
}
#container {
	width:1004px;
	margin:0 auto;
}
#main_content {
	float:left;
	width:981px;
}
#flash {
	height:261px;
}
#menu {
	height:80px;
	background:#2b2b2b url(images/menu-bg.gif) right no-repeat;
}
#menu ul {
	list-style:none;
	font-size:16px;
	text-transform:uppercase;
	padding:0 0 0 10px;
}
#menu ul li {
	padding:30px 10px 0 10px;
	float:left;
}
#menu ul li a {
	color:#fff;
	text-decoration:none;
}
#menu ul li a:hover {
	color:#ff5f01;
}
#menu_spacer {
	background:#fff url(images/menu-spacer.gif) right no-repeat;
	height:21px;
	clear:left;

}
#left_column {
	float:left;
	width:730px;
}
#left_column h2 {
	font-weight:100;
	font-size:16px;
	color:#ff5f01;
	display:block;
	margin:20px 0;
	text-transform:uppercase;
}

#left_column h1 {
	font-weight:100;
	font-size:16px;
	color:#ff5f01;
	display:block;
	margin:20px 0;
	text-transform:uppercase;
}

#left_column p {
	margin:0 0 10px 0;
}

#left_column a {
	color: #e86717;
	text-decoration: none;
}

#left_column a:hover {
	color: #000000;
	text-decoration: underline;
}

#right_column {
	float:right;
	width:238px;
}

#edge {
	background:url(images/edge.gif) no-repeat;
	width:22px;
	height:341px;
	float:left;
}

#footer {
	width:981px;
	margin:50px auto 0 auto;
	border-top:1px solid #ccc;
	color:#5f5f5e;
	font-size:11px;
	text-transform:uppercase;
}
#footer p{
	margin:10px 0;
}
#footer a{
	text-decoration: none;
	color:#393939;
}
#footer a:hover {
	color: #ff6600;
}

.clear {
	clear: both;
}
