html{
	height:100%;
}
body {
	min-width: 650px;
	height: 100%;
	min-height: 600px;
	margin: 0;
	padding: 0;
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #555;
	background: #FFFFFF;
	background-image: url('images/forkishtop.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

#wrapper {
/*	background:#F0F;*/
	width: 650px;
	min-width: 650px;
	height: 100%;
	min-height: 600px;
	margin: auto;
	padding: 25px;
	text-align: center !important;
	background-image: url('images/forkishbottom.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
}
#header {
/*	background:#F00;*/
	height:150px;
	padding:0px;
	margin:0px;
	vertical-align:top;
}
#content {
/*	background:#0F0;*/
	height:100%;
	padding:0px 50px;
	margin:0px;
	vertical-align:top;
}
#footer {
/*	background:#00F;*/
	height:50px;
	padding:5px;
	margin:0px;
	vertical-align:bottom;
	font-size:10px
}
#logo {
	margin:15px auto 5px auto;
}


a {
	color:#A00;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}


p{
	text-align:left;
	margin: 5px 10px 10px 10px;
}
p.center{
	text-align:center;
}
p.bold{
	font-weight: bold;
}
p.heading{
	font-weight:bold;
	margin-left:auto;
}

li{
	text-align:left;
	margin: 5px 10px 10px 25px;
}
img {
	border:0px hidden;
}