/*block*/

* {
	padding:0px;
	margin:0px;
}

html, body {
	height: 100%;
	width: 100%;
}

#expander {
	position: relative;
	left: 0px;
	top: 0px;
	width:99%;
	height:99%;
}

#center {
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	margin: 0 auto;
	width: 980px;
	height: 1200px;
	background-color: #ffffff; 
}
/*
#flashcontent {
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	margin: 0 auto;
	width: 980px;
	height: auto;
	background-color: #ffffff;
	text-align: center;
}
*/
#flashpusher {	
	position: relative;
	left: 0px;
	top: 0px;
	width: 980px;
	height: 150px;
	background-color: #ffffff;
	text-align: center;
}

#nonflashcontent {
	position: relative;
	left: 0px;
	top: 10px;
	width: 980px;
	height: 1200px;
	background-color: #ffffff;
	text-align: center;
}

.contentcup {
	position: relative;
	left: 240px;
	top: 0px;
	width: 500px;
	height: auto;
	margin-bottom: 16px;
}

.spacer {
	position: relative;
	top: 0px;
	left: 0px;
	width: 980px;
	height: 34px;
}
	

/*inline*/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 17px;
	font-weight: bold;
	color: #333333;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #000000;
	margin-top: 10px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	margin-bottom: 6px;
}

#flashpusher p {
	font-size: 13px;
	line-height: 15px;
}

.bold {
	font-weight: bold;
}