/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background: white;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	color: black;
}

img .title {
	width: 500px;
	height: 150px;
}

#swirl {
	margin: 0px;
	padding: 0px;
	background: url(images/swirl.gif) no-repeat;
}

#info {
	margin-left: 600px;
}

h1 {
	color: #000;
}

a {
	color: #F1AD28;
	outline: none;
	border: none;
	border-style: none;
	text-decoration: none;
}

img {
	border: none;
}

p {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

table {
	border: none;
	padding: 0px;
	height: 200px;
}
tr{
	padding: 0;
	margin: 0;
}
td {
	padding: 1px;
	margin: 0;
}
#thumbbox {
margin-left: 350px;
width: 400px;
height: 213px;
overflow: auto;
}

#footer {
	text-align: center;
	margin: 10px;
}

a#fresh {
	font-family: "Palatino Linotype","Book Antiqua", Serif; 
	font-size: 10pt;
	font-variant: small-caps;
	letter-spacing: 0.08em;
	color:#1D4840;
	text-decoration: none;
}

#footer a#fresh:hover {
	color: Green;
}