@charset "utf-8";
/* CSS Document */

body{
	background-image:url(../backgrounds/zionsseed.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	font-family:Tahoma, Arial, sans-serif;
	font-size: 14px;
}

h1{
	font-weight:bold;
	font-size:large;
}

h2{
	font-size:medium;
	color: #ffcd05;
}

h3{
	font-size:small;
	color:#006600;
}

p{
	color: #ffcd05;
	font-size: 14px;
}

table{
	color: #ffcd05;
	font-size: 14px;
}

a img{
	border:none;
	}

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

a:hover{
	text-decoration:none;
	border:none;
	color:#006600;
	}
	
a:visited{
	text-decoration:none;
	border:none;
	color:red;
	}

.wrapper{
	height: 1000px;
	width: 650px;
	background-color: #F3F3F3;
}

#footer{
	color: white;
	text-align: center;
	font-size: x-small;
	width: 900px;
}

#small{
	color:white;
	text-align:right;
	font-size:xx-small;
	width:900px;
}

#header{
	background-image:url(../backgrounds/topbanner.jpg);
	background-repeat:no-repeat;
	color: white;
	text-align: right;
	font-size: xx-large;
	height:250px;
	width: 900px;
}

#headerb{
	background-image:url(../backgrounds/topbannerb.jpg);
	background-repeat:no-repeat;
	color: white;
	text-align: right;
	font-size: xx-large;
	height:250px;
	width: 900px;
}

#news{
	border-color: #006600;
	border-width: thin;
	border-style: solid;
	/*background: #0D9A48;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffcd05;
	font-size: 12px;
	padding: 8px;
	width: 700px;
}

#gallery{
	text-align: center;
	border-color: #006600;
	border-width: thin;
	border-style: solid;
	/*background: #0D9A48;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffcd05;
	font-size: 12px;
	padding: 8px;
	width: 700px;
}

#nav{
	text-align: center;
	text-decoration:none;
	width: 900px;
}

#container{
	left: 150px;
	width: 900px;
	position: relative;
	}
	
#album{
	text-align:center;
	}

#albumart{
	text-align:center;
}