body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #C9D0DA;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	letter-spacing: 1px;
	color: #454855;
	line-height: 18px;
}

.comingSoon {
	font-size: 14px;
	color: #404461;
	letter-spacing: 6px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
}
a {
	color: #454855;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1 {

	font-weight: bold;
	font-size: 22px;
	margin-top:17px;
	padding-top: 0px;
	line-height: 22px;
	letter-spacing: 3px;
}

.navigation {
	padding: 7px 0 5px 0;
	margin-bottom: 3px;
	border-bottom: dotted gray 1px;
	line-height: 15px;
	text-align:center;
}
