* {
    margin: 0;
}

body, html {
	margin:0;
	padding:0;
	text-align:center;
	color:#FFFFFF;
	font-family: 'McLaren', cursive;
	font-size:32px;
	height: 100%;
	background-color: #336699;
/*	background-image:url(bg3.jpg);
	background-repeat:repeat-x;
	*/
}

.wrapper {
	margin: auto;
	padding: 0;
	width:1700px;
	background-color: #336699;
	padding-left: 20px;
    min-height: 100%;
}

.page-wrap {
  min-height: 100%;
  /* equal to footer height */
    margin-bottom: -42px;
	text-align: center;
	height: 100%;
}
.page-wrap:after {
  content: "";
  display: block;
}
.site-footer, .page-wrap:after {
  /* .push must be the same height as footer */
    height: 42px; 
}
.site-footer {
  background: #666;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  padding-top: 6px;
}

#header{
	float:left;
	margin: 0 auto;
	width:1700px;
	height:60px;
	padding:0;
	border: 0;
	text-align:left;
	padding-top: 20px;
}

#header_logo{
	float:left;
	margin: 0 auto;
	width:240px;
	height:80px;
	padding:0;
	margin-top: 6px;
	border: 0;
	text-align:left;
}

.L2 {
	font-family: 'McLaren', cursive;
	font-weight:bold;
	font-size:20px;
	text-decoration:none;
	color: #FFF;
	padding: 4px;
	vertical-align:middle;
}

.L2on {
	font-family: 'McLaren', cursive;
	font-weight:bold;
	font-size:20px;
	text-decoration:none;
	color: #99CCFF;
	padding: 4px;
	vertical-align:middle;
	border-bottom: 4px solid #33CC33;
}

a.L2:hover{
	border-bottom: 4px solid #33CC33;
}

.L3 {
	font-family: 'McLaren', cursive;
	font-weight:bold;
	font-size:20px;
	text-decoration:none;
	color: #FFF;
	min-height: 30px;
	padding-right: 30px;
	vertical-align:middle;
}

a.L3:hover{
	border-bottom: 4px solid #33CC33;
}

.button01 {
	-moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
	-webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
	box-shadow: 0px 1px 0px 0px #f0f7fa;
	background-color: #339933;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border: none;
	border-radius:6px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
    font-family: 'Roboto', sans-serif;
	font-size:24px;
	font-weight:bold;
	padding:6px 42px;
	text-decoration:none;
	text-shadow:0px -1px 0px #5b6178;
}
.button01:hover {
	background:none;
	background-color:#2DB34A;
}
.button01:active {
	position:relative;
	top:1px;
}

td {font-size:24px;}

#t1 {font-size:24px; height:60px; text-align:center; vertical-align:middle; background-color:#6699CC;}


