html {
	overflow: -moz-scrollbars-vertical; 
	overflow-y: scroll;

}
div#centre {
	width: 960px;
	margin-left: auto;
	margin-right: auto; 
	position:relative;
	z-index:1;
}
body {
	background-color:#000;
	background-image: url(/wp-content/themes/streetpastors/images/background.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-attachment: fixed;
	background-size:100%;
	
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
.background {
	background-color:#000;
}
.main {
	background-color:#FFF;
	width: 960px;
}

.maintitle {
	font-size: 40px;
	font-weight: bold;
	padding: 0px;
}

.content {
	padding: 10px 10px 10px 10px;
}

.width {
	width:960px;
}

.title {
	color:#FFF;
	size: 16px;
}

.menu {
	height:35px;
	background-color:#191551;
	font-family:Verdana, Arial, sans-serif;
	font-size:12pt;
	font-weight: bold;
}

.menu ul{
    margin: 0; padding: 0;
    float: left;
}
 
.menu ul li{
    display: inline;
}
 
.menu ul li a{
    float: left;
	text-decoration: none;
    color: #FFF;
    padding: 10px 11px;
}

.menu ul li a:visited{
    color: #FFF;
}

.menu ul li a:hover, .menu ul li .current{
    background-color: #3399FF;
	color:#FFF;
}

h2 {
	font-size: 22px;
	color: #191551;
}

h2 a {
	font-size: 22px;
	text-decoration:none;
	color: #191551;
}

h3 {
	font-size: 17px;
	color: #191551;
}

h3 a {
	font-size: 17px;
	text-decoration:none;
	color: #191551;
}


/* Sidebar options */
.widgettitle {
	font-size: 15px;
	color: #191551;
}
td.sidebar {
	vertical-align:top;
	width:230px;
	background-color:#c0d0eb;
	border:solid 2px #7da8ff;
	padding: 3px 10px;
}

.sidebar ul{
    margin: 0;
	padding: 0;
    float: left;
	list-style-type: none;
}

.sidebar ul li {
	padding-bottom: 15px;
}
 
.sidebar ul li a{
    float: left;
    color: #191551;
    padding-left: 20px;
}

.sidebar ul li a:visited{
    color: #191551;
}

#searchsubmit {
   font-family:Verdana,sans-serif;
   color:#FFF;
   background-color:#3399ff;
   border-style:solid;
   border-color:#191551;
   border-width:1px;
}


/* Footer Options */
#footer {
	text-align:center;
	vertical-align:middle;
	font-size:8pt;
	padding:7px;
}

#footer a {
	text-align:center;
	vertical-align:middle;
	text-decoration: none;
	font-size:9pt;
}

/* Cimy Billboard Images */
#cimy_div_id {
	text-align:center;
	font-size:30px;
	color:#FFF;
	border: none;
	width: 960px;
	height: 400px;
}

div.cimy_div_id_caption {
	position: absolute;
	margin-top: 175px;
	margin-left: -75px;
	width: 150px;
	text-align: center;
	left: 50%;
	padding: 5px 10px;
	background: black;
	color: white;
	font-family: sans-serif;
	border-radius: 10px;
	display: none;
	z-index: 2;
}