/* CSS Basic Document */
body
{
margin:0px auto;
padding:0px;
background-color:#333333;
}

/* CSS Text Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #5C5C5C;
	text-decoration: none;
}
.menu_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 26px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #5C5C5C;
	text-decoration: none;
}
.menu_link:hover
{
color:#C70202;
text-decoration:none;
}
.bottom_link {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	background-color:inherit;
	text-decoration: none;
}
.bottom_link:hover
{
color:#C6C6C6;
text-decoration:underline;
background-color:inherit;
}
.white_text
{
color:#FFFFFF;
text-decoration:none;
background-color:inherit;
}
.body_link
{
color:#5C5C5C;
text-decoration:underline;
background-color:inherit;
}
.body_link:hover
{
text-decoration:none;
color:#212121;
background-color:inherit;
}
h1,h2,h3,h4,h5,h6 {
z-index: 10;
}


h1 {
	font-size: 2.5em;
	margin: 0.1em 0 0 0.2em;
	font-weight: normal;
}


#header, #navbar, #navbar-bottom, #main, #footer {
	width: 734px;
	padding: 0 10px 0 10px;
	margin: auto;
}

#header {
	background: #ffffff url('images/header.jpg') top no-repeat;
	height: 46px;
	margin-top: 5px;
	padding-top: 20px;
}

#navbar {
	background: #ffffff url('images/navbar.jpg') top repeat-x;
	height: 25px;
	text-align: center;
	padding-top: 3px;
}


#navbar-bottom {
	background: #880200;
	height: 28px;
	text-align: center;
}


#main {
	background: #fff6df url('images/main.jpg') top repeat-x;
	padding-top: 10px;

}

#main #frontpage td {
	width: 33%;
	vertical-align: top;
	text-align: center;
}

#main #frontpage p {
	text-align: left;
}

#main #main-content .col-1 {
	width: 400px;
	vertical-align: top;
	padding: 10px 10px 10px 10px;
}

#main #main-content .col-2 {
	width: 280px;
	vertical-align: top;
	padding: 10px 20px 10px 20px;
	text-align: center;
}

#footer {
	
}

.intpage-flag {
	float: right;
	margin: 10px;
}

.book-quotes1 {
	color: #44aa00;
}

.book-quotes2 {
	color: #aa4444;
}

.book-quotes3 {
	color: #2244aa;
}