a {
	color: rgb(138,164,221);
}
a:hover {
	color: rgb(187,165,191);
}

#body-style {
	background: white url(backgrounds/daisy.jpg) repeat;
	color: rgb(187,165,191);
}

#wrapper {
	-webkit-border-radius:1.0em;
	-moz-border-radius:1.0em;
	border:0.25em solid rgb(224,112,161);
	padding:0.4em;
	margin: 2em auto 0em;
	background-color: white;
	width: 55em;
}

#main {
	-webkit-border-radius:0.75em;
	-moz-border-radius:0.75em;
	border:0.5em solid rgb(187,165,191);
	padding:1em;
	margin: auto;
	background-color: white;
}

#header {
	background-color: white;
}

#header  #tagline h1 {
	position: absolute;
	top: 8.5em;
	left: 2em;
	font: italic bold 1em Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
}

#sidenav {
	background-color: white;
	border:0.2em solid rgb(138,164,221);
}

#sidenav  h1 {
	color: white;
	background: rgb(138,164,221);
}

#sidenav  li  a {
	color: rgb(138,164,221);
}

#sidenav  li  a:hover {
	background-color: rgb(138,164,221);
	color: white
}

#content {
	margin-left: 0.6em;
	margin-top: 0.6em;
}

#content  .button {
	background-color: rgb(187,165,191);
}

#content  .gallery-button {
	background-color: rgb(187,165,191);
}

#content  .upload-button {
	background-color: rgb(187,165,191);
}

#content  .custom-table {
	border:1px solid rgb(226,64,131);
	background-color: rgb(247,219,229);
	color: rgb(226,64,131);
}

#content .custom-table  .top {
	background-color: rgb(226,64,131);
	color: white;
}

#content .custom-table img {
	border-color: rgb(226,64,131);
}

#content  .guidelines {
	border:1px solid rgb(226,64,131);
	background-color: rgb(247,219,229);
	color: rgb(226,64,131);
}

#content   .guidelines     .top {
	background-color: rgb(226,64,131);
	color: white;
}


