/*************** Main background, container & logo. *************************/ 
HTML{	
	height: 100%;	
	margin: 0px;
	padding: 0px;
	}

BODY{
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #411A1F;
	}

#container{
	height: 100%;
	width: 820px;
	position: absolute;
	left: 50%;
	margin-left: -410px;
	}
	
/*************** End background, container *************************/ 

.body_bg_top {
	background-image: url(images/JWDesigns/body_BG_top_center.gif);
	background-repeat: no-repeat;
	background-position: 50% 0px;
	background: fixed;
	}
	
.body_bg_top_IE {
	background-image: url(images/JWDesigns/body_BG_top_center.gif);
	background-repeat: no-repeat;
	background-position: 50% 0px;
	background: fixed;
	height: 100%;
	}
	
.body_bg_bottom {
	background-image:  url(images/JWDesigns/body_BG_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
	
.body_bg_table {
	background-image:  url(images/JWDesigns/body_BG_center_tile.gif);
	background-repeat: repeat-y;
	background-position: center top;
	}
	
.body_bg_table_IE {
	background-image:  url(images/JWDesigns/body_BG_center_tile.gif);
	background-repeat: repeat-y;
	background-position: center top;
	height: 100%;
	}
	
.header_bg_top {
	background: transparent url(images/JWDesigns/header_BG_top_center.jpg) no-repeat 50% 0px;
	}
	
.header_bg_top_IE {
	background: transparent url(images/JWDesigns/header_BG_top_center.jpg) no-repeat 50% 0px;
	height: 100%;
	}

.body_text {
	font-family: "Trebuchet MS";
	font-size: 10px;
	}
	
.body_header {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #401A1E;
	}
	
.body_small_Link {
	text-decoration: underline;
	font-weight: bold;
	}

.JWDSlide {
	filter: BlendTrans(Duration=5);
	}

