body {
	margin: 0px;
	font: small Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: center;
}
/* general links settings -------------------------------------------------- */
a {
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #0099FF;
}
a:visited {
	color: #0099FF;
}
a:hover {
	color: #0099FF;
}
a:active {
	color: #0099FF;
}
/* titles settings -------------------------------------------------- */
h1 {
	font-size: 120%;
	font-style : normal;
}
/* main window elements -------------------------------------------------- */
#mainwindow {
	margin-left: auto;
	margin-right: auto;
	width: 1006px;
	height: 580px;
	text-align: left;
}
/* menu subwindow elements -------------------------------------------------- */
#menuwindow {
	position: absolute;
	margin: 30px;
	width: 406px;
}
/* html subwindow elements -------------------------------------------------- */
#htmlwindow {
	position: absolute;
	top: 85px;
	margin: 30px;
	width: 406px;
}
#htmlwide {
	width: 900px;
}
/* elButton elements -------------------------------------------------- */
.elButton a  {
	padding: 0px 10px 5px 0px;
	text-decoration: none;
	font-size: 80%;
	float:left;
}
.elButton a:link {
	color: #FFFFFF;
}
.elButton a:visited {
	color: #FFFFFF;
}
.elButton a:hover {
	color: #CCCCCC;
}
.elButton a:active {
	color: #FFFFFF;
}
/* elBar elements -------------------------------------------------- */
.elbar {
	height:1px;
	width: 410px;
	background: #FFFFFF;
	clear:left;
}
/* flash subwindow elements -------------------------------------------------- */
#flashcontent {
	position: absolute;
	margin-left: 466px;
	width: 540px;
	height: 580px;
	float:none;
}
/* address subwindow elements -------------------------------------------------- */
#addresswindow {
	position: absolute;
	margin: 610px 0px 0px 0px;
	width: 980px;
	text-align: center;
	font-size: 80%;
	color: #666666;
}
/* quickbook window elements -------------------------------------------------- */
#quickbook {
	position: absolute;
	margin: 580px 0px 0px 0px;
	width: 980px;
	text-align: left;
}
.quickbooktext {
	font-size: 80%;
}
.quickbooktable {
	background: #1c1c1c;
}
/* friends window elements -------------------------------------------------- */
#friendswindow {
	width: 225px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
/* offers title settings -------------------------------------------------- */
.offerstitle {
	font-size: 120%;
	font-weight: bold;
	line-height: 20pt;
}
/* no flash warning settings -------------------------------------------------- */
.warningtitle {
	font-size: 120%;
	font-weight: bold;
}
/* no flash warning settings -------------------------------------------------- */
.downloadflash {
	margin-top: 350px;
	font-size: 80%;
}