/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
border: 0;
font-family: "Helvetica","Arial",sans-serif;
font-size:11px; 
color:#660000;
}

body {
	text-align:center;
background:url(../images/gradient.png);
background-repeat:repeat-x;
}

.clear {clear:both;}

h1 {
	margin-bottom:10px;
}

p, ul, table {
	margin-bottom:10px;
}

li {margin-left:15px;}

a img {border:none;}

#header{position:absolute;
        top:15px;
        width:100%;
	    height:50px;
	    text-align:center;  
}

#full {width:100%;
}

#body{position:absolute;
      top:250px;
      width:100%;
}

#backingindex {
         height:450px;
         background-image:url(../Images/background.jpg);
		 border:1px solid #990000;
}

#content{text-align:left;
		 margin-left:5px;
		 margin-top:10px;}

#menu{position:absolute;
      width:100%;
      top:155px;
	  height:50px; 
}

#menu a
{
float: left;
width: 68px;
height: 30px;
padding: 3px 1px 2px 2px;
background: #990000;
text-indent: 6px;
border-style: solid;
border-color: #CC9933;
border-width: 1px;
font-size: 8pt;
font-weight: normal;
color: #FFFFFF;
text-decoration: none;
margin: 0px 0px 0px 1px
}

.center {text-align:center;}

#menu a:hover
{
color: #FCF6E9;
background-color: #CC9933;
border-color: #990000;
}

#address {position:absolute;
          width:100%;
          top:195px; 
		  font-size:11px;
          font-weight:bold;
		  padding-top:8px;
}

#footer {position:absolute;
        top:720px;
		width:100%;
	    height:70px;
	    text-align:center;
		margin:0 auto;
}

#footer p {font-size:11px;}

.imageleft {float:left;
            margin:5px 5px 5px 0px;
}

.imageright {float:right;
             margin:5px 0px 5px 5px;
}

a
{
font-weight: normal
}

a:link {color: #CA1C1C; text-decoration: none}
a:visited {color: #CA1C1C; text-decoration: none}
a:hover {color: #CA1C1C; text-decoration: underline}
a:active {color: #CA1C1C; text-decoration: none}

img {margin: 2px 2px 2px 2px}

h1 {font-size:14px;
    font-weight:bold;
	text-align:center;
}

.quote {
font-size:14px;
font-weight:bold;
}

.menu {
text-align:center;
font-size:11px;
font-weight:bold;
border: 1px solid #990000;
width:350px;
}

.book_left {
float:left;
width:50%;
margin-top:10px;
font-weight:bold;
font-size:1.1em;
}

.book_right {
float:right;
width:40%;
margin-left:20px;
}

.clear {
clear:both;
}