
/* Begin Typography & Colors */
html{margin:0px; padding:0px;}

body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #fff url('images/top_bg.png') repeat-x top left;
	color: #333;
	text-align: center;
padding:0px;
margin:0px;
width:460px;
height:100px;
overflow:auto;

	}



#content {
	font-size: 11px;
	}

p {padding: 0px 0px 10px 0px; margin:0px; line-height:14px; }


h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color:#8a779a;
	padding:0px;
	margin:0px 0px 10px 0px;
	}

h1 {
	font-size: 4em;
	text-align: center;
	color:#8a779a;
	}



h2 {
	font-size: 17px;
	color:#8a779a;
	}


h3 {
	font-size: 1.3em;
	color:#8a779a;
	}

h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2 a, h2 a:visited, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	margin:0px
	}

.entry p a:visited {
	color: #b85b5a;
	}


code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}



