/* COLOR SCHEME
white: #ffffff
black: #000000
grey: #666666
light grey: #c6c6c6
yellow: #ffa321
red: #7d0000
*/

/* OVERRIDES */
p {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	line-height:15px;
}
a{
	color:#7d0000;
	text-decoration: none;
}
a:hover{
	text-decoration:underline;
}
img{
	border:0px;
}
body{
	background:#303030;
	text-align:center;
	position:relative;
}
html{
	position:relative;
	z-index:1;
}
/* MAIN STRUCTURE */
.centerer{
	width:950px;
	margin-left:auto;
	margin-right:auto;
}
#mainContainer{
	clear:both;
	float:left;
	width:950px;
	border:1px solid #000000;
	text-align:left;
	background: #ffffff;
}
#header{
	clear:both;
	float:left;
	width:950px;
	height:125px;
	background: #000000 url('http://shrineofsaintjude.com/newsite09/graphics/common/header.jpg') top left no-repeat;
	position:relative;
	overflow:hidden;
	z-index:100;
/**/}
#header:hover{
	overflow:visible;
}

#body{
	clear:both;
	float:left;
	margin:0px;
	width:950px;
	background:#ffffff;
}
#body #topHolder{
	float:left;
	width:950px;
}
#body #topHolder #topContent{
	float:left;
	width:900px;
	margin-left:25px;
	margin-top:15px;
	margin-bottom:25px;
	min-height:200px;
}

#body #bottomContentCap{
	clear:both;
	float:left;
	width:950px;
	height:10px;
	border-bottom:1px solid black;
}
#body #bottomContentCap #contentCap{
	float:left;
	width:164px;
	height:10px;
}
#body #bottomContentCap #firstContentCap{
	float:left;
	width:164px;
	height:10px;
	margin-left:25px;
}
#body #bottomContentCap #spacerCap{
	float:left;
	width:20px;
	height:10px;
	background: url('http://shrineofsaintjude.com/newsite0210/assets/bottomSpacerCapBackground.gif') bottom no-repeat;
}


#body #bottomContent{
	clear:both;
	float:left;
	width:900px;
	margin-left:25px;
}
#body #bottomContent #contentSquare{
	float:left;
	width:164px;
	margin-top:15px;
	min-height:175px;
}
#body #bottomContent #spacer{
	float:left;
	width:20px;
	height:300px;
	background: url('http://shrineofsaintjude.com/newsite0210/assets/bottomSpacerBackground.gif') no-repeat;
}

#footer{
	clear:both;
	float:left;
	width:950px;
}
#footer #footerContainer{
	/*border-top:1px solid #c6c6c6;*/
	width:910px;
	padding-top:10px;
	padding-bottom:10px;
	/*margin-top:20px;*/
	margin-left:20px;
	text-align:center;
}
.footer{
	font-size:11px;
	line-height:13px;
}

/* MAIN NAVIGATION */
#mainNav{
	float:left;
	margin: 0 0 0 20px;
	padding:95px 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#dddddd;
	font-size:12px;
	font-weight:bold;
}
/* TEXT TREATMENTS */
#contentContainer p {
	margin-top:5px;
	margin-bottom:10px;
}
.narrowBlock{
	margin: 0 auto 0 auto;
	width:55%;
}
.imgBtn{
	margin:10px 0 0 0;
}
.redText{
	color:#e6162f;
}
.boldText{
	font-weight:bold;
}
ul.links{
	margin:0px;
	padding:0px;
}
ul li .bodysmall{
	margin:0px;
	padding:0px;
}