/* Kris Kearns Breath of the Sacred Home Page CSS Document */

body {
	background-image: url(images/bgr_home.jpg);
	background-color: #3587b4;
	margin: 0;
	padding:0;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

#nav {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	margin: 5px;
}

#nav a {
	font-family: Verdana, sans-serif;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#nav a:visited {
	font-family: Verdana, sans-serif;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#nav a:hover {
	font-family: Verdana, sans-serif;
	color: #2c6a92;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.pagetitle {
	font-size:16px;
	font-weight: bold;
	text-align: left;
	font-color: #fde5ac;
	font-family: Verdana, sans-serif;
}

.quote {
	font-size:13px;
	font-weight: bold; 
	font-style: italic;
	text-align: left;
	color: #53508c;
	font-family: Verdana, sans-serif;
	line-height: 1.5em;
}

.subhead {
	font-weight: bold;
	font-color: #6D461F;
}

p {
	font-size: 10px;
	text-align: left;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	color: #2c6a92;
	line-height: 1.45em;
}


#left {
	float: left;
	margin: 0px 10px 0px 0px;
}

#right {
	float: right;
	margin: 0px 0px 5px 10px;
	border: thin solid #996633;
}

a:link {
	color: #2c6a92;
	font-weight: bold;
	text-decoration: none;
}
	
a:visited {
	color: #2c6a92;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	list-style-type: round; 
}	

.copyright {
	font-size:10px;
	color: #2c6a92;
	line-height: 10px;
	text-align: center;
}

.copyright a {
	font-family: Verdana, sans-serif;
	color: #2c6a92;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.copyright a:visited {
	font-family: Verdana, sans-serif;
	color: #2c6a92;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.copyright a:hover {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #2c6a92;
	text-decoration: underline;
}

