@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #c83c43;
	font: normal 12px Arial, Helvetica, sans-serif;
	}
	
#top {
	background: url(images/bg_flagtop.jpg) repeat-x;
	height: 140px;
	}
	
#tiertop {
	background: url(images/bg_startop.jpg) repeat-x;
	height: 80px;
	}
	
#middle {
	background: #FFFFFF url(images/bg_frontmiddle.jpg) no-repeat;
	height: 454px;
	width: 900px;
	}
	
#tiermiddle {
	width: 900px;
	}
	
#bottom {
	background:url(images/bg_menubottom.jpg) repeat-x;
	height: 69px;
	text-align: center;
	}

#footmenu {
	color: #CCCCCC;
	font: normal 14px arial, Helvetica, sans-serif;
	padding-top: 10px;
	letter-spacing: 1px;
	}
	
#testimony {
	color: #333333;
	padding-top: 200px;
	text-align: justify;
	float: left;
	width: 300px;
	font-style: italic;
	font-size: 16px;
	}
	
#start {
	padding-top: 0px;
	float: right;
	width: 314px;
	}
	
#realtime {
	padding-top: 0px;
	padding-right: 25px;
	float: right;
	}
	
#footmenu a {
	color: #CCCCCC;
	text-decoration:none;
	}
	
#footmenu a:hover {
	color: #fff;
	text-decoration:underline;
	}
	
