body {
	margin: 0;
	padding: 0;
	background: #FFFFFF repeat-x;
	color: #666;
	font: 12px Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 22px;
	font-weight: bolder;
	color: #666;
}
h2 {
	font-size: 16px;
	font-weight: bolder;
	color: #333;
}
h3 {
	font-size: 14px;
	color: #666;
}
p {
	line-height: 180%;
}
a {
	color: #69C;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
}
hr {
	display: none;
}
#container {
	height: auto;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
/* Header */

#header {
	width: 100%;
	height: 150px;
	background: url(../images/osindeximages/osheader_bkg.gif) repeat-x bottom;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
/* Logo */

#logo {
	float: left;
	height: 100px;
	width: 300px;
	margin-top: 50px;
}
#logo img {
}
/* Header 2 */

#header2 {
	width: 100%;
	height: 320px;
	margin: 0 auto;
	position: relative;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
#contactnumber {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #666;
	float: right;
	height: 20px;
	width: 650px;
	margin-top: 115px;
	margin-bottom: 0px;
}
/* Splash */

#splash {
	width: 980px;
	height: 350px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
/* Page */

#page {
	width: 100%;
	position: relative;
	height: 150px;
	background: url(../images/osindeximages/osheader_bkg2.gif) repeat-x top;
	text-align: center;
}
/* Footer */

#footer-wrapper {
	height: 100px;
	padding: 20px 0;
}
#footer {
	width: 980px;
	margin: 0 auto;
}
#footer p {
	margin: 0;
	line-height: normal;
	color: #666;
	text-align: right;
}
#footer a {
	color: #666;
}
#legal {
	float: left;
	padding: 10px 0 10px 60px;
}
#links {
	float: right;
	padding: 10px 0 0 0;
}
input {
	width: 20px;
	border: 1px solid #FFF;
	font-size: 14px;
}
form {
	display:inline;
}
