* {
	margin: 0;
	padding: 0;
}

BODY {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/brick-bg.gif);
}

h1 {
	text-align: center;
	margin-bottom: 1em;
	font-size: 140%;
}

h2 {
	text-align: center;
	font-size: 120%;
}

.para {
	margin: 1em 0;
	padding: 5px;
	line-height: 140%;
}

.clear {
	clear: both;
}


#page {
	width: 750px;
	margin: 50px auto;
	text-align: left;
	background-color: white;
	background-image: url(images/container_bg.jpg);

}

#page_top {
	background-image: url(images/container_top.jpg);
	width: 750px;
	height: 7px;
}

#banner {
	margin: 10px 25px 10px 25px;
}

#navbar {
	padding-left: 5px;
}

.nb_button {
	margin: 0px;
	padding: 0px;
	border: none;
	display: block;
	text-decoration: none;
	float: left;
}

#content {
	padding: 20px 20px 20px 20px;
}


#page_bottom {
	background-image: url(images/container_bottom.jpg);
	width: 750px;
	height: 6px;
}




