@font-face {
    font-family: 'JellykaleGrandSautRegular';
    src: url('/fonts/le_grand_saut-webfont.eot');
    src: url('/fonts/le_grand_saut-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/le_grand_saut-webfont.woff') format('woff'),
         url('/fonts/le_grand_saut-webfont.ttf') format('truetype'),
         url('/fonts/le_grand_saut-webfont.svg#JellykaleGrandSautRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.header_tagline {
	font-family: 'JellykaleGrandSautRegular',arial,helvetica,sans-serif
	padding-top: 5px;
	font-size: 28px;
	font-weight: italic;
	text-align: left;
}

.tagline {
	font-family: 'JellykaleGrandSautRegular',arial,helvetica,sans-serif
	font-size: 32px;
	/*font-weight: italic;*/
	text-align: center;
}


#testtagline {
	font-family: 'JellykaleGrandSautRegular',arial,helvetica,sans-serif
	font-size: 32px;
	/*font-weight: italic;*/
	text-align: center;
}

html, body {
	height: 100%;
	width: 100%; 
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	/*
	font-family: arial,helvetica,sans-serif; 
	font-size:12px;
	*/
}

font, td, th, center, p, a {
	font-family: arial,helvetica,sans-serif; 
	font-size:12px;
}

td {
	vertical-align: top;
}

h1, h2, h3, h4, h5 {
	font-family: arial,helvetica,sans-serif;
	color: #000000;
}

A:link {
	font-family: arial,helvetica,sans-serif; 
	color: #000000;
}

A:visited {
	font-family: arial,helvetica,sans-serif; 
	color: #ff0000;
}

A:active {
	font-family: arial,helvetica,sans-serif; 
	color: #ffcc00;
}

/*
.header {
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
}

.footer {
	position: float; 
	width: 100%;
	font-family: arial,helvetica,sans-serif; 
	font-size: 10px;
	color: #aaaaaa;
	background-color: #ffffff;
}
*/
.footer_link {
	font-family: arial,helvetica,sans-serif; 
	font-size: 8px;
	color: #aaaaaa;
}

.navigation {
	position: absolute;
	top: 0px;
	left: 5px;
	width: 190px;
	padding: 0px; 
	margin: 0px;
	background-color: #ffffff;
	font-weight: bold;
}

.navigation A:link {
	text-decoration: none;
	color: #000000;
	font-size: 14px;
}

.navigation A:visited {
	text-decoration: none;
	color: #000000;
	font-size: 14px;
}

.navigation A:active {
	text-decoration: underline;
	color: #000000;
	font-size: 14px;
}

.main {
	position: relative;
	top: 0px;
	left: 200px;
	width: 800px;
	padding: 0px; 
	margin: 0px;
	background-color: #ffffff;
}

.main_nav,
.main_nav_link {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}



.subtagline {
	font-size: 18px;
	font-weight: italic;
}
	
.subtagline_row {
	text-align: center;
	padding: 20px;
}


