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

/***************************************************** GLOBAL SETTINGS **********************************************/

body {
	background: url(/images/slices/BIB_gradient_bg_01.jpg) repeat-x;
	margin: 0px;
	background-color: #A19A64;
}

a {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	font-weight: bold;
}

h1 {
	width: 750px;
	font: italic normal 24px/28px "Times New Roman", Times, serif;
	text-align: left;
	vertical-align: top;
	color: #994100;
	margin-left: 75px;
}
h1 a {
	color: #333333;
	text-decoration: none;
	}
h1 a:hover {
	color: #333333;
	text-decoration: underline;
	}	
	
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF6600;
	letter-spacing: 2px;
}
h2 a {
	color: #FF6600;
	text-decoration: none;
	}
h2 a:hover {
	color: #FF6600;
	text-decoration: underline;
	}	
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #50B3D6;
	letter-spacing: 2px;
}
h3 a {
	color: #50B3D6;
	text-decoration: none;
	}
h3 a:hover {
	color: #50B3D6;
	text-decoration: underline;
	}

/***************************************************** MAIN LAYOUT **********************************************/

#base_column_background {
	background: url(/images/slices/BIB_base_bg_02.jpg) repeat-y center;
	width: 100%;
}
#base_content_container {
	background: url(/images/slices/BIB_base_bg_01.jpg) no-repeat center top;
	width: 100%;
}
#base_content_bottom_background {
	background: url(/images/slices/BIB_09.jpg) no-repeat center bottom;
	width: 100%;
}
#base_column_background_bottom {
	width: 100%;
	background: #A19A64 url(/images/slices/BIB_10.jpg) no-repeat center top;
}

/***************************************************** IMAGE BORDER **********************************************/
.top_left {
	text-align: left;
	vertical-align: top;
}
.top_center {
	background: url(/images/slices/Image_border_02.jpg) repeat-x top;
}
.top_right {
	text-align: right;
	vertical-align: top;
}
.middle_left {
	background: url(/images/slices/Image_border_04.jpg) repeat-y left;
}
.middle_center {
	background: url(/images/slices/Image_border_05.jpg);
}
.middle_right {
	background: url(/images/slices/Image_border_06.jpg) repeat-y right;
}
.bottom_left {
	text-align: left;
	vertical-align: bottom;
}
.bottom_center {
	background: url(/images/slices/Image_border_08.jpg) repeat-x bottom;
}
.bottom_right {
	text-align: right;
	vertical-align: bottom;
}

/***************************************************** TEXT CONTAINERS **********************************************/
.content {
	width: 750px;
	margin-bottom: 50px;
	margin-left: 75px;
	font: italic normal 16px/22px "Times New Roman", Times, serif;
	text-align: left;
	vertical-align: top;
	color: #333333;
}
.footer {
	font: 10px/12px Arial, Helvetica, sans-serif;
	color: #DBD5B9;
	padding: 10px;
}
.footer a {
	font: 10px/12px Arial, Helvetica, sans-serif;
	color: #DBD5B9;
	text-decoration: underline;
}

.footer a:hover {
	font: 10px/12px Arial, Helvetica, sans-serif;
	color: #0066FF;
	text-decoration: underline;
}

