/* CSS Reset v1.0 | 20080212 */
/* Eric Meyer. http://meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form,
label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* end of CSS Reset */

body {
	margin: 0px;
	padding: 0px;
	/*background: #ececec url(http://www.selfometer.org/images/bg.png) repeat-y center;*/
	color: #666;
	font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
	//text-align:center; /*ie 6/7 fix*/
}
h1 {
    font: 24px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	padding-bottom: 20px; 
}
hr {
    height:1px;
    width:100%;
    background:#cccccc;
    //margin: 0px 0px 0px 0px;  
}
td {
	background-color:#CCCCCC;
	padding: 5px;
	}
	

div.header {
	height: 40px;
	margin: 0px auto 5px;
	width:800px;
}
div.header ul {
	padding: 10px 0px 0px;
	white-space: nowrap;
	list-style-type: none;
	margin: 0px;	
}
div.header ul li {
	float:right;
}
div.header ul li a:before{
	content:" | ";
	color:#000000;
}
div.header ul li.current_page_item a  {
	text-decoration: underline;
}
div.header ul li a {
	display: block;
	text-decoration: none;
	margin:1px 0px;
	text-align:right;
	font-size:10px;
	padding:4px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999999;
}
div.header ul li a:hover {
	color: #ff0000;
}

div.wrap {
	width: 820px;
	overflow: hidden;
	position:relative;
	margin: 0px auto;
}

div.logo {
	background: url(http://www.selfometer.org/images/header2.jpg) no-repeat;
	background-color:#000000;
	height: 150px;
	text-align:right;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	}
div.content {
	width: 520px;
	float: left;
	display:inline;
	text-align: justify;
	padding: 10px;
	margin: 8px;
}
ul.square {
	list-style-type: square;
	list-style-position:outer;
	padding-left:40px;

}

div.nav {
	height: 49px;
	width: 810px;
	margin-right: auto;
	margin-left: auto;
}
div.sidebar {
	width: 230px;
	float: right;
	line-height: 1.5em;
	display:inline;
	margin: 8px 8px 8px 0px;
	padding: 10px;
	font-size:10px;
	/*background-color:#afd5d5;*/
	color:
}
div.footer {
	clear: both;
	text-align: center;
	height: 140px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	width: 774px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
div.footer p{
	padding:10px;
	margin:0px;
}
