body {
	background-image:url(../images/bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	background-color:#405A8D;
	font: normal 75% "Lucida Sans Unicode", Verdana, Arial, Helvetica,sans-serif;
	color:#54505F;
}

p {
	line-height:180%;
}

h1 {
	font-family: "Gill Sans MT", "Trebuchet MS", "MS Sans Serif", sans-serif;
	color:#1D1C20;
	margin-top:25px;
	margin-bottom:10px;
	background-image:url(../images/h1bg.jpg);
	background-repeat:repeat-y;
	padding-left:10px;
}

h2 {
	font-size:100%;
	font-stretch:normal;
	font-weight:normal;
	line-height:180%;
}

#container {
	margin:auto;
	width:800px;
	padding-left:50px;
	padding-right:50px;
	background-color:#FFFFFF;
}

#header {
	background-image:url(../images/oracarelong.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	margin:auto;
	width:800px;
}

#header h1 {
	display:none;
}
#header p {
	text-align:center;
	padding-top:90px;
	padding-bottom:0px;
}

#images {
	padding-top:20px;
	padding-bottom:40px;
	width:800px;
	height:150px;
	overflow:hidden;
	background-image:url(../images/graphics/filmstrip.jpg);
	background-repeat:no-repeat;
}

#main {
	width:100%;
	margin-top:30px;
	margin-bottom:20px;
}

div.hr {
	height:2px;
	width:600px;
	background-color:#54505F;
	margin:auto;
	margin-top:30px;
	margin-bottom:30px;
	background-image:url(../images/hr1.jpg);
	background-position:center;
	background-repeat:no-repeat;
	clear:both;
}

div.hr hr {
	display:none;
}

.clear {
	clear:both;
}

.pagename {
	background-color:#54505F;
	background-image:url(../images/dropdownbghover.jpg);
	background-repeat:repeat-y;
	color:#FFFFFF;
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom:30px;
	margin-top:25px;
	width:130px;
	text-align:center;
	clear:both;
}

.wide {
	background-image:url(../images/dropdownbghoverwide.jpg);
	width:170px;
}


.center {
	text-align:center;
}