body {
	margin: 0 0 1em 0;
	padding: 0;
	color: black;
	background-color: #eee;
	line-height: 130%;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
}

#wrapper-header {	background: #222222; }

#header {
	background: #222222 url(images/header.jpg) no-repeat right;
	width: 750px;
	height: 125px;
	line-height: 125px;
	margin: 0 auto;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
	text-align: left;
}

#header h1 {
	margin: 0;
	padding: 0;
	color: #95BC0E;
	font-size: 220%;
	padding-left: 10px;
	letter-spacing: -1px;
}

#wrapper-menu {
	background: url(images/menu-background.png) repeat-x;
	width: 750px;
	border-top: 1px #BBBBBB;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px #BBBBBB;
	border-left: 1px solid #BBBBBB;
	margin-right: auto;
	margin-left: auto;
}

#menu {
	width: 750px;
	margin: 0 auto;
	white-space: nowrap;
	padding-right: 2px;
	font: bold 12px Arial, Helvetica, sans-serif;
}

* html #menu { padding-right: 0; } /* See above comment. This re-adjusts IE to the above padding */

#content {
	width: 730px;
	margin: 0 auto;
	padding: 10px 10px 20px;
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	background: #FFFFFF;
	font: 14px Arial, Helvetica, sans-serif;
}

* html #content { padding-top: 1.8em; } /* Set padding top in IE to 20px */

#footer {
	margin: 0 auto;
	padding: 2px 10px;
	width: 730px;
	text-align: center;
	color: white;
	letter-spacing: 0.13em;
	background: #88ac0b url(images/menu-background.png) repeat-x;
	font-size: 70%;
	border-top: 1px #BBBBBB;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px #BBBBBB;
	border-left: 1px solid #BBBBBB;
}

h2 {
	color: #666;
	padding-bottom: 3px;
	border-bottom: 1px solid #a0c80e;
	font-size: 150%;
	letter-spacing: 4px;
	text-align: left;
}

a:link, a:visited {
	color: #260;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

p { margin-left: 1em; }
.imageRight {
	margin: 0px 10px;
	padding: 5px;
	float: right;
	border: 2px solid #999999;
}
.clear {
	clear: both;
}
.imageRightNB {
	float: right;
	margin-right: 10px;
}
.add {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}
.justify {
	text-align: justify;
}
p {
	margin-bottom: 5px;
	margin-top: 0px;
}

