* {
	margin: 0;
	padding: 0;
	border: none;
}

blockquote {
	margin-left: 25px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-align: center;
	background-color: #eee;
}

h1 {
	display: none;
}

h2 {
	font-size: 1.5em;
	color: #369;
	font-weight: normal;
	margin-bottom: 1.5em;
	margin-top: 0.75em;
	line-height: 1em;
}

h3 {
	color: #369;
	font-weight: normal;
	font-size: 1.2em;
	margin-bottom: 1em;
	margin-top: 1.5em;
}

strong {
	font-weight: bold;
	color: #369;
}

a:link, a:visited {
	color: #369;
	text-decoration: underline;
}
	
a:hover {
	text-decoration: none;
}

#top {
	height: 21px;
	background:url(../img/top.gif)
}

#container {
	margin: 15px auto;
	width: 770px;
	text-align: left;
	color: #666;
	background-image: url(../img/middle.gif);
	background-repeat: repeat-y;
	background-color: #fff;
}

#bottom {
	height: 21px;
	background: url(../img/bottom.gif)
}

img#title {
	float: right;
	margin-right: 30px;
	margin-top: 10px;
	margin-bottom: 25px;
}

ul#nav {
	list-style-type: none;
	clear: both;
	text-align: right;
	margin-right: 30px;
	margin-bottom: 20px;;
	color: #369;
}

ul#nav li {
	display: inline;
	margin-left: 1.5em;
}

#content {
	margin-left: 30px;
	margin-right: 30px;
	color: #444;
	line-height: 2.2em;
	font-size: 0.9em;
}

#content a:link, #content a:visited {
	color: #444;
}

#content p {
	margin-bottom: 2em;
}

#content ul {
	list-style-type: disc;
	margin-left: 2em;
	margin-bottom: 2em;
}

#footer {
	padding-top: 8px;
	padding-bottom: 3px;
	text-align: center;
	clear: both;
	font-size: 0.85em;
	border-top: dotted 1px #aaa;
	margin-left: 30px;
	margin-right: 30px;
}

#footer li {
	display: inline;
	margin-left: 1em;
	margin-right: 1em;
}

#basket {
/*	float: left;
	height: 50px;*/
	font-size: 0.8em;
	line-height: 1.5em;
	margin-left: 30px;
	margin-top: 10px;
}

#basket .details {
	padding-left: 47px;
}

.spacer {
	clear: both;
}

img.pdf-image {
	float: left;
	margin-top: 7px;
	margin-right: 15px;
	margin-bottom: 15px;
}

img.basket-image {
	float: left;
	margin-right: 15px;
}

.box {
	float:right;
	width: 200px;
	margin-left: 20px;
	margin-bottom: 15px;
}
.box-top {
	height: 6px;
	font-size: 0;
	background: url(../img/boxtop.gif);
}
.box-middle {
	background-image: url(../img/boxfade.gif);
	background-repeat: repeat-x;
	border-left: solid 1px #aaa;
	border-right: solid 1px #aaa;
	padding-left: 8px;
	padding-right: 8px;
}
.box-bottom {
	height: 6px;
	font-size: 0;
	background: url(../img/boxbottom.gif);
}
#content .box p {
	margin-bottom: 1.5em;
}

.noFoot {
	margin-bottom: 0;
}

.noHead {
	margin-top: 0;
}
