@charset "utf-8";
body {
	background-color: #0f8c15;
	background-image: url(images/bkg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #333333;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	line-height: 1.2;
	margin: 10px 0;
	padding: 0;
}
h2 {
	font-size: 16px;
	margin: 0;
	padding: 0;
}
h3 {
	font-size: 14px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

br {
	clear: both; 
	font: 0px/0px monospace;
}
p {
	margin-left: 10px;
}
td {
	vertical-align: top;
}
a {
	color: #3366CC;
}
a:hover {
	text-decoration: none;
}

#header {
	text-align: left;
	width: 934px;
	margin: 10px auto 0 auto;
}
.container {
	width: 934px;
	margin: 0px auto;
}
#intro {
	background-image: url(images/bkg_midle.gif);
	background-repeat: repeat-y;
	text-align: left;
	width: 934px;
	margin: 0px auto;
}
#intro #txt {
	margin: 0;
	width: 860px;
	padding: 10px 40px 10px 40px;
	text-align: left;
}
#skins {
	margin: 0px auto;
	text-align: left;
	width: 900px;
}
#skins h1, #skins h2, #skins p , #skins table  {
	color: #FFFFFF;
}
#skins th {
	font-size: 14px;
	height: 30px;
	padding-left: 5px;
	border-top: 1px solid #B3FFB3;
}
#skins td {
	padding-left: 10px;
}
#skins  td.img  {
	padding: 0px;
	height: 200px;
}

#skins table {
	float: left;
	margin-top: 40px;
	width: 180px;
}
.cell1 {
	color: #B3FFB3;
}
#skins .cell2 {
	font-weight: bold;
	width: 100px;
}

.skin {
	float: left;
}
#skins a {
	color: #FFFF99;
}
#skins   a.button  {
	color: #333333;
}

#skins a:hover {
	text-decoration: none;
}
a.button {
	background-image: url(images/btn_grey.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 6px;
	display: block;
	height: 27px;
	width: 120px;
	color: #333333;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
a:hover.button {
	background-position: 0 -40px;
	color: #000000;
} 
#skins a.button {
	background-image: url(images/btn_vote.gif);
	padding-top: 10px;
	display: block;
	height: 30px;
	width: 100px;
	color: #333333;
}
#btnSubmit {
	background-image: url(images/btn_grey.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-color: transparent;
	padding-top: 0px;
	display: block;
	height: 35px;
	width: 120px;
	color: #333333;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	border: 0;
}
#btnSubmit:hover {
	background-position: 0 -40px;
	color: #000000;
} 

