	/*
Theme Name: wsym
Theme URI: http://www.williamstreetyouth.com
Description: The default theme for William Street Youth Ministries
Version: 2.0
Author: Bethel Media
Author URI: http://www.bethelchurch.info
Tags: blue, custom header, fixed width, two columns, widgets

	wsym
	 http://www.williamstreetyouth.com

	This theme was designed and built by Bethel Media
	whose blog you will find at http://www.bethelchurch.info

*/
html
{
	text-align: center;
	
}
body
{
	margin: 0 auto;
	text-align: center;
	font-family: sans-serif;
	font-size: 100%;
	background: url(../images/bg.jpg) #000000 center;
	height: 100%;
}
img
{
	border: 0px;
}
/* Header Rules
------------------------------- */
#header_wrapper
{
	width: 100%;
	height: 30px;
	background-color: #000000;
	border-bottom: #ffffff 1px solid;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
#header
{
	width: 970px;
	height: 23px;
	padding-top: 7px;
	font-size: 1em;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
#header a
{
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}
#header a:hover
{
	color: #999999;
	text-transform: uppercase;
	text-decoration: none;
}
/* Footer Rules
------------------------------- */
#footer_wrapper
{
   position: absolute;
   bottom: 0px;
   width: 100%;
   height: 62px;   /* Height of the footer */
   background: url(../images/footer_bg.png) repeat-x bottom;
   text-align: right;
}
#footer_left
{
	width: 120px;
	height: 62px;
	padding-left: 20px;
	float: left;
}
#footer_right
{
	width: 853px;
	height: 62px;
	padding-right: 20px;
	float: right;
}
#footer a
{
	color: #999999;
	text-decoration: underline;
}
#footer a:hover
{
	color: #ffffff;
	text-decoration: underline;
}