	* {
		margin: 0;
	}
	
	html, body {
		font:10pt "Helvetica Neue", Arial, Sans-Serif;
		background: url(images/header.png);
		background-repeat: repeat-x;
		background-color: white;	
	}
	
	.wrapper {
		min-height: 100%;
		height: auto !important;
		height: 100%;
		margin: 0 auto 0px;
		width:949px;
		text-align: center;
	}


	.copyright {
		font:8pt Helvetica, Arial, Sans-Serif;
		padding-top: 10px;
		padding-left: 10px;
		text-align: left;
		color: #696969;
	}


	#flashcontent {	
		width: 929px;
		height: 443px;
	}

	
	#logo {
	float: left;
	display: block;   
	background: url(images/logo.png) no-repeat top;
	width: 245px;   
	height: 62px;  
	}


	.collection {
	float: right;
	display: block;   
	font-family: "Adobe Garamond Pro", serif;
	font-size: 20px;
	color: black;
	text-decoration: none;
	font-variant: small-caps;
	font-weight: 200;
	padding-top: 40px;
	margin-right: 10px;
	}
	
.collection a         { color: black; text-decoration: none; border-style: none; }
.collection a:link    { color: black; text-decoration: none; }
.collection a:visited { color: black; text-decoration: none; }
.collection a:hover   { color: gray; text-decoration: none; }
.collection a:active  { color: gray; text-decoration: none; }

	.signup {
	float: left;
	display: block;   
	font-family: "Adobe Garamond Pro Italic", "Arial Italic", "Helvetica Neue Light", serif;
	font-size: 20px;
	color: black;
	font-style: italic;
	text-decoration: none;
	font-variant: small-caps;
	font-weight: 200;
	padding: 10px 0px 0px 10px;
	}
	
.signup a         { color: black; text-decoration: none; border-style: none; }
.signup a:link    { color: black; text-decoration: none; }
.signup a:visited { color: black; text-decoration: none; }
.signup a:hover   { color: gray; text-decoration: none; }
.signup a:active  { color: gray; text-decoration: none; }

#content {	
		width: 939px;
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 0px;
		padding-bottom: 10px;
		text-align: left;
	}
	
.main {
	width: 900px;
}	

td {
	width: 33.3%;
	vertical-align: top;
	padding-right: 10px;
}

	
	p {
		text-decoration: none;
		color: black;
		font-family: "Adobe Garamond Pro", serif;
		font-size: 1em;
		font-style: normal;
		font-weight: 200;
		line-height: 1.2em;
		letter-spacing: 0.09em;
		text-align: left;
	}
	
	p.lnk {
	clear:both;
	padding-left:10px;
	}

p a         { color: black; text-decoration: none; border-style: none; }
p a:link    { color: black; text-decoration: none; }
p a:visited { color: black; text-decoration: none; }
p a:hover   { color: gray; text-decoration: none; }
p a:active  { color: gray; text-decoration: none; }

	.h1 {
		color: black;
		font-family: "Adobe Garamond Pro", serif;
		font-size: 20px;
		font-weight: 100;
		font-variant: small-caps;
		text-align: left;
	}
	

ul.dropdown {
	position: relative;
	z-index: 597;
}

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;	/* required to stop list indenting*/
}

ul.dropdown ul {
	visibility: hidden;
	position: absolute;
	z-index: 598;
}

ul.dropdown li:hover ul {
	visibility: visible;
}


ul.dropdown li.hover,
ul.dropdown li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
}
/* Styles for Menu Items */
	
ul.dropdown li {			/* Menu title*/
	width:140px;
	font-family: "Adobe Garamond Pro", serif;
	text-align:center;
	display: block;
	text-decoration: none;
	color: black;
	
}

ul.dropdown ul li {			/* menu item*/
	width:140px;			/* size matched to Menu title box width*/
	font-family: "Adobe Garamond Pro", serif;
	font-size: 15px;
	font-weight: normal;
	border-style: solid;	/* Border for menu items */
	border-width: 1px 1px 1px 1px;
	border-color: white #d9d9d9 #d9d9d9 #d9d9d9;
	background-color: white;
	color: #000000;
	padding: 5px;
}

/* List Title */
.lt {
	font-family: "Adobe Garamond Pro", serif;
	font-size: 20px;
	font-variant: small-caps;
	display: block;
	text-decoration: none;
	color: black;
	font-weight: 100;
	padding: 40px 0px 0px 0px;
	margin-bottom: -2px;
	border-style: none;
	}

.dropdown a         { color: black; text-decoration: none; border-style: none; }
.dropdown a:link    { color: black; text-decoration: none; }
.dropdown a:visited { color: black; text-decoration: none; }
.dropdown a:hover   { color: gray; text-decoration: none; }
.dropdown a:active  { color: gray; text-decoration: none; }


/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block; } /* End dropdown */
