@charset "utf-8";
/*Reset (optional)*/
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
	padding: 0;
	margin: 0;
	border: 0;
	font-weight: normal;
}
img {
	border: 0;
	max-width: 100%;
	height:auto;
	}
table {
	max-width: 100%;
	height: auto;
}
img {border: 0}
ol, ul {list-style: none}

/*image outline Fix for Firefox*/
a {
    outline:0px;
}
a img {
    border: none;
}
/*End Reset - start styling*/


body {
	font-family:Verdana, Geneva, sans-serif;
	color: #1c0f2e;
	text-align: center;
	background-color: #fff;
	max-width: 100%;
}
/*span classes:*/
.blue {color: #264095}
.red {color: #F00}

#wrapper {
	max-width: 96%;
	height:auto;
	margin-top: 1em;
	margin-bottom: 0;
	margin-left: 2%;
	margin-right: 2%;
	position: relative;
	text-align: center;
}

#party table img {
	max-width: 100%;
	height: auto;
	text-align:center;
}

#info {	
	text-align: center;
}
#join {	
	text-align: center;
}
#info2 {	
	text-align: center;
}

#pp form table tr td{
	text-align:center;
}
#pp2 form table tr td{
	text-align:center;
}
#ppb form table tr td{
	text-align:center;
}
#footer {
	font-size: 80%;
	text-align: center;
}

#wrapper a:link {
	color: #FF0000;
	/*font-weight:bold;*/
}
#wrapper a:visited {
	color: #FF0000; 
}
#wrapper a:hover {
	color: #0000FF;
}
#wrapper a:active {
	color: #0000FF;
}
