@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #CDC481;
	margin: 0;
	padding: 0;
	color: #000;
}

p {		line-height:1.6;	}
	
a { 	color: #362828; }
	
table-cell {		}

ul, ol, dl { padding: 0;  margin: 0;}

a img { border: none; }

table, iframe, td {	border:none;	}

a:visited { color: #6E6C64; text-decoration: none; }

a:hover, a:active, a:focus { text-decoration: none; }

.container { width: 960px; 	background-color: #FFFfFF; margin: 0 auto; }

header {
	width:960px; 
	height:235px; 
	background: url("images/psalma_logo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) ; 
	background-size:contain;
	background-position: right;
	border-bottom:solid 2px green; 
	}
	
header h1 {
	
	font-family:serif;
	 text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
	font-size: 1px;
	padding-top:100px;
	PADDING-LEFT:454px;
	color:#FFF;
	font-weight: normal;
	text-align:center;
	}

.nav {width:100%;	}

.nav li{
	background:#CCC49F;
	padding: 12px 47.5px;
	float:left;
	text-align:center;
	border-right:solid 1px #8c8759;
	list-style:none;
	text-decoration:none;
	text-transform:uppercase;
	font-size:14.5px;
	transition: all 0.3s;
	}

.nav li:hover {	background:#666341; color:orange;}

.content { 	padding: 10px 0; margin: 100px auto; width: 702px;}

nav a:hover, nav a:active, nav a:focus { background-color: #ADB96E; color: #444444; text-decoration:none;}

footer { padding: 10px 0 0 0; background: #CCC49F; text-align: center;}
	
.copy {
	background:#000;
	width:100%;
	text-align:center;
	color:#fff;
	font-size: 12px;
	font-weight:normal;
	padding: 5px 0;
	}