@charset "UTF-8";
/* CSS Document */

body {
background-image:url(images/bloo_bkg.jpg);
background-repeat:repeat;
margin: 0px;
font-family:Geneva, Arial, Helvetica, sans-serif;
}

.holder {
width: 765px;
}

#page {
background-image:url(images/page_bkg.jpg);
background-repeat: repeat-y;
width: 895px;
}

#navigation {
background-image:url(images/blooNav.jpg);
background-repeat:repeat-x;
border-left: 1px solid #006699;
border-right: 1px solid #003333;
font-size: .95em;
color: #FFFFFF;
font-weight:normal;
padding:5px 12px 5px 12px;
margin-left: 50px;
text-align:center;
}


#navigation a {
color: #FFFFFF;
text-decoration:none;
}

#navigation a:hover {
color: #FFFFFF;
text-decoration:underline;
}

img {
border: 1px solid #999999;
padding: 3px;
}

#pageImage {
vertical-align:top;
}

#pageText {
color: #565656;
line-height:1.4em;
vertical-align:top;
}

#pageText a:hover {
color:#CC0000;
}


#content {
text-align:left;
font-size: .75em;
padding: 15px 15px 5px 15px;
}

h1 {
color: #000066;
font-size: 1.5em;
line-height:2em;
margin-top: -15px;
margin-bottom: -5px;
}

.dotted_rule {
	border-bottom-width: 1pt;
	border-bottom-style: dotted;
	border-bottom-color: #2A2A00;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#dots {
background-image:url(images/dots.jpg);
background-repeat:repeat-x;
}