/***********************************************************************/
/*GLOBAL*/
* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-image: url("../jf_images/bkg_page.jpg");
	background-position: top left;
	background-repeat: repeat;
	background-attachment: fixed;
	font-family: "Hoefler Text", "Sylfaen", serif;
	font-size: 14px;
	color: #3f3f3c;
}

#container {
	border: 10px solid blue;
	position: absolute;
	background-color: yellow;
	top: 15%;
	left: 15%;
	right: 15%;
	bottom: 15%;
}

/***********************************************************************/
/*LAYOUT*/

#main_container {
	margin: 20px auto;
	width: 665px;
	position: relative;
/*	display: none;*/
}

#main_container img { display: block; }

#main_container table { border-collapse: collapse; }

#top {
	background-image: url("../jf_images/bkg_top.gif");
	background-position: top left;
	background-repeat: no-repeat;
	width: 665px;
	height: 9px;
}

#content {
	background-image: url("../jf_images/bkg_content.jpg");
	background-position: top left;
	background-repeat: repeat-y;
	width: 645px;
	padding: 10px;
}

#bottom {
	background-image: url("../jf_images/bkg_bottom.gif");
	background-position: top left;
	background-repeat: no-repeat;
	width: 665px;
	height: 13px;
}

/***********************************************************************/
/*MENU*/

.page_title {
	font-size: 200%;
	margin-bottom: 10px;
}

.menu_container {
	margin-top: 0;
	margin-bottom: 20px;
	padding: 5px 0 2px 0;
	border-width: 1px 0;
	border-style: solid;
	border-color: #999;
}

.menu {
	color: #817b67;
	margin-right: 25px;
	text-decoration: none;
}

.menu:hover { color: #3f3f3c; }

