body {
	background-color: black;
}


#dresses img {
	margin: 17px;
	float: right;
}


a {
	color: #7b0a07;
}

#text p {
	margin-left: 140px;
	margin-right: 10px;
	font-size: 25px;
	font-family: garamond;
	color: gray;
	text-align: justify;
}

#text center{
	font-size: 35px;
	font-family: garamond;
	color: gray;
	text-align: center;
	margin-left: 130px;
}

h1 {
	border-style: solid;
	border-width: 2px;
	border-left-width: 2px;
	border-right-width: 2px;
	border-color: #7b0a07;
	font-family: garamond;
	font-size: 35px
	color: #7b0a07;	
	text-align: center;
	word-spacing: 50px;
	background-color: #999999;
	margin-top: 20px;
	margin-left: 75px;
	margin-right: 75px;
	padding: 10px;	
}


#navigation {
	position: absolute;
	top: 200;
	left: 25;
	width: 100px;
}

#navigation p {
	font-size: 25px;
	font-family: garamond;
	color: red
}






	
