/* sparrowheart.ca content/iframe style sheet */
html,body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	color: #660000;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	font-size: 11px;
}

a {
	color: #AA0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.title {
	font-size: 12px;
}

#text {
	/*text-align; justify;*/
	/*width: 325px;
	padding: 50px 40px 45px 40px;*/
	margin: 0px;
	padding: 15px;
	/*position: absolute;
	top:0px;
	left:0px;
	z-index: 1;*/
}

#border {
	/*position: absolute;
	top:0px;
	left:0px;*/
	/*height: 100%;*/
	width: 100%;
	/*z-index: 5;*/
}
#border_table {
	background-image: url("../images/content_bgnd.jpg");
	background-repeat: repeat-y;
	width: 415px;
	/*height: 100%;*/
}
#cap_TL {
	width: 34px;
	height: 33px;
}
#cap_TR {
	width: 34px;
	height: 33px;
	text-align: right;
}
#cap_BL {
	width: 34px;
	height: 33px;
	vertical-align: bottom;
}
#cap_BR {
	width: 34px;
	height: 33px;
	text-align: right;
	vertical-align: bottom;
}

#top_b {
	height: 33px;
	background-image: url("../images/border_horizontal.jpg");
	background-repeat: repeat-x;
	background-position: top;
}
#above_bottom_empty {
	height: 13px;
}
#bot_b {
	height: 20px;
	background-image: url("../images/border_horizontal.jpg");
	background-repeat: repeat-x;
	background-position: bottom;
}
#left_b {
	background-image: url("../images/border_vertical.jpg");
	background-repeat: repeat-y;
	background-position: left;
}
#right_b {
	width: 12px;
	background-image: url("../images/border_vertical.jpg");
	background-repeat: repeat-y;
	background-position: right;
}
