body { color: #373737; font-size: 62.5%; font-family: Arial, Helvetica, Geneva, "Trebuchet MS", SunSans-Regular, sans-serif; background-color: white; text-align: center; margin: 0; padding: 0; }
#wrap { background-image: url(../images/body_bckgrnd.jpg); background-repeat: repeat-y; background-attachment: scroll; background-position: left top; text-align: left; height: auto; width: 1000px; position: relative; top: 0; left: 0; visibility: visible; margin-right: auto; margin-left: auto; }
#header { background-image: url(../images/header_image.jpg); background-repeat: no-repeat; background-attachment: scroll; background-position: left top; position: relative; top: 0; left: 0; width: 1000px; height: 192px; visibility: visible; }
#menu_container { position: relative; top: 0; left: 0; width: 217px; height: 365px; z-index: 100; visibility: visible; float: left; }
#body_content {
	font-size: 1.4em;
	position: relative;
	top: 0;
	width: 700px;
	height: auto;
	float: left;
	margin-top: -20px;
	margin-bottom: 20px;
	margin-left: 30px;
	}
#footer { background-image: url(../images/footer_image.jpg); position: relative; width: 1000px; height: 50px; visibility: visible; clear: both; }
#footercontent { color: white; font-size: 10px; line-height: 12px; text-align: center; width: 960px; padding: 5px 19px; }
#menuContainer { height: 530px; width: 217px; position: relative; visibility: visible; }
h1 { font-size: 2em; font-family: "trebuchet ms"; font-weight: bold; line-height: 1.2em; width: 40%; margin: 0 0 1em; padding-bottom: 2px; border-bottom: 1px solid #cab241; display: block; }
h2 { font-size: 1.5em; font-weight: bold; margin: 0.83em 0; }
h3 { color: #a38e2b; font-size: 1.25em; font-weight: bold; line-height: 1.25em; margin: 0.3em 0 0; }
#menu_container ul, #menu_container li { /* using a list for menu */
list-style-type: none;  /* cleaning up the list */
margin:0; padding:0; }
#menu_container ul { position: relative; /* positionning for IE5 et IE5.5 */
background: url(../images/fopp_menu_image3.jpg) no-repeat left top; /* general background for the menu */
height: 365px; width: 217px; text-align: center; }
#menu_container li { display: inline; /* correction for IE5 et IE5.5 */
}
#menu_container li a { /* buttons dimensions and definition */
display: block;  /* block for <a> to give it its dimensions */
height: 30px; width: 217px; color: #fff; font-size: 18px; font-family: "trebuchet ms", Arial, Verdana, Helvetica, sans-serif; font-weight: 700; line-height: 30px; text-decoration: none; letter-spacing: 1px; padding-left: 17px; border-bottom: 1px solid #fff;}
#menu_container li a:hover { color: #6ca05a; font-weight: 700; background: url(../images/fopp_menu_image3.jpg) no-repeat left top; }
#menu_container a#menu1:hover { background-position: 0 -365px; /* move of background for each button */
}
#menu_container a#menu2:hover {
background-position: 0 -395px;
}
#menu_container a#menu3:hover {
background-position: 0 -425px;
}
#menu_container a#menu4:hover {
background-position: 0 -455px;
}
#menu_container a#menu5:hover {
background-position: 0 -485px;
}
#menu_container a#menu6:hover {
background-position: 0 -515px;
}
#menu_container a#menu7:hover { 
background-position: 0 -545px; }

#menu_container a#menu8:hover {
background-position: 0 -575px;
}
#menu_container a#menu9:hover {
background-position: 0 -605px;
}
#menu_container a#menu10:hover {
background-position: 0 -635px;
}
#menu_container a#menu11:hover {
background-position: 0 -665px;
}
#menu_container a#menu12:hover {
background-position: 0 -695px;
}
p.quotes {
	color: #a38e2b;
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.2em;
	text-align: right;
	width: 700px;
	float: left;
	margin-top: 20px;
	padding-top: 5px;
	border-top: 1px solid #cab241;
	display: block;
	}
#body_content a:link { color: #00b200; text-decoration: none; }
#body_content a:visited { color: #778f00; text-decoration: none; }
#body_content a:hover {
	color: #918410;
	text-decoration: none;
	padding-bottom: 0;
	border-bottom: 1px solid #b3a663;
	}
dt { font-size: 110%; font-weight:bold; text-align: left; margin-top: 10px; }
dd { text-align: left; }
dl { width: 500px; margin-left: 100px; }
ul#info {
	width: 380px;
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
	}
ul#info li {
	background-image: url(../images/bullet_green.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-bottom: 0.5em;
	padding-left: 16px;
	}
ul#info li:first-line {
	color: #918410;
	font-weight: 700;
	}

/* Fix for visual movements when changing from short to longer pages due to scrollbar disappearing and appearing. Layout jumping on 'centered based' designs */
html {
	margin-bottom: 1px; /* Does not work in Safari 3*/
	width: 100%; }

/* OR */
html { overflow-y: scroll; }

