body {
	font-size:75%; font-family: Arial,"Helvetica Neue", Helvetica, sans-serif;
	margin: 0px;
	
	background: url(../i/page_tile.png) repeat-x;
	background-color: #013473;
}

#page {
	width: 780px;
	background: url(../i/page_bg.png) repeat-y;
	margin: 0 auto 0px;
} 
#topheader { 
	width: 780px; 
	height: 122px; 
	margin: 0 auto; 
}

#topbook {
	width: 780px;
	height: 50px;
}

#container {
}

#navigation {
	float: left;
	width: 165px;
	padding: 10px;
}

#listnav ul{
	list-style-type: none;
	margin-left: 0px;
	left: 0px;
	padding-left: 1px;
	margin-top: 0px;
}

#navigation h1{
	font-size: 1.35em;
	font-weight: bold;
	color: #FFFFFF;
	_margin-top: 5px;
	line-height: 1.5em;
}
#navigation form {
	line-height: normal;
	font-size: 0.9em;
	color: #824E00;
	margin-bottom: 10px;
}
#navigation form input {
	font-size: 0.9em;
	margin-top: 5px;
	border: 1px solid #003366;
}

#content {
	float: right;
	width: 535px;
	padding: 20px 30px;
	_padding: 10px 25px 20px;
}
#content h1 {
	font-size:2em;/*margin-bottom:0.5em;*/
	color: #CC6600;
	margin-bottom: .25em;
}
#content h2 {
	font-size:1.5em;/*margin-bottom:0.75em;*/
	color: #003366;
	margin-bottom: .35em;
}
#content h3 {
	font-size:1.2em;
	line-height:1;/*margin-bottom:1em;*/
	margin-bottom: 0.35px;
}
#content h4 {font-size:1.1em;line-height:1.25;height:1.25em;/*margin-bottom:1.25em;*/}
#content p {margin-bottom:1.5em;line-height:1.5;}
#content li ul, li ol {
	margin:0 1.5em 0px;
}
#content li {
	margin-bottom: .5em;
	line-height: 1.25em;
}

#content ul, ol {
	margin:0 1.5em 1.5em;
	padding-left: 2em;
}
#content ul {list-style-type:disc;}
#content ol {list-style-type:decimal;}
#content a {color: #cc6600;}
#content a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #CC6600;
	padding-right: 3px;
	padding-left: 3px;
}
#content .imghero {
	margin-bottom: 10px;
}
#content .imgleft {
	margin: 0px 10px 0px 0px;
	float: left;
}
#content .imgright {
	margin: 0px 0px 0px 10px;
	float: right;
}
#content #sidearea {
	float: right;
	padding: 5px 5px 0px;
	margin-left: 10px;
	width: 200px;
}
#content #bookbuttons {
	margin-bottom: 5px;
}
#content #bookbuttons ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#content #bookbuttons li {
	padding: 0px 0px 5px 0px;
	margin: 0px;
	display: block;
}
#content #bookbuttons a:hover {
	color: none;
	text-decoration: none;
	background: none;
	padding-right: 0px;
	padding-left: 0px;
}
#content #latestnews {
	width: 190px;
	padding: 5px 5px 0px;
	font-size: 0.95em;
	border: 1px solid #CCCCCC;
	color: #666666;
	margin-bottom: 10px;
}
#content #latestnews h4 {
	font-size: 1.5em;
	color: #003366;
}
#content #latestnews p {
	line-height: 1.2em;
	margin-bottom: 0.5em;
}
#content #latestnews .latestnewsstory {
	margin-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
}
#content #latestnews .latestnewsdate {
	color: #C67700;
}
#content #latestnews .latestnewslink {
	width: 100px;
}
#content #latestnews a {
	color: #666666;
	float: right;
	clear: both;
}
#content #latestnews a:hover {
	color: #FFFFFF;
}

#clear {
	clear: both;
}


#footer {
	line-height: 20px;
	color: #333333;
	text-align: center;
	background: url(../i/footer.png) repeat-x;
	clear: both;
	height: 80px;
	padding-top: 20px;
	border-bottom: 1px solid #666666;
	border-top: 1px solid #666666;
} 
#footer a {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

.captionText {
	text-align: center;
	font-size: 10px;
	padding: 4px;
}

.imageDisplay {
	margin: 0px 5px 5px 5px;
	float: left;
}

#content_photo {
	float: right;
	width: auto;
	padding: 0px;
}

.formBG {
	width: 530px;
	margin-bottom: 5px;
}

.formBG .image {
	width: 150px;
	float: left;
	padding-top: 5px;
	text-align: center;
}

.formBG .text {
	width: auto;
	padding: 5px;
	float: right;
}

.formBG .price {
	float: right;
	font-weight: bold;
	padding: 0px 5px 5px 5px;
	color: #CC6600;
}

.clear {
	clear: both;
}