body { 
	background-image:url(images/bg.jpg);
	background-repeat: repeat;
	text-align:center;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #333;
	margin: 0 auto;
}

img {
    border: none; 
    vertical-align:bottom; /*fixes an IE bug*/
    behavior: url("pngbehavior.htc");
}
img.alignleft, img.alignright, img.centered { border: 3px #f5f5f5 solid; }


/* h1 and h2 are the same, except h2 has no bottom border. */
/* h3 is for subtitles. */
/* h4 and h5 are smaller than <p> for mini lines, and h5 is all caps */


h1 { /* Blog Title, all caps */

	font-family: ÔPalatino LinotypeÕ, ÔBook AntiquaÕ, Palatino, serif;
	font-size: 1.7em;
	border-bottom: thin solid gray;
	color: #363636;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding:0px;
	margin:0px;
}

h2 { /* Other Title, all caps */
	font-family: ÔPalatino LinotypeÕ, ÔBook AntiquaÕ, Palatino, serif;
	font-size: 1.7em;
	color: #363636;
	letter-spacing: 2px;
	text-transform: uppercase;
}

h3 { /* Non caps largish with a little red square*/
	font-family: ÔPalatino LinotypeÕ, ÔBook AntiquaÕ, Palatino, serif;
	font-size: 1.4em;
	color: #363636;
	border-left 15px solid #8b494a;
}

h4 { /* Non caps small */
	font-family: ÔPalatino LinotypeÕ, ÔBook AntiquaÕ, Palatino, serif;
	font-size: 1.2em;
	color: #7b7b7b;
	padding:0px;
	margin:0px;
	
}

h5 {
	font-family: ÔPalatino LinotypeÕ, ÔBook AntiquaÕ, Palatino, serif;
	font-size: 0.7em;
	color: #7b7b7b;
	text-transform: uppercase;
}

p {
	font-family: Georgia, serif;
	font-size: 1.4em;
	color: #463434;
	line-height: 13px;
	
}

strong {
	font-family: Georgia, serif;
	font-size: 1em;
	color: #463434;
}

a {
	font-family: Georgia, serif;
	font-size: 1em;
	text-decoration: none;
	color: #8b494a;
}
a:hover {
	font-family: Georgia, serif;
	font-size: 1em;
	text-decoration: underline;
	color: #8b494a;
}
a:visited {
	font-family: Georgia, serif;
	font-size: 1em;
	text-decoration: none;
	color: #8b494a;
}



p.about {
	font-size:1.1em;
	}
	

a.big:link {
	color: #660000;
	text-decoration:none;
	font-size:2.1em;
}
a.big:visited {
	color: #660000;
	text-decoration:none;
	font-size:2.1em;
}
a.big:hover {
	color: #660000;
	text-decoration:underline;
	font-size:2.1em;
}
