html, body {
	padding: 0;
	margin: 0;
}

html {
	background: #01648D url(../images/bg-repeat-x.png) bottom repeat-x;
}
body {
	background: url(../images/bg.png) bottom center no-repeat;
	color: #333;
	font-size: 62.5%;
	font-family: tahoma, verdana, arial, sans-serif;
	text-align: center;
}
html#noFlash,
html#noFlash body {
	height: 100%;
}

#wrapper {
	width: 975px;
	margin: auto;
	padding: 20px 0px;
	text-align: left;
}


h1 {
	text-indent: -10000px;
	width: 975px;
	height: 145px;
	padding: 0;
	margin: 0 0 20px 0;
	background: transparent url(../images/header-trans.png) no-repeat;
}

h1 a {
	display: block;
	width: 220px;
	height: 145px;
	margin-left: 50px;
	
}

#content-top-curves {
	height: 30px;
	background: transparent url(../images/content-curves-top-trans.png) no-repeat;
}

#content {
	padding: 0 30px;
	margin: -25px 0px;
	_margin: -19px 0px;
	background: #fff;
}


h2 {
	font-size: 3em;
	text-transform: capitalize;
}
h3 {
	font-size: 2em;
	text-transform: uppercase;
}
h4 {
	font-size: 1.5em;
	text-transform: uppercase;
}
h2, h3, h4 {
	font-weight: normal;
	color: #000;
}
p, th, td, li {
	font-size: 1.33em;
	line-height: 1.75em;
}
li li {
	font-size: 1em;
}

#content-bottom-curves {
	height: 30px;
	background: transparent url(../images/content-curves-bottom-trans.png) no-repeat;
}

