html, body {
	margin: 5px;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 88%;
}

h1 {
	font-size: 28pt;
	letter-spacing: 6px;
	margin: 0;
}

h2.subtitle {
	margin-top: 0px;
	margin-bottom: 40px;
}
h4 {
	border-bottom:1px solid white;
}

.page-header {
	margin: 0;
	padding: 0;
	height:110px;
	background: #000000 url(../images/header.png) 50% 50% repeat;
}

.ph1t {
	margin: 0;
	padding: 0;
	height:50px;
	background: #000000 url(../images/p01t.png) 50% 50% no-repeat;
}
.ph1b {
	margin: 0;
	padding: 0;
	height:50px;
	background: #000000 url(../images/p01b.png) 50% 50% no-repeat;
}

.ph2t {
	margin: 0;
	padding: 0;
	height:50px;
	background: #000000 url(../images/p02t.png) 50% 50% no-repeat;
}
.ph2b {
	margin: 0;
	padding: 0;
	height:50px;
	background: #000000 url(../images/p02b.png) 50% 50% no-repeat;
}

.ph3t {
	margin: 0;
	padding: 0;
	height:50px;
	background: #000000 url(../images/p03t.png) 50% 50% no-repeat;
}
.ph3b {
	margin: 0;
	padding: 0;
	height:50px;
	background: #000000 url(../images/p03b.png) 50% 50% no-repeat;
}

.ph4t {
	margin: 0;
	padding: 0;
	height:50px;
	background: #000000 url(../images/p04t.png) 50% 50% no-repeat;
}
.ph4b {
	margin: 0;
	padding: 0;
	height:50px;
	background: #000000 url(../images/p04b.png) 50% 50% no-repeat;
}

.ph5t {
	margin: 0;
	padding: 0;
	height:50px;
	background: #000000 url(../images/p05t.png) 50% 50% no-repeat;
}
.ph5b {
	margin: 0;
	padding: 0;
	height:50px;
	background: #000000 url(../images/p05b.png) 50% 50% no-repeat;
}

.ph6t {
	margin: 0;
	padding: 0;
	height:50px;
	background: #000000 url(../images/p06t.png) 50% 50% no-repeat;
}
.ph6b {
	margin: 0;
	padding: 0;
	height:50px;
	background: #000000 url(../images/p06b.png) 50% 50% no-repeat;
}

.ph7t {
	margin: 0;
	padding: 0;
	height:50px;
	background: #000000 url(../images/p07t.png) 50% 50% no-repeat;
}
.ph7b {
	margin: 0;
	padding: 0;
	height:50px;
	background: #000000 url(../images/p07b.png) 50% 50% no-repeat;
}

.ph8t {
	margin: 0;
	padding: 0;
	height:50px;
	background: #000000 url(../images/p08t.png) 50% 50% no-repeat;
}
.ph8b {
	margin: 0;
	padding: 0;
	height:50px;
	background: #000000 url(../images/p08b.png) 50% 50% no-repeat;
}

.ph9t {
	margin: 0;
	padding: 0;
	height:50px;
	background: #000000 url(../images/p09t.png) 50% 50% no-repeat;
}
.ph9b {
	margin: 0;
	padding: 0;
	height:50px;
	background: #000000 url(../images/p09b.png) 50% 50% no-repeat;
}

.ph10t {
	margin: 0;
	padding: 0;
	height:50px;
	background: #000000 url(../images/p10t.png) 50% 50% no-repeat;
}
.ph10b {
	margin: 0;
	padding: 0;
	height:50px;
	background: #000000 url(../images/p10b.png) 50% 50% no-repeat;
}

#container {
	margin: 10px 10px 10px 10px;
	width: 440px;
	background-color: transparent;
}

#countdown_dashboard {
	height:55px;
}

.dash {
	width: 60px;
	height: 38px;
	/*background: transparent url('../images/smalldash.png') 0 0 no-repeat;*/
	float: left;
	margin-left: 5px;
	position: relative;
	/*border: 1px solid #3b2003;
	background-color:#784207;*/
}

.dash .digit {
	font-size: 10pt;
	font-weight: bold;
	float: left;
	width: 25px;
	height:20px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	position: relative;
	/*border: 1px solid #3b2003;
	background-color:#c46b0b;*/
}

.dash_title {
	position: absolute;
	display: block;
	bottom: 2px;
	width:54px;
	left: 2px;
	font-size: 6pt;
	color: #ffffff;
	text-align:center;
	text-transform: uppercase;
	letter-spacing: 2px;
	/*border: 1px solid #3b2003;
	background-color:#c46b0b;*/
}

.dev_comment {
	font-size: 14pt;
	color: #777;
	text-align: center;
	font-style: italic;
	margin: 40px 10px;
}

#subscribe_form {
	position: relative;
} 

#email_field {
	font-size: 16pt;
	padding: 6px 10px;
	width: 300px;
}

#subscribe_button {
	font-size: 14pt;
	color: #333;
	padding: 4px 8px;
}

.copyright {
	font-size: 9pt;
	color: #333;
	margin: 40px 0px;
}

.faded {
	color: #999;
}

.form_message {
	width: 400px;
	padding: 10px;
	margin: 15px auto;
	display: none;
}

#error_message {
	background-color: #ffe;
	border-left: 5px solid #bb3;
	border-right: 5px solid #bb3;
	color: #770;
}

#info_message {
	background-color: #f0f9ff;
	border: 1px solid #eef;
}

#loading {
	text-align: center;
	margin: 10px;
	display: none;
	position: absolute;
	width: 100%;
	top: 60px;
}