body {
	font-size: 62.5%;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, Sans-Serif;
	color: #444;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #c6c6c6;
	}

#page {
	margin: 0 auto 20px;
	padding: 0;
	width: 760px;
	text-align: left;
	background: url("../images/bg.gif") repeat-y top;
	}

#altpage {
	margin: 0 auto;
	padding: 0;
	width: 760px;
	background: url("../images/bgalternate.gif") repeat-y top;
	}
	
#header {
	height: 150px;
	width: 760px;
	margin: 0 auto;
	background: url("../images/header.gif") no-repeat bottom center;
	}

#altheader {
	height: 60px;
	width: 760px;
	margin: 0 auto;
	background: url("../images/altheader.gif") repeat-y top center;
	}

#altheadertext {
	font-size: 1.1em;
	padding: 3px 0px 3px 41px;
	}

.content {
	font-size: 1.1em;
	line-height: 1.65em;
	float: left;
	padding: 0 0 10px 30px;
	margin: 0px 0 0;
	width: 500px;
	}

	
.post {
	margin: 0 0 5px;
	}

.entry {
	margin-bottom: 5px;
	}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	height: 10px;
	clear: both;
	background: url("../images/footer.gif") no-repeat bottom;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
	
.post p {
	line-height: 1.4em;
	}

.post li {
	list-style-image: url(../images/bulletpoint.gif);
	}
		
/* End Structure */


/* Begin Headers */
h1 {
	display: none;
	}

h2 {
	margin: 20px 0 0;
	font-size: 1.7em;
	}

h2.pagetitle {
	font-size: 2.2em;
	margin: 20px 0 20px;
	text-align: center;
	}

h3 {
	padding: 0;
	margin: 20px 0 0;
	font-size: 1.5em;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited {
	font-family: 'Century Gothic', 'Lucida Grande',  'Lucida Sans Unicode', Verdana, Sans-Serif;
	text-align: left;
	text-decoration: none;
	color: #444;
	}

h2 span, h2 span a, h2 span a:visited, h3 span.gray, h3 span a, h3 span a:visited {
	font-weight: normal;
	color: #bbb;
	}

h2 a:hover, h3 a:hover, h2 span a:hover, h3 span a:hover {
	background: none;
	color: #f36;
	}

/* End Headers */


/* Gray Color */

small, .otherinfo ul ul li, .otherinfo ul ol li, .nocomments, strike, ul#activity li small a, ul#activity li, .LSRow small, #searchcontrols small  {
	color: #777;
	}


/* Begin Typography & Colors */

small {
	font-size: 0.85em;
	line-height: 1.2em;
	}

h3 span.caps {
	font-size: 1em;
	letter-spacing: 0;
	}

a {
	color: #f36;
	text-decoration: none;
	}

a:hover {
	color: white;
	background: #f36;
	}

.alignright {
	text-align: right;
	}
	
.alignleft {
	text-align: left
	}

/* End Typography & Colors */


/* Begin otherinfo */

.otherinfo {
	padding: 5px 0 20px;
	margin: 0 0 20px 555px;
	width: 180px;
	line-height: 1.4em;
	color: #777;
	font-size: .9em;
	}

.otherinfo ul, .otherinfo ul ol {
	margin: 0;
	padding: 0;
	}

.otherinfo ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 10px;
	}

.otherinfo ul p, .otherinfo ul select {
	margin: 5px 0 10px;
	}

.otherinfo small {
	font-size: 1.em;
	}

.otherinfo h2 {
	font-size: 1.6em;
	padding: 15px 0 0;
	margin: 0;
	color: #000000;
	}

/* End otherinfo */

.clear {
	clear: both;
	}