body {
	background-color: #C4B7D9;
	padding: 0px;
	margin: 0px;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: small;
	overflow: -moz-scrollbars-vertical;
	text-align: center;
}
#wrap {
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-color: #FFFFFF;
}

#banner {
	height: 100px;
	background-color: #775BA8;
	background-image: url(images/youthpurple1.jpg);
	background-repeat: no-repeat;
	text-align: right;
	color: #FFFFFF;
	padding-right: 80px;
	padding-bottom: 0px;
	padding-top: 0px;
	background-position: left bottom;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #775BA8;
}
h1 {
	padding: 0px;
	font-size: 18px;
	margin: 0px;
	padding-top: 10px;
}
#banner p {
	margin: 5px;
	padding: 0px;
}
#banner strong {
	letter-spacing: .2em;
}
#sidebar {
	float: left;
	width: 200px;
}
#sidebar h1 {
	color: #775BA8;
}
p {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#banner h1 {
	padding-top: 0px;
}
#login a {
	color: #775BA8;
	text-align: right;
	width: 100%;
	font-weight: bold;
	display: block;
}
a {
	color: #775BA8;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	background-image: url(images/purpleblob1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a:visited {
	color: #775BA8;
}
#main {
        padding-left: 10px;
	text-align: center;
	float: left;
	width: 540px;
}
.dpage #main {
        border: solid 1px #c4b7d9;
	text-align: left;
}
.newsitem h1 {
	padding-right: 3px;
	color: #775BA8;
}
br.clear {
	clear: both;
}
#login a:hover {
	text-decoration: underline;
	background-color: #FFFFFF;
}
#main .newsitem {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#sidebar .newsitem {
	margin-top: 20px;
	margin-right: 6px;
	margin-bottom: 20px;
	margin-left: 6px;
}
#main a.newsitem {
	color: #000000;
	text-decoration: none;
	display: block;
	width: 235px;
	padding: 2px;
	height: 100px;
	overflow: hidden;
	border-width: 1px;
	border-style: solid;
	border-color: #775BA8;
}

