﻿/*****Basic Elements*****/ 
body {
text-align: center; /* for IE */
font-family: Arial, Helvetica, sans-serif;	/*background-image:url(http://www.wethepeoplenow.org/bg-main-content.png);
	background-position: center;
	background-repeat: repeat-y;*/
}

/*****Generic Classes*****/

/*****Basic Layout*****/

#wrap {
text-align: left;
/*****width: 100%;*****/
width: 925px;
margin: 0px auto;
background: white;
border: 1px black solid;
}

#header{
	background: white;
	width: auto;
	margin: 0px 0px 0;
	padding: 6px;
	border-bottom: thin black solid;
}

#nav {
clear: none;
color: black;
float: left;
width: 25%;
border-right: thin black solid;
margin: 0px;
padding: 0px;
}

#content {
float: left;
width: 72%;
margin: 0px;
padding: 10px;
}

div#content_separate {
	margin: 25px auto;
	text-align: left;
	width: 850px;
	padding: 10px;
	border: medium #000 double;
	font-size: 12px;
}

div#content p {
	font-size: 13px;
}


/*****Navigation*****/

div#nav p {
border-bottom: thin black solid;
font-family: Arial, Helvetica, sans-serif;
padding: 2px;
margin: 5px;
}

h4 {
	color: #FFF;
	background: #963;
	font-weight: bold;
	line-height: 15px;
	margin: 6px;
	padding: 6px;
	text-align: center;
	font-size: 14px;
}

h4.first {
	background: maroon;
}

/*****Content*****/

#bookmark th {
	border-style: solid;
	border-width: 1px;
	padding: 6px 6px 6px 6px;
}

#bookmark td {
	border-style: solid;
	border-width: 1px;
	padding: 6px 6px 6px 6px;
}

#bookmark table {
	border-style: solid;
	border-width: 1px;
	padding: 6px 6px 6px 6px;
}

.box {
	color: black;
	border: thin black solid;
	clear: both;
	margin-bottom: 0px;
	padding: 4px 7px 4px 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.note {
float: left;
display: block;
width: 190px;
height: 190px;
background-repeat: no-repeat;
background-image: url('images/post_note1.gif');
}

p.for_note {
display: block;
padding: 30px 20px 20px 20px;
}

.share:link { 
color: white; }

img {
border-style: none;
}

.email {
	position: relative;
	top: 3px;
}

a:visited { color: blue; text-decoration: none; }

a:link { color: blue; text-decoration: none; }

a:visited:hover  { color: red; text-decoration: underline;}

a:link:hover  { color: red; text-decoration: underline;}

.center {
	text-align: center;
}

.alignl {
	text-align: left;
}
.signature {
	text-align: center;
	margin-left: 50%;
}

.indent {
text-indent: 50px;
}

.fixedfont {
	font-size: 13px;
}

.hidden {
	display: none;
}

.line {
 line-height: 1.6em;
}

ul.NoBulletNoIndent {
  margin-top: 0px;
  padding-top: 0px;
  padding-left: 15px;
  margin-left: 0px;
}

.closep {
	margin-bottom: 0px;
}

/*****Footer*****/

div#footer {
	padding-top: 20px;
	height: auto;
	clear: both;
}