@charset "UTF-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	text-align: center;
	background-color: #AEADD4;
	width: auto;
}
h2 {
	font-size: large;
	font-weight: bold;
	margin-top: 0px;
}
p {
	line-height: 125%;
}
#container {
	background-image: none;
	background-repeat: repeat-x;
	background-position: right top;
	text-align: center;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #833083;
	border: thick none #DE1959;
}
#banner {
	background-image: none;
	background-repeat: no-repeat;
}
#content {
	background-image: none;
	background-position: right top;
	margin: 0px;
	float: right;
	background-repeat: no-repeat;
	background-color: #AFACD6;
	width: 80%;
	text-align: right;
}
#sidebar {
	float: left;
	width: 20%;
	background-image: none;
}
/* CSS Document */

#footer {
	font-size: x-small;
	font-weight: lighter;
	color: #E8E8E8;
	text-align: center;
	clear: both;
	margin: 0px;
	padding: 5px;
	background-image: none;
}
.imageborder {
	border: 25px solid #F6E73D;
}
