/* CSS Document */

p,h1,h2,h3,h4,h5,h6,ul,ol,li {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.4em;
	margin-left: 0px;
}
body {
	padding: 0;
	width: 100%;
	display: table;
	background-position: center top;
	text-align: center;
	font-size: 100.01%;
	margin: 0;
	background-image: url(../images/layout/bg.jpg);
	background-repeat: repeat-x;
	background-color: #b3b3b3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	padding: 0px;
	width: 989px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	position: relative;
	background-image: url(../images/layout/border.jpg);
	background-repeat: repeat-y;
}
#logo {
	background-image: url(../images/layout/logo.jpg);
	background-repeat: no-repeat;
	height: 127px;
	width: 989px;
}
#nav {
	height: 140px;
	width: 989px;
}
#content {
	background-image: url(../images/layout/content.jpg);
	width: 889px;
	background-repeat: no-repeat;
	text-align: left;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 20px;
	min-height: 227px;
}
#footer {
	background-image: url(../images/layout/footer.jpg);
	background-repeat: no-repeat;
	width: 989px;
	background-color: #b3b3b3;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #000000;
}
#footer a:hover, #footer a:active {
	color: #000000;
	text-decoration: underline;
}


ul {
	list-style-position: inside;
}

.underlined {
	text-decoration: underline;
}
.floatLeft {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
}
.floatRight {
	float: right;
	padding-bottom: 15px;
	padding-left: 15px;
}
.centered {
	text-align: center;
}
.textRight {
	text-align: right;
}
.copyright {
	font-size: 12px;
}
.aliveWebDesign {
	font-size: 9px;
	text-align: right;
	padding-right: 15px;
}
