body {
	background: #990000 url(asset/gentleman1.jpg) no-repeat fixed left top;
	padding-top: 0px;
	padding-left: 180px;
	padding-right: 5%;
	margin: 0px;

}
.title {
	font: bold 2.5em Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #000000;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;

}
.credits {
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.leftDiv {
	float: left;
	width: 60%;
	padding-right: 20px;
	margin-right: 50px;
}
.rightDiv {
	text-align: right;
	width: 350px;
	position: absolute;
	top: 220px;
	right: 35px;
}
.smallImg1 {
	background: url(asset/stars3.gif);
}
.orange {
	color: #FF6600;
	font-size: large;
	font-weight: bold;
	font-style: italic;


}
.menu {
	width: 700px;
	margin: 0px;
	padding: 0px;
}
.ImgBorder {
	border: 2px solid #333333;
}
input {
	background: #999999;
	border: 1px solid #FFFFFF;
}
input.noDec {
	background: transparent;
	border: 0px solid #FFFFFF;
}
textarea {
	background: #999999;
	border: 1px solid #FFFFFF;
}
.alignRight {
	text-align: right;
}

a {
	font-size: 0.9em;
	font-style: italic;
	font-weight: bold;

}
a:link {
	color: #F90;
	text-decoration: underline;

}
a:visited {
	color: #FFCC66;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
a:active {
	color: #FF3366;
	text-decoration: none;
}
.blackBoldItalic {
	font-style: italic;
	font-weight: bold;
	color: #000000;
	font-size: .8em;

}


.pollDiv {
	font-size: smaller;
	font-weight: bold;
	color: #FFFFFF;
	background: url(asset/vote02.gif);
	padding: 5px;
	height: 90%;

}
.pollDiv p {
	font-size: small;
	font-weight: bold;
	color: #990000;
}

.pollDiv h1 {
	font-size: 2em;
	font-weight: bold;
	color: #FFF;
}
.small {
	font-size: 90%;
}
.floatDiv1 {
	position: absolute;
	z-index: 3;
	width: 400px;
	height: 145px;
	right: 0px;
	bottom: 0px;
}
.floatDiv1over {
	position: absolute;
	z-index: 4;
	width: 550px;
	height: 200px;
	right: 25%;
	bottom: 15%;
}
.floatDiv2 {
	position: absolute;
	z-index: 4;
	width: 279px;
	height: 157px;
	bottom: 50px;
	left: 15px;

}
.floatDiv2over {
	position: absolute;
	z-index: 5;
	width: 492px;
	height: 383px;
	bottom: 15%;
	left: 25%;
}
.goHome {
	position: absolute;
	height: 69px;
	width: 167px;
	left: 0px;
	top: 10px;
}
