/* CSS Document */
/*  Church Mission Society. 2005. Main structure */

@import url(cmsmrkup.css);

/*-- wrapper for the entire page -------------*/

body {
	text-align: left;
	margin:0px;
	background-color:white;
	layer-background-color:white;
	font-family:Verdana,Arial,Sans serif;
	font-weight:normal;
	text-decoration:none; 
}


#wrapper {
	width: 778px;
	margin: 0px auto;
	margin-top: 0px;
	padding: 0px;
	float: left;
	height:auto;
	
}




/*-- header -----------------------------------*/
#header {	
	width:778px;
	margin:0px;
	height:90px;
	border:1px solid #fff;
	overflow: hidden;
	text-align: left;
}

#headspace {
	float:left;
	width:25px;
}

#logo {
	float:left;
	width:270px;
}

#bar {
	width:20px;
	float: left;
	padding: 0px 0px 0px 0px;
}

#lttrs {
	float:left;
	margin: 33px 0px 0px 0px;
	width:180px
}

/*-- content wrap ----------------------------*/
#sswrap {
	width:778px;
	padding:0px;
	margin:0px;
	overflow: hidden;
	height:auto;
vertical-align: top;


}



/*-- sidebar-a --------------------------------*/
#sidebar-a {
	float: left;
	width: 178px;
	margin: 0px;
	height: auto;
	min-height: 500px;
	padding: 5px 0px 0px 0px;
	text-align: left;
	vertical-align: top;
text-overflow: hidden;
text-decoration: none;
z-index: 10;
}

#sidebar-a p {
	position: relative;
	top:260px;
	left:15px;
	font-size: 75%;
	color: #666;
	text-align: left;
	line-height: 1.3;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 165px;
	height: auto;




}

#sidebar-a a {
	color: #006; 
	text-decoration: none;
}

#sidebar-a a:hover {
	color: #006; 
	text-decoration: none;
}

#sidebar-a a:visited {
	color: #999; 
	text-decoration: none;
}

/*-- content ----------------------------------*/
#content {
	width:410px; /* was 410px */
	padding: 5px 0px 0px 0px; /* this was 5px 0px 0px 188px */
	height:auto;
	margins: 0px 0px 0px 0px;
	vertical-align: top;

}
#content p {
font-size: small;
}

#content li {
font-size: small;
}



.hiddenlink {
font-size: x-small;
color: #ffffff;
text-decoration: none;
margin: 0;
padding: 0;
}


.hiddenlink a:link {
font-size: x-small;
color: #ffffff;
text-decoration: none;
margin: 0;
padding: 0;
}

.hiddenlink a:hover {
font-size: x-small;
color: #ffffff;
text-decoration: none;
margin: 0;
padding: 0;
}

.hiddenlink a:active {
font-size: x-small;
color: #ffffff;
text-decoration: none;
margin: 0;
padding: 0;
}

.hiddenlink a:visited {
font-size: x-small;
color: #ffffff;
text-decoration: none;
margin: 0;
padding: 0;
}
