a {
	text-decoration: none;
}

a:hover {
	/*background: red;*/
	color: orchid;
}

#navigation ul {
	position: relative;
	width: 50%;
	left: 45%;
}

#navigation li {
	display: inline;
}

#vertbar {
	color: royalblue;
}

body {
	font-family: verdana;
	font-size: 80%;
	color: #AAAABB;
}

#ComingSoon {
	font-style: italic;
	text-align: center;
	width: 550px;
	height: 50px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#main {
	/*background-image: url('images/WebsiteComingSoon.jpg');*/
	border: solid #333344;
	width: 554px;
	height: 341px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#mycontent {
	opacity: 0;
	border: solid #333344;
	background: #444455;
	position: relative;
	width: 70%;
	height: 75%;
	top: 5%;
	left: 20%;
}

#footer {
	font-size: 70%;
	color: #666677;
}
