@charset "UTF-8";
body {
	background: url(images/texture.jpg) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.5em;
}

h1, 
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #18589F;
}

h1 {
	font-size: 1.3em;
}

h2 {
	font-size: 1.2em;
}

a,
a:link,
a:visited,
a:active,
a:hover {
	text-decoration: none;
	color: #18589F;
}

a:hover {
	text-decoration: underline;
}


img.header {
	position: absolute;
	top: 0;
}

.resource {
	overflow: auto;
	margin-bottom: 10px;
}

.resource img {
	float: left;
	margin-right: 5px;
}

#container {
	background-color: white;
	width: 770px;
	margin-left: 30px;
	margin-top: 190px;
}

div#top {
	background: url(images/texture_topright.jpg) no-repeat top right;
}

div#left {
	background: url(images/texture_botleft.jpg) no-repeat bottom left;
	padding: 15px 0 0 15px;
}

div#bottom {
	background: url(images/texture_botrpt.jpg) repeat-x bottom;
}

div#right {
	background: url(images/texture_botright.jpg) no-repeat bottom right;
}

div#rightt {
	background: url(images/texture_rightrpt.jpg) repeat-y right;
	padding: 0 15px;
}

div#content {
	position: relative;
	left: -15px;
	top: -15px;
	padding: 60px 5px 20px 5px;
}

div#menu {
	margin-bottom: 20px;
}

div#menu h1 {
	display: inline;
	margin-right: 30px;
}

div#menu h1 a,
div#menu h1 a:link,
div#menu h1 a:visited,
div#menu h1 a:active {
	text-decoration: none;
	color: #18589F;
}

div#menu h1 a:hover {
	text-decoration: underline;
}

div#menu h1 a.selected {
	text-decoration: underline;
}

div#footer {
	margin-top: 30px;
	font-size: .7em;
}

div#footer a,
div#footer a:link,
div#footer a:visited,
div#footer a:active {
	color: black;
}

.quote {
	overflow: auto;
	margin-bottom: 20px;
}

.quote span {
	padding: 3px;
	line-height: 1.8em;
	background-color: #1FA7AE;
	color: white;
	font-weight: bold;
}

.quote small {
	margin-top: 5px;
	float: right;
	font-size: .7em;
	line-height: 1.5em;
	
}

.buy {
	margin-bottom: 10px;
	overflow: auto;
}

.buy p {
	font-weight: bold;
}

.buy h1 {
	font-size: 1.4em;
	color: black;
}

.buy h1.price {
	color: #D70D0D;
	font-weight: bold;
}

.buy img {
	float: left;
	margin-right: 10px;
}
