﻿/* CSS layout */

body {
	background-color: #5F5F5F;
	background-image: url('http://www.xwindschurch.org/Pics/Main/background.png');
	background-repeat: repeat-x;
	color: #C0C0C0;
	font-family: "Arial", "Tahoma", "MS Sans Serif", sans-serif;
	font-size: 75%;


}

#wrap{
	width: 940px;
	height:565px;
	margin:0 auto 0 auto;
	text-align: center;
}


/* Main Header Style Layout */
#header {
	padding-top:0px;
	padding-bottom:5px;
	text-align:left;
	border:0;
	border-bottom: 1px solid #d9701b;
}

div#header div#right-nav {
	text-align:center;
	float:right;
}



/* Main page content Style Layout */

#page_content {
	background-image:url('http://www.xwindschurch.org/Pics/Music/Praise.png');
	background-position-y:bottom;
	background-repeat:no-repeat;
	width:100%;
	height:80%;
	display:block;
	padding-top: 10px;
	padding-bottom:0px;
	color: black;
	text-align: center;
	margin-bottom: 0px;
}

div#page_content div#spacer-left {
	width:8%;
	float:left;
}

div#page_content div#spacer-right {
	width:8%;
	float:right;
}


div#page_content div#left_content {
	width:70%;
	float:left;
	color:white;
	text-align:left;
	font-family: "Arial", "Tahoma", "MS Sans Serif", sans-serif;

}

div#page_content div#left_content a {
	color: #0521CF;
	text-decoration:none;
	}

div#page_content div#left_content a:hover {
	color: #0521CF;
	text-decoration:underline;
	}

div#page_content div#left_content a:visited {
	color: #0521CF;
	}


div#page_content div#left_content table {
	 border:0;
	}

div#page_content div#left_content table td {
	 margin:0;
	 padding:0;
	 vertical-align:top;
}


div#page_content div#right_content img {
	border:0;
}

div#page_content div#right_content a:hover {
	text-decoration:none;
}

div#page_content div#right_content {
	float:right;
	text-align:center;
}

/* Footer Styles */
#footer {
	padding-top:3px;
	font-size:small; 
	color:#b9b9b9; 
	border-top: 1px solid #d9701b;
	text-align:center;
}

#footer img {
	border:0;
	vertical-align:middle;
}

#footer a:link{
	color: #b9b9b9;
}

#footer a {
	text-decoration:none;
}
#footer a:hover{
	color:#b9b9b9;
	text-decoration: underline;
}

#footer a:visited{
	color: #b9b9b9;
}

#footer table {
	border:0;
	width:100%;
}

#footer table td.footerleft {
	text-align:left;
}

#footer table td.footerright {
	text-align:right;
}

#footer table td.footercenter {
	text-align:center;
}
