body {
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
	font-size: 10pt;
	font-family: arial;
}

img {
	border: none;
}

hr {
	border: none;
	background-color: rgb(255,255,255);
	height: 3px;
	margin: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
}

a {
	color: rgb(56,126,231);
	text-decoration: none;
}
a:hover {
	color: #91b3e7;
}

#Everything {
	width: 600px;
	padding: 0px;
	margin: 0px;
	position: relative;
	left: 50%;
	margin-left: -300px;
}

#EverythingEdit {
	width: 600px;
}

#Navigation {
	text-align: right;
	margin-top: 20pt;
	margin-bottom: 20pt;
	width: 600px;
	//border: solid 1px white;
	font-size: 12pt;
}
	#Navigation a {
		margin-left: 30px;
	}
	
#MailForm {
	text-align: right;
	//margin: 10px;
	//background-color: rgb(50,50,50);
	//border: 2px solid rgb(100,100,100);
	//padding: 10px;
}

#MainBody {
	clear: both;
}

#HostTag {
	text-align: center;
	margin-top: 60px;
}

#LogInDiv {
	width: 600px;
	position: relative;
	left: 50%;
	margin-left: -300px;
	padding: 40px;
	border: solid 10px rgb(70,70,70);
}

.PhotoBox {
	float: left;
	border: none;
	overflow: hidden;
	vertical-align: middle;
	margin: 2px;
}

.ShopItem {
	border: solid 3px rgb(50,50,50);
	margin-bottom: 10px;
	padding: 10px;
}
	.ShopItem p {
		clear: both;
	}
	.ShopItem .Cover {
		margin: 20px;
		//border: 5px solid white;
	}
	.ShopItem .CDBabyImg {
		margin: 5px;
	}

.Message {
	margin: 20px;
	padding: 1px;
	text-align: center;
}
	.Bad {
		border: solid 4px rgb(100,10,10);
		background-color: rgb(50,30,30);
	}
	.Good {
		border: solid 4px rgb(10,100,10);
		background-color: rgb(30,50,30);
	}

.VertAlignMiddle {
	vertical-align: middle;
}

.Clear {
	clear: both;
}

