#allcontent {
	width: 1024px;
	margin: auto;
}

body { 
	background-color: #50B0D1;
	font-family: font-family, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px;
}

#main {
	background: #E9E9E9;
	font-size: 105%;
	padding: 15px;
	margin: 0px 10px 10px 10px;
}

#sidebar {
	background: #E9E9E9;
	font-size: 105%;
	padding: 15px;
	margin: 0px 10px 10px 10px;
}

#footer {
	background-color: #062263;
	color: #efe5d0;
	text-align: center;
	padding: 15px;
	margin: 10px;
	font-size: 90%;
}

#header {
	background-color: #E9E9E9;
	margin: 10px;
	height: 138px;
}



#navigation {
	background: #E9E9E9;
	font-size: 105%;
	padding: 15px;
	margin: 0px 10px 10px 10px;
}

!<--table {
	margin-left:  15px;
	margin-right: 2px;
	border: thin solid black;
	caption-side: top;
	border-collapse: collapse;
}-->

!<--td, th {
	border: thin dotted gray;
	padding: 5px;
}-->


caption {
	font-style: italic;
	padding-bottom: 10px;
}



table table th {
 background-color: white;
}
th {
	background-color:  #56AFD7;
}


.coupon img {
	border:     none;
}
.coupon a:link {
	border: none;
}
.coupon a:visited {
        border:  none;
}

h1 {
	font-size: 120%;
	color: #08295E;
}

h2 {
	font-size: 110%;
color: #08295E;
}
.knightcenter {
	text-align: center;
}
	

.slogan {
	color: #08295E;
}

.beanheading {
	text-align: center;
	line-height: 1.8em;
}

.beanheading img {
	width: 60%;
}

a:link {
	color: #08295E;
	text-decoration: none;
	border-bottom: thin dotted #08295E;
}
a:visited {
	color: #275EB6;
	text-decoration: none;
	border-bottom: thin dotted #275EB6;
}

#sidebar {
	float: right;
	width: 200px;
}

#main {
	margin-right: 250px;
	margin-left: 165px;
}

#navigation {
	float: left;
	width: 115px;
}


#footer {
	clear: both;
}





