body {
	margin: 0px;
	padding: 0px;
	background: #5c3e90;
	color: White;
	font: .8em/1.8em verdana, arial, sans-serif;
}
#wrapper {
	background: #fdf8f2;
	color: Black;
	width: 796px;
	margin-left: 50px;
}
#tagline {
	font-weight: bold;
	background-color: #fdf8f2;
	color: #050845;
	font-style: italic;
	margin: 0;
	padding: 0 0 0 0px;
	width: 796px;
	border-top: 1px solid #711515;
	border-bottom: 1px solid #711515;
	text-align: center;
}
#footer {
	margin: 0;
	padding: 10px 0 10px 0px;
	width: 794px;
	text-align: center;
	font-size: smaller;
	line-height: 100%;
	border-left: 1px solid #711515;
	border-bottom: 1px solid #711515;
	border-right: 1px solid #711515;
}
#main {
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
	margin-top: 1px;
	background-color: #B51032;
	color: #FFFFFF;
}
#content {
	width: 565px;
	margin: 0 796px 0 0;
	background-color: #fdf8f2;
	color: black;
	border-top: 1px solid #711515;
	border-left: 1px solid #711515;
	border-right: 1px solid #711515;
	border-bottom: 1px solid #711515;
	padding: 10px 5px 6px 5px;
	text-align: justify;
}
#content h1 {
	font-size: 1.2em;
	background-color: transparent;
	color: #711515;
}
#navbar {
	position: absolute;
	top: 0;
	right: 0;
	width: 220px;
	text-align: right;
}
#navbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navbar a {
	display: block;
	color: #FFFFFF;
}
#navbar li a {
	border-bottom: 1px solid #ED9F9F;
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 1px solid #711515;
	border-right: 1px solid #711515;
	background-color: #B51032;
	color: #FFFFFF;
	text-decoration: none;
}
#navbar li a:hover {
	background-color: #711515;
	color: #FFFFFF;
}
table {
	width: 100%;
}
#tdte {
	width: 34%;
	padding-left: 10px;
	padding-top: 10px;
	vertical-align: top;
}
#tdes {
	width: 20%;
	padding-left: 20px;
	padding-top: 10px;
	vertical-align: top;
}
#tc { /*Table content */
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 20px;
	vertical-align: top;
}
#ttme {
	width: 40%;
	padding-left: 10px;
	padding-top: 10px;
	vertical-align: top;
}
#tct { /*Table content */
	padding-left: 20px;
	padding-top: 10px;
	vertical-align: top;
}
#tr { /*Table row */
	width: 30%;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	vertical-align: top;
}
#centre {
	text-align: center;
	padding-top: 20px;
	border-top: medium solid;
	}
a {
	color: Blue;
	text-decoration: none;
}
a:hover {
	color: Red;
}
#sqre li {
	list-style: square;
	display: list-item;
}
img {
	padding-right: 15px;
}