html {
	margin-left: 5px;
	margin-top: 5px;
	padding: 0px;
	overflow-y: scroll;
}

body { 
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	padding: 0px;
	background: #ffffff;
	min-width: 475px;
	max-width: 1000px;
	margin-left: auto ;
	margin-right: auto ;
}

td { 
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
}

.pagecontent {
	text-align: center;
	width: 100%;
}

.main {
	background: #ffffff;
}

.logo {
	float: left;
	width:100px;
	padding-left:40px;
	padding-top:25px;
}

.logo_text {
	float: right;
	width:310px;
	padding-right: 30px;
	height:60px;
	font-weight: bold;
	font-size: 25px;
	color: #003300;
	text-decoration: none;
	text-align: right;
	line-height: 60px;
}

.button {
	width:60px;
	height:60px;
	margin: 5px;
}

.section_logo {
	width:120px;
	height:120px;
	margin-left: 15px;
	margin-bottom: 10px;
}

.button:hover .text {
	border-radius: 50%;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-box-shadow: 0 255 10px #0f0;
	-webkit-box-shadow: 0 0 10px #0f0;
	box-shadow: 0 0 10px #0f0;

	color:#000000;
	font-size:13px;
	font-weight:bold;
	font-family:"Arial", helvetica, sans-serif;
	
}

.text {
	vertical-align: middle;
	width:60px;
	height:60px;
	background:#FFF;
	opacity:0;
}

.invite {
	font-family: handwriting;
	font-size: 60px;
	vertical-align: middle;
	padding: 0px;
	position:float;
	text-align: center;
}

.section_text {
	float: right;
	padding: 10px;
	margin-top: -500px;
	margin-left: 120px;
	min-width:260px;
	min-height: 475px;
	max-height: 475px;
	overflow:auto;
}

.section_hidden {
	display: none;
}

.section_initial {
	display: block;
}

.section_title {
	font-weight: bold;
	font-size: 120%;
}

.entry_text {
	text-align: middle;
	font-weight: bold;
	font-size: 120%;
}

.number {
	font-weight: bold;
	font-size: 50%;
}

.navigation {
	height:60px;
	width: 470px;
	text-align: left;
	line-height:110px;	
	vertical-align: bottom;
	white-space: nowrap;
}

.footer {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	padding: 0px;
	position:float;
	text-align: right;
	vertical-align: bottom;
	width: 100%;
	max-width: 1000px;
	bottom: 0px;
	background: #ffffff;
	white-space: nowrap;
	line-height: 16px;
}

.main_text {
	padding-left: 50px;
	padding-right: 50px;
	position: relative;
	text-align: justify;
	min-height: 200px;
}

.bordered {
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.testimonial {
	font-style: italic;
}

.nonbold {
	font-weight: normal;
}

a:link { 
	font-weight: bold;
	color: #0000ff;
	text-decoration: none;
}

a:visited { 
	font-weight: bold;
	color: #660066;
	text-decoration: none;
}

a:hover {
	text-decoration: underline; 
}

a:active { 
	text-decoration: none; 
}

.nav {
	width: 30px;
	text-align: left;
	vertical-align: bottom;
	border-collapse:collapse;
}

.gtip_data { 
	vertical-align: middle;
	font-weight: bold;
	padding: 2px;
}

.nopad { 
	padding: 0px;
}

.shaded { 
	opacity: 0.7;
	color: white !important;
	background-color: black !important;
}

@font-face {
    font-family: 'handwriting'; /*a name to be used later*/
    src: url('/alexbrush.ttf'); /*URL to font*/
}