/****************************************************************************************/
/* Living Love Ministries International Cascading Stylesheet                            */
/* Copyright Website, All Rights Reserved, Use by Permission Only                       */
/* Stylesheet Authored by Internet DesignWorks                                          */
/* Website Design Specialists - Website Development Experts                             */
/* (317) 669-0439 - www.internetdesignworks.com                                         */
/* Started 04/29/2010                                                                   */
/****************************************************************************************/

body{
	background-color:#000000;
	width:100%;
	margin:0%;
}

#head{
	background-image:url("../images/headback.png");
	background-repeat:repeat-x;
	width:100%;
	height:150px;
	text-align:center;
}

#nav{
	width:100%;
	height:35px;
	text-align:center;
	vertical-align:middle;
}

#nav ul{
	list-style-type:none;
	margin-left:-40px;
}

#nav li{
	display:inline;
}

#nav li a{
	color:#8c8D6C;	
	font-size:85%;
	font-weight:600;
	text-decoration:none;
	text-shadow:1px .5px .5px #cccccc;
	text-align:center;
	padding-right:2px;
	border-right:1px solid #8c8d6c;
}

#nav li a.nr{
	border-right:none;	
}