html {
	background: #2654c3 url(http://www.livingingrace.co.za/portal/Images/gradient.gif) repeat-x;
}
body {
	padding: 0;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        background: url(http://www.livingingrace.co.za/portal/Images/sky_header.png) no-repeat center top;
	color: #fff;
	width: 100%;
	display: table;
}


/*--------------------------------NAVIGATION-----------------------------*/

/* Base styles, basic formatting on the LIST container */
#navigation_wrapper { margin-top: 225px; background: #113282; width: 860px; }
#navigation_wrapper ul { list-style: none; padding: 0;  margin: 0;}
#navigation_wrapper ul li { display: inline; }

/* Default styles for each link, applies to each ID link */
#navigation_wrapper ul li a {
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 36px;

}
/* Rollover States, defines the position of the background image  */
#navigation_wrapper ul li a:hover {  background-position: left -36px; }
#navigation_wrapper ul li a:active { background-position: left -72px; }
#navigation_wrapper ul li a:focus {	 background-position: left -72px; }


/* IDs for each link, specifies the background image and width */
#home { background-image: url(http://www.livingingrace.co.za/portal/Images/nav/nav_home.png); 	width: 90px;}
#now { 	background-image: url(http://www.livingingrace.co.za/portal/Images/nav/nav_now.png); width: 84px;}
#loa { 	background-image: url(http://www.livingingrace.co.za/portal/Images/nav/nav_loa.png); width: 84px;}
#delme {  background-image: url(http://www.livingingrace.co.za/portal/Images/nav/nav_delme.png); width: 120px;}
#media {  background-image: url(http://www.livingingrace.co.za/portal/Images/nav/nav_media.png); width: 120px;}
#devotions {  background-image: url(http://www.livingingrace.co.za/portal/Images/nav/nav_devotions.png); width: 120px;}
#links {  background-image: url(http://www.livingingrace.co.za/portal/Images/nav/nav_links.png); width: 120px;}
#contact {  background-image: url(http://www.livingingrace.co.za/portal/Images/nav/nav_contact.png); width: 122px;}

#content_wrapper {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        background: #113282;
	width: 860px;
}

#ffspacer {
         height: 15px;
}

#engine {
         text-align: left;
}

p {
      color: #ffffff;
      font-family: sans-serif;
      font-size: 17px; 
}

h1 {
	margin: 0;
	padding: 0;
        color: #a0aed3;
        font-style : italic;
}

h2{color: #a0aed3;}
h2:visited {text-decoration: none;}
h2:hover {color: #afafb1; text-decoration: none;}
h2:link {color: #a0aed3; text-decoration: none;}

h3 {
      color: #a0aed3;
      font-family: sans-serif;
      font-size: 20px; 
      font-style : italic;
}
hr {
        color: #ffffff;
        height: 1px;
}

a img{
        border: 0px;
}
a img:hover{
        border: 0px;
}
a img:visited{
        border: 0px;
}
a:link {
color: #a0aed3;
text-decoration: none;}

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

a:active {
color: #a0aed3;
text-decoration: none;}

a:hover {
color: #afafb1;
text-decoration: none;}

a.pro_link, a.pro_link:visited
{
	color:#fff;
	background-color: inherit;
	text-decoration:none;
}
a.pro_link:hover
{
	color: #000;
	background-color: inherit;
	text-decoration: none;
}