
body {
	text-align:center;
	min-width:960px;
	background-color:#D6A45F; /*#F9F8F4;*/
	background-image:url(/css/images/woodgrain_bg.jpg);
	background-attachment:fixed;
	color:#5D341E;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}

#wrapper {
	width:960px;
	margin:0 auto;
	text-align:left;
	/*background:#EBE9DC;*/
}

#header {
	height:140px;
	width:960px;
	overflow:hidden;
	background: url(/css/images/header_bg.jpg);
}

#headerwrapper {
	width:100%; 
	float:left; 
	height:148px; 
	padding-top:10px; 
	text-align:center;
}

#headerleftimage {
	float:left; 
	margin-top:-10px; 
	width:150px;
	overflow:hidden;
}

#headerrightimage {
	float:right; 
	margin-top:-10px; 
	width:150px;
	overflow:hidden;
}

#headertext {
	font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif; 
	font-style:italic; 
	font-weight:900; 
	float:left; 
	margin-left:95px; 
	text-align:justify; 
	font-size:36px; 
	word-spacing:80px; 
	margin-top:-15px;
	overflow:hidden;
	text-shadow: 4px 4px 4px #D6A45F;
}

#mainNav {
	width:195px; 
	float:left;
	margin-right:5px;
	overflow:hidden;
}

#content {
	width:750px;
	float:right;
	min-height:500px;
	margin-top:0;
	padding:5px;
	background:#F9F8F4 url(/css/images/content_bg.jpg) repeat-y;
		-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/*
#content h1, #content h2, #content p {
	padding-right:20px;
}
*/
#mainContent {
	width:500px;
	float:left;
	padding-left:5px;
}

/*
#mainContent h1, #mainContent h2, #mainContent p {
	padding-right:5px;
}
*/
#secondaryContent {
	width:230px;
	float:right;
	padding-left:0;
}

/*
#secondaryContent h1, #secondaryContent h2, #secondaryContent p{
	padding-right:5px;
	padding-left:0px;
}
*/
a[href$=".pdf"] { background:url(/css/images/PDFx15.png) no-repeat right top; padding-right:17px}
a[href$=".doc"] { background:url(/css/images/wordx15.png) no-repeat right top; padding-right:17px}
a[href^="mailto:"] { background:url(/css/images/email_atx15.png) no-repeat right top; padding-right:17px}
a[href^="http:"] { background:url(/css/images/External_Link.png) no-repeat right top; padding-right:13px}
a[href^="http://holy-family-dm.spds.ca"] { background-image:none; padding-right:0}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#footer {
	clear:both;
	height:20px;
	width:100%;
	/*background:#F9F8F4 url(/css/images/footer_bg.jpg) 0 40px repeat-x;*/
}

#a-d-v-e-r-t-s {
	width:100%;
	height:120px; 
	overflow:hidden;
	padding-top:10px;
}

#copyright {
	width:100%; 
	text-align:center; 
	font-size:12px;
	padding-top:10px;
	color:#FFF;
}

#copyright a {color:#FFF}

