﻿/************************
  * Trinity Church CSS  *
  * *********************/

@charset "utf-8";
/* CSS Document*/

#background
{
	background-color:#6A0600;
}

#main
{
    background-color:#FFFFFF;
    margin:auto;
    width:864px;
}

#logo
{
    height:108px;
    background-image:url(../images/banner/logo/logo.jpg); 
}

#image
{
    height:216px; 
}

#worship
{
    background-color:#87B392;
    vertical-align:middle;
    line-height:48px;
}

#worship p
{
    font-family:Helvetica, Arial, Sans-Serif;
    color:#FFFFFF;
}

#navigation
{
    height:42px;
    background-color:#FFFFFF;
    width:864px;
    border-style:none;
}

#navigation a:link, #navigation a:visited
{
    /*padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;*/
    border-style:none;
   /* border-width:0px;*/
}

#navigation .first
{
	float:left;
	margin-right:10px;
}

#navigation .button
{
	float:left;
	margin-right:10px;
}

#navigation .last
{
	float:left;
	margin-right:9px;
}

#navigation .end
{
	float:left;
}

#content
{
    background-color:#FFFFFF;
    background-image:url(../images/content/bottom.jpg);
    background-repeat:no-repeat;
    background-position:bottom;
    border: solid 1px white;
}

#secondNav
{
	margin-top:36px;
	width:251px;
	height:300px;
	background-image:url(../images/content/secondnav/background.jpg);
	float:left;
	/*border:solid 1px red;*/
}

#secondNav ul
{
    list-style:none;
	
}

#secondNav li
{
    font-family:Helvetica, Arial, Sans-Serif;
    font-weight:bold;
    font-size:15px;
    padding-bottom:12px;
    color:#87B392;  
}

#secondNav a:link, #secondNav a:visited
{
	text-decoration:none;
    color:#005F30; 
}

#secondNav a:hover
{
	text-decoration:none;
    color:#87B392; 
}

#text
{
	margin-top:36px;
	margin-bottom:36px;
	width:534px;
	margin-left:290px;
	font-family:Helvetica, Arial, Sans-Serif;
	font-size:14px;
    color:#005F89;
    /*border:solid 1px blue;*/
}

#text a:link, #text a:visited
{
    text-decoration:none;
    color:#005F30; 
}

#text a:hover
{
    text-decoration:none;
    color:#87B392; 
}