/* CSS Document */

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #003877 url(../images/bg-gradient.gif) 0 0 repeat-x;
	min-width: 740px;
	text-align: center;
	color: #000;
}

#wrapper {
	width: 740px;
	margin: 0 auto;
	text-align: left;
	height: 400px;
}

h1.header {
	margin: 0px;
	padding: 0px;
	width: 740px;
	height: 68px;
	background: url(../images/header.jpg) 0 0 no-repeat;
}

h1.header em {
	display: none;
}

#topedge {
	width: 740px;
	height: 10px;
	background: url(../images/edge-top.gif) 0 0 no-repeat;
	margin: 0px;
	padding: 0px;
}

#bttmedge {
	width: 740px;
	height: 22px;
	background: url(../images/edge-bottom.gif) 0 0 no-repeat;
}

#content {
	background: #FFF ;
	padding: 12px 17px;
	margin: 0 5px;
}

h1 {
	font-size: 18px;
	color: #C63;
	margin: 0 0 5px 0;
	padding: 0px;
}

p {
	margin: 0 0 12px 0;
	padding: 0px;
}

#footer {
	color: #FFF;
	font-size: 10px;
	margin: 6px 0 12p 0;
	padding: 0 17px;
}
