a {
	color: #6b6349;
}

body {
	background-color: #000;
	margin: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #000;
}

div.Lefty {
	float: left;
	width: 230px;
}

div.Menu ul {
	list-style: none;
	margin: 0;
}

	div.Menu ul li {
		display: table-cell;
		padding: 0 0 0 23px;
		background: no-repeat left bottom;
		cursor: pointer;
		white-space: nowrap;
	}
	
		div.Menu ul li a {
			display: block;
			text-decoration: none;
			position: relative;
			background: no-repeat right bottom;
			margin: 0 -23px 0 0;
			color: #6b6349;
			padding: 0 40px 0 0;
			height: 25px;
			line-height: 25px;
		}
		
	div.Menu ul li:hover {
		background-position: center left;
	}
	
		div.Menu ul li:hover a {
			background-position: center right;
		}
			
div.Menu,
#Footer {
	background-color: #d7d7d7;
}

div.RibbonWrapper {
	background: #fff url(/images/ribbon_bot.png) no-repeat bottom;
	margin: 4px -24px;
}

	div.RibbonWrapper div.Ribbon {
		background: url(/images/ribbon_top.png) no-repeat;
		padding: 16px 11px;
	}

	div.RibbonWrapper div.Ribbon:after {
		content: "";
		clear: both;
		display: block;
		visibility: hidden;
	}

div.Righty {
	width: 470px;
	float: right;
}

embed {
	display: block;
}
		
h1 {
	margin: 0;
	width: 100%;
	height: 130px;
	position: absolute;
	top: 93px;
	left: 0;
	background-position: center;
	background-repeat: no-repeat;

}

	h1 span {
		display: none;
	}

h2,
h3,
h4 {
	margin-bottom: 9px;
	margin-top: 20px;
	font-family: "Palatino Linotype", Palatino, "Book Antiqua", "Times New Roman", serif;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.1em;
}

h2.TopHeading,
h3.TopHeading,
h4.TopHeading {
	margin-top: 0;
}
	
html {
	font-size: 10px;
}

p {
	margin: 0 0 10px;
	line-height: 1.1em;
}

.SmallText {
	font-family: Arial, san-serif;
	font-size: 0.75em;
	line-height: normal;
}

#Bottom {
	background: url(/images/bg_content_bot.png) bottom no-repeat;
}

#Breadcrumbs {
	font-family: Arial;
	font-size: 0.75em;
	margin-bottom: 17px;
}

#Container {
	background: url(/images/bg_bot.png) repeat-x bottom;
}

#ContainerWrapper {
	background: #f8f8f1 url(/images/bg_top.png) repeat-x top;
}

#Content {
	min-height: 230px;
	background-color: #ede8e5;
	padding: 24px;
}

#Content:after {
	display: block;
	content: "";
	visibility: hidden;
	clear: both;
}

#ContentWrapper {
	width: 772px;
	margin: 0 auto;
	padding: 75px 0 74px;
	position: relative;
	background: url(/images/logo.png) no-repeat center 20px;
}

#Footer {
	padding: 10px;
	text-align: center;
}

#Header {
	height: 33px;
	background: url(/images/header_repeat.png) repeat-x;
}

	#Header fieldset {
		padding: 0;
		margin: 0;
		border: none;
	}
	
		#Header fieldset legend {
			display: none;
		}

	#Header #Center {
		padding-top: 5px;
	}

	#Header #Left {
		width: 190px;
		height: 33px;
		background: url(/images/header_left.png) no-repeat;
		float: left;
	}
	
	#Header #Right {
		width: 190px;
		height: 33px;
		background: url(/images/header_right.png) no-repeat;
		float: right;
	}

#MenuBottom ul {
	padding: 0 40px 14px;
	height: 25px;
}

	#MenuBottom ul li {
		background-image: url(/images/tab_bot_left.png);
	}
	
		#MenuBottom ul li a {
			background-image: url(/images/tab_bot_right.png);
			line-height: 21px;
		}

#MenuTop {
	height: 180px;
	background-image: url(/images/bg_content_header.png);
	background-repeat: no-repeat;
}

	#MenuTop ul {
		padding: 155px 30px 0;
	}
	
		#MenuTop ul li {
			background-image: url(/images/tab_top_left.png);
		}
		
			#MenuTop ul li a {
				background-image: url(/images/tab_top_right.png);
			}
			
#Search {
	position: absolute;
	top: 90px;
	left: 15px;
	z-index: 1;
	width: 118px;
	height: 21px;
	background: url(/images/search_bg.png) no-repeat left top;
	padding: 3px 7px 0;
}

	#Search #SearchInput {
		border: 0;
		width: 118px;
		background-color: transparent;
		padding-right: 3px;
	}

#Top {
	background: url(/images/bg_content_top.png) top no-repeat;
}
