a {
	color: rgb(224,112,161);
}
a:hover {
	color: rgb(165,205,115);
}

#body-style {
	background: white url(/images/background/daisy.jpg) repeat;
	color: rgb(155,85,19);
}

#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;
}

#main {
	-webkit-border-radius:0.75em;
	-moz-border-radius:0.75em;
	border:0.5em solid rgb(165,205,115);
	padding:1em;
	margin: auto;
	background-color: white;
}

#header {
	background-color: white;
}

#header  #tagline h2 {
	position: absolute;
	top: 8.5em;
	left: 2em;
	font: italic bold 1em Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
}

#sidenav {
	background-color: rgb(242,182,176);
	border:0.2em solid rgb(107,65,16);
}

#sidenav  h2 {
	background: rgb(107,65,16);
	color: white;
}

#sidenav  li  a {
	color: rgb(107,65,16);
}

#sidenav  li  a:hover {
	background-color: rgb(107,65,16);
	color: white
}

#content  .button {
	background-color: rgb(164,204,116);
}


#content  .gallery-button {
	background-color: rgb(164,204,116);
}

#content  .upload-button {
	background-color: rgb(164,204,116);
}

#content  .custom-table {
	border:1px solid rgb(107,65,16);
	background-color: rgb(242,182,176);
	color: #333333;
}

#content .custom-table  .top {
	background-color: rgb(107,65,16);
	color: #FFFFFF;
}

#content .custom-table img {
	border-color: rgb(107,65,16);
}

#content  .guidelines {
	border:1px solid rgb(107,65,16);
	background-color: rgb(242,182,176);
	color: #333333;
}

#content   .guidelines     .top {
	background-color: rgb(107,65,16);
	color: #FFFFFF;
}

