

/* generic */


body {
	margin:0;
	padding:0;
	background-color:#423C30;
}

body, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
}

#site {
	width:740px;
	text-align:left;
}


/* header */


#header {
	width:740px;
	height:410px;
	background:top center no-repeat url(../images/banner-bgnd.jpg);
}

#header .intro {
	position:relative;
	width:295px;
	top:202px;
	left:379px;
}

#header .intro .closeup {
	position:relative;
	width:114px;
	left:180px;
}


/* body */


#body {
	padding:0px 33px 0px 20px;
}

#body h2 {
	font-size:16px;
	font-weight:bold;
	margin-top:0;
	color:#FFFFFF;
}

#body strong {
	font-weight:bold;
	color:#FFFFFF;
}

#body a {
	color:#B9B5AF;
}
#body a:hover {
	color:#FFFFFF;
}

/*
#body .vote {
	float:left;
	width:114px;
	height:115px;
	padding:14px 14px 0px 50px;
	background:top right no-repeat;
	text-align:right;
	color:#B9B5AF;
}

#body .yes {
	margin-right:20px;
	background-image:url(../images/button-yes.gif);
}

#body .no {
	background-image:url(../images/button-no.gif);
}
*/

#body .yes {
	float:left;
	width:164px;
	padding-right:24px;
	color:#B9B5AF;
}

#body .no {
	float:left;
	width:114px;
	height:115px;
	padding:14px 14px 0px 50px;
	background:top right no-repeat;
	text-align:right;
	color:#B9B5AF;
	background-image:url(../images/button-yes.gif);
}

#body .buy {
	float:right;
	width:247px;
	background:#766953 bottom center no-repeat url(../images/button-buy.gif);
	padding:0;
	color:#DDD9D4;
}

#body .null {
	background:#766953 bottom center no-repeat url(../images/button-null.gif);
	padding-bottom:55px;
}

#body .buy h2, #body .buy p {
	padding:0px 18px 0px 18px;
}

#body .buy p {
	margin-bottom:0;
}

#body .leftcol {
	width:410px;
}

#body .leftcol a {
	color:#FFFFFF;
}


/* footer */


#footer {
	clear:left;
	padding:20px 0px 5px 0px;
}

#footer, #footer a {
	font-size:11px;
	text-align:center;
	text-decoration:none;
	color:#686359;
}


/* form */


form label {
	clear:left;
	float:left;
	display:block;
	width:110px;
	font-weight:bold;
}

