﻿/* Style sheet for Bangor Christian Bookshop */
h1, h2, h3, h4, h5 { margin-bottom: 0; padding-bottom: 0; }
h1 { font-size: xx-large; }
h2 { font-size: x-large; }
h3 { font-size: large; }
h4 { font-size: medium }
a:link, a:visited, a:active, a:hover { color: #00f; }
a:hover, a:focus  { color: black; }
a.current { color: #000000; font-weight: bold; font-style: italic; }
a.cy, a.en { text-decoration: none; display: block; }
a.cy:hover { color: #00cc00; }
a.en:hover { color: #cc0000; }
a.fn { color: #000; text-decoration: none; }
em { font-weight: bold; }
body { margin: 0; padding: 0; color: #000000;	
				font-family: Verdana, Helvetica, Arial, sans-serif; font-size: medium; }
#wrapper { position: relative; text-align: left; border-bottom: 3px solid #aaa;
	margin-top: 10px; margin-right: auto;	margin-left: auto; width: 800px; 
 border-bottom: 3px solid #aaa; }
#header { width: 800px; height: 180px; border: 2px solid #cc0000; 
		background: url(images/header2.gif) no-repeat right; margin-top: 20px; }
#navigation { font-size: large; margin: 0; padding: 0; float: left; width: 150px; 
			line-height: 200%; }
#navigation ul { list-style: none; margin 0;padding: 0; }
#navigation li { margin: 0; padding: 0; border-bottom: 2px solid #aaa; }
#navigation li a:link, #navigation li a:visited { padding: 0.4em 0 0.4em 0.5em;
	display: block;	font-size: 90%;	background-color: #fff;	color: #c51617;
	text-decoration: none; }
#content { float:	right; width: 600px; line-height: 150%; padding-top: 10px; }
#announce { padding-top: 20%; font-size: large; }
#footer {	clear: both; padding: 1em 0 1em 0; text-align: center; font-size: small; 
			border-top: 2px solid #aaa;}
