body {
	text-align: center;
	background: #cfc8b9;
	font:  "Garamond", "Times New Roman", serif, Georgia, Times 16px;
	color: #000;
}

h1, h2, h3, p {
	margin-left: 10px;
	margin-right: 10px;
}

h1 {
	color: #AD1112;
	font-size: 30px;
}

h2 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 200%;
}

h3 {
	line-height: 200%;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}

h4 {
	color: #fff;
}

p, ol, ul {
	line-height: 2em;
}

p {
	font-size: 16px;
}


a {
	color: #06C;
	text-decoration: none;
}

a:hover {
	color: #09F;
	text-decoration: none;
}

/* Header */

#header {
	width: 750px;
	height: 250px;
	margin: 0 auto;
	background: url(../images/welcome/welcomehead.jpg) no-repeat left top;
}

#page {
	margin-left: auto;
    margin-right: auto;
	width: 750px;
	text-align: left;
}

/* Content */

#content {
	float: left;
	width: 750px;
	background: #FFF;
	padding-top: 10px;
}

/* Footer */

#footer {
	float: left;
	width: 750px;
	height: 35px;
	background: url(../images/footer.png) no-repeat bottom left;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 85%;
	color: #000000;
}

#footer a {
	color: #000000;
}

