@charset "UTF-8";
body {
	padding: 0px;
	margin: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 100%;
	background-color: #151515;
}

.oneColElsCtrHdr #header {
	float: right;
}

.oneColElsCtrHdr #navbar {
	background-image: url(../Images/navbar_bg.png);
	height: 53px;
	text-align: center;
}

.oneColElsCtrHdr #container {
	width: 1024px; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../Images/gold_grad.png);
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #E9ECBC;
}

.oneColElsCtrHdr #mainContent {
	height: auto;
	min-height: 390px;
	max-height: 390px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.description {
	font-size:18px;
}

.description #text {
	margin-left: 250px;
	width: 500px;
}

#main{
	line-height: 1.3em;
}

#chimes{
	line-height: 1.4em;
}

#timer{
	line-height: 1.5em;
}

#presets{
	line-height: 1.6em;
}

#journal{
	line-height: 1.6em;
}


#iphone_base {
	background-image: url(../Images/iphone_base.png);
	height: 335px;
	width: 179px;
	float:left;
	margin-left: 20px;
	margin-top: 30px;	
}

#appstore_badge {
	height: 63px;
	width: 165px;
	margin-right: 20px;
	margin-top: 320px;
	float:right;
	border-width: 0px;
}

.oneColElsCtrHdr #footer {
	height: 62;
}

.iphone_screen {
	margin-top: 38px;
	margin-left: 16px;	
	width: 147px;
	height: 221px;
	float:left;
}

.iphone_screen2 {
	margin-top: 35px;	
	margin-left: 16px;	
	width: 147px;
	height: 221px;
	float:left;
}

#twitter {
	z-index: 3;
	margin-right: 20px;
	float: right;
}

#facebook {
	float: right;
	margin-right: 20px;
}

#banner  	{ position: relative; height: 126px; width: 1024px; background-image: url(Images/banner_bg.jpg); float: right; z-index: 0; }
#bannerbar  	{ position: relative; height: 23px; width: 1024px; background-image: url(Images/bannerbar.jpg); }
.copyright {
	text-align: right; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #757575;
	font-size: 11px;
	float: right;
	margin-top: 15px;
}

a:link		{ color:gold; 	text-decoration:underline; }
a:visited   { color:tan; 	text-decoration:underline; }
a:hover     { color:yellow; text-decoration:underline; }
a:active    { color:gold; 	text-decoration:underline; }


a.startnow:link		{ color:black; 	text-decoration:none; }
a.startnow:visited 	{ color:black; 	text-decoration:none; }
a.startnow:hover   	{ color:gold;   text-decoration:none; }
a.startnow:active  	{ color:black; 	text-decoration:none; }
