/*************************************************************
 
 -------------------------------------------------------------
 Theme:   Peace Center
 Author:  SecretPenguin
          http://www.secretpenguin.com
 JS:      Mootools
*************************************************************/
* {
	margin: 0;
	padding: 0;
	}

body {
	font-size: 11px; 
	color: #666666; 
	line-height: 24px; 
	font-weight: normal;
	letter-spacing: 0px;
	font-family: Verdana, Arial, Sans-Serif;
	background: #FFFFFF;
	}		
	
a:link {
	color: #7e7c77;
	text-decoration: none;
	}
	a:hover {
		color: #2f2c26;
		text-decoration: underline;
		}
	a:active {
		color: #7e7c77;
		text-decoration: underline;
		}
	a:visited {
		color: #5e584c;
		text-decoration: none;
		}
	a:visited:hover {
		color: #2f2c26;
		text-decoration: underline;
		}	

h1 {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 10px;
	line-height: 12px;
	font-size: 24px;
	text-transform: uppercase;
	padding-top: 25px;
	}
	
h2 {
	font-size: 10px;
	line-height: 12px;
	font-style: italic;
	padding-bottom: 25px;
	padding-top: 20px;
	}

h3 {
	font-family: /*"Arial Narrow",*/ Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
	margin: 0;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 2px;
	font-weight: lighter;
	clear: both;
	padding-bottom: 5px;
	padding-top: 5px;
	text-transform: uppercase;
	}

.small {
	font-size: 10px; 
	color: #666666; 
	line-height: 16px; 
	}

.toggler {
	color: #FFFFFF;
	margin: 0;
	padding: 2px 5px;
	background: #666666;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	}
	.toggler:hover {
	background: #333333;
	}
	.toggler a, .toggler a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
		
	
.element {
	
}

.element p {
	margin: 0;
	padding: 4px;
	padding-bottom: 10px;
}

.float-right {
	padding:10px 20px;
	float:right;
}

blockquote {
	padding:5px 0 5px 30px;
}

#container {
	width: 650px;
	margin: 0 auto;
	}
	
ul {
	
	}
	
li {
	margin-left: 15px;
	margin-top: -10px;
	}		