@charset "UTF-8";
body {
	background-image: url(images/bkg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#pagewrapper {
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#branding {
	text-align: center;
	padding-top: 15px;
	position: relative;
	height: 365px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#easel {
	position: absolute;
	bottom: 0px;
	right: 320px;
}
#menu {
	position: absolute;
	right: 142px;
	width: 136px;
	text-align: left;
	top: 231px;
}

#menu ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}

#menu li {
	padding-bottom: 1px;
	margin: 0px;
	
}

#menu a {
	text-decoration: none;
	color: #7E7672;
}

#menu a:link {
	text-decoration: none;
	color: #7E7672;
}

#menu a:visited {
	text-decoration: none;
	color: #7E7672;

}

#menu a:hover {
	background-color:#FFFFFF;
	background-image: url(images/bullet-splatter2.gif);
	margin-left: -25px;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left center;
}
#menu a:active {
	text-decoration: none;
	color: #7E7672;
}
#titleColumn {
	float: left;
	width: 145px;
	padding-top: 60px;
	font-size: 1.3em;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/splatter2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 50px;
	text-align: right;
	margin-top: 15px;
}
#contentContainer {
	padding-left: 80px;
	float: left;
}
#textColumn {
	float: left;
	width: 270px;
	margin-left: 34px;
	padding-top: 76px;
	color: #FFFFFF;
}
#thumbColumn {
	float: right;
	width: 280px;
	clear: right;
	padding-top: 76px;
	color: #FFFFFF;
	margin-left: 40px;
}
#footer {
	clear: both;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p.title {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}
#textColumn a:link {
	color: #C9FFF9;
	text-decoration: none;
}
#textColumn a:visited {
	color: #C9FFF9;
	text-decoration: none;
}
#textColumn a:hover {
	color: #C9FFF9;
	text-decoration: underline;
}
#textColumn a:active {
	color: #C9FFF9;
	text-decoration: none;
}
