@charset "UTF-8";
/* CSS Document */

body{
	background-color: #FFFF;
	background-image:url(images/background.png);
	background-position: center;
	background-size:100%;
	background-repeat:repeat-y;
}



#content{
	margin-left:15%;
	margin-right:5%;
	color:#4f2451;
	float:left;
	width:75%;
}

#contact{
	float:right;
}

.quote{
	color: #a03076;
	text-align:center;
}
.top{
	text-align:center;
	color:#4f2451;
}

#header{
	width:100%;
	text-align:center;
	color: #4f2451;
}

ul li{
	display:inline;
}
li{
	list-style-type:none;
	padding-left:15px;
}

a{
	text-decoration:none;
	color: #4f86c7;
	font-size:18px;
}
a:hover{
	color:#a03076;
}
.current{
	color:#4f2451;
}

img{
	border:none;
}
a img{
	border:none;
}


#footer{
	background-color:#4f2451;
	float:left;
	width:100.6%;
	margin-left:-10px;
	text-align:center;
}

.pink{
	color: #8f0a5d;
}


h3{
	color:#8f0a5d;
	font-weight:200;
}