@charset "UTF-8";
/* 	miculsamaritean.com v.1 
	author: forloops.com
	last edited: 10/26/2007
	copyright: Little Samaritan Mission 2007 
*/

/*
gray- 525050
red- e52c16
*/

* {
	margin:0;
	padding:0;
}

body {
	text-align:center;
}

#wrapper {
	width:760px;
	margin:0 auto;
	text-align:left;
}

#header {
	height:126px;
	width:760px;
	float:left;
	position:relative;
}

#navigation {
	height:30px;
	width:760px;
	float:left;
	position:relative;
}

#spotlight {
	height:250px;
	width:760px;
	float:left;
	position:relative;
	margin:10px 0 10px 0;
}

.newsWrapper {
	width:250px;
	float:left;
	position:relative;
}
.newsWrapperRight {
	width:250px;
	float:right;
	position:relative;
}
.newsPad {
	margin:0 5px 0 5px;
}
.spotPad {
	margin:10px 0 10px 0;
}
.navPad{
	padding:10px 0 10px 0;
}
#footer {
	height:70px;
	width:760px;
	float:left;
	position:relative;
}
#footer_left{
	height:70px;
	width:250px;
	float:left;
	position:relative;
}
#footer_right{
	background-color:#e52c16;
	float:right;
	position:relative;
	width:505px;
	height:70px;
}
#footer_right_gray{
	background-color:#525050;
	float:right;
	position:relative;
	width:505px;
	height:70px;
}
.gray {
	background-color:#525050;
}

#colWrap {
	width:760px;
	height:auto;
	float:left;
	background:url(http://www.miculsamaritean.com/images/common/red-Bk-250px.jpg);
	background-position:right;
	background-repeat:repeat-y;
}

#colLeft {
	width:505px;
	float:left;
	position:relative;
}

#colRight {
	width:250px;
	float:right;
	position:relative;
	
}
#spacer_05px {
	float:none;
	width:760px;
	height:05px;
	clear:both;
}

.frontHeadline {
	margin:5px 0 1px 0;
	padding:0;
	line-height:normal;
}

/*  Floats
------------------------------------------------------------ */

.goRight {float:right;}
.goLeft {float:left;}




/*  Row Alternate Colors
------------------------------------------------------------ */
.tr1 td{ background:#dae5f3; color:#333333; }
.tr2 td{ background:#FFFFFF; color:#333333; } 
