@charset "UTF-8";
/* CSS Document */

h1 {font-size: 18pt;}
h2 {font-size: 14pt; margin-top:10px;}
h3 {font-size: 10pt; margin-top:10px;}
h4 {font-size: 9pt;}


/* images and misc. */

/*img{ border: none; padding: 6px; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px; }
img.right{ float: right; border: none; padding: 6px; }*/

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}
	
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #003398;
	font-weight: normal;
	clip: rect(auto,auto,auto,auto);
	line-height: normal;
	letter-spacing: 0.1em;
	padding-right: 3px;
	padding-left: 3px;
}
.charlie {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	padding-right: 3px;
	padding-left: 3px;
	word-spacing: normal;
	letter-spacing: normal;
}
.tour_bg {
	background-image: url(../imgs/charlie_tour.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #333333;
	padding-right: 10px;
	padding-left: 10px;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCCCCC;
}
.quoteBlue {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #003399;
	padding-right: 10px;
	padding-left: 10px;
}
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
	}