/* Global CSS Document */

* { margin: 0; padding: 0; }

html { color:#492909; }

/* text formating */

body { font-family:Arial, Helvetica, sans-serif; font-size: 100%; line-height: 1.125em; text-align: center; }

p { font-size:0.825em; line-height: 130%; }

a { color: #492909; }

/* div tags */

div#container { width: 600px; margin: 40px auto 0 auto; text-align: left; background: white; }

div#branding { width: 600px; }
div#branding h1 { height:22px; margin-left:400px; text-indent: -9999px; background-repeat: no-repeat;	background-image: url(images/wchurch.gif);}

div#footer { clear:both; font-size:.8em; text-align:center; color:#FFFFFF; background: url(images/nav_bg.gif) repeat-x; }

/* nav */
div#nav { width: 100%; font-size:.8em; margin: 3px 0 7px 0; background: url(images/nav_bg.gif) repeat-x; }

div#nav ul{ margin:0; padding:0; margin-left: 30px; /*border-left: 1px solid white;*/ }

div#nav ul li{display: inline; /*border-right: 1px solid white;*/}

div#nav ul li a{ color: white; padding: 0px 10px; text-decoration: none; }

div#nav ul li a:visited{color: white;}

div#nav ul li a:hover, div#nav ul li .current{ padding-top: 2px; padding-bottom: 2px; background: url(images/nav_bg2.gif) center center repeat-x; }

h4 { margin: 0px 0 10px 0;}