body {
	background-color: #1c3861;
}

a {
	color: #999;
	text-decoration: none;
}

a img {
	border-style: none;
	border: 0px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #FF0;
}

a:visited {
	color: #aaa;
	text-decoration: none;
}
h1 {
	font-size: 44px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-family: 'Sorts Mill Goudy', serif;
	text-transform: uppercase;
	color: #fff;
	line-height: 40px;
	text-align: center;
}
h2 {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #FFF;
	padding: 0px;
	font-weight: 100;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
h3 {
	font-size: 16px;
	padding: 0px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFF;
	line-height: 30px;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: lighter;
}
#line {
	height: 1px;
	width: 600px;
	float: left;
	margin-left: 100px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	margin-right: 100px;
	margin-top: 4px;
}

#container {
	height: 800px;
	width: 960px;
	margin-top: 70px;
	margin-right: auto;
	margin-bottom: 70px;
	margin-left: auto;
}

#logo {
	width: 800px;
	margin-right: 80px;
	margin-left: 80px;
	margin-top: 250px;
	margin-bottom: 100px;
}
#sublogo {
	width: 800px;
	margin-right: 80px;
	margin-left: 80px;
	margin-top: 0px;
	margin-bottom: 0px;
}
/*--------------------Timer-----------*/
.numbers {
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 36px;
	font-weight: normal;   /* options are normal, bold, bolder, lighter */
	font-style: normal;  /* options are normal or italic */
	color: #666;      /* change color using the hexadecimal color codes for HTML */
	width: 100px;
}
.title {    /* the styles below will affect the title under the numbers, i.e., "Days", "Hours", etc. */
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: lighter;   /* options are normal, bold, bolder, lighter */
	color: #666;
	width: 100px;
}
#table {
	width: 600px;
	height: 100px;
	border-style: none;
	padding-right: 180px;
	padding-left: 180px;
}
