body { 

	background-image: url('theme2/images/background.jpg');
	background-repeat:repeat-x;
}
#header{
	background-image: url('theme2/images/header.jpg');
	background-repeat:no-repeat;
	width:866px;
	height:270px;
	margin:-8px auto;
}
#content{
	background-image: url('theme2/images/body.jpg');
	background-repeat:repeat-y;
	width:815px;
	margin:-18px auto;
}
#contentHolder{
	margin-left:20px;
	width:760px;
}
#footer{
	background-image: url('theme2/images/footer.jpg');
	background-repeat:no-repeat;
	width:815px;
	height:33px;
	margin:0 auto;
}

.bulletNormal{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	font-size:18px;
}
.bulletNormal li {
	padding:5px 0 0 25px;
	background-image: url('theme2/images/blue_button.png');
	background-repeat: no-repeat;
	font-size:18px;

}
.bulletCross{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	font-size:18px;

}
.bulletCross li {
	padding:5px 0 0 25px;
	background-image: url('theme2/images/delete.png');
	background-repeat: no-repeat;
	font-size:18px;

}
.bulletTick{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	font-size:18px;

}
.bulletTick li {
	padding:5px 0 0 25px;
	background-image: url('theme2/images/accept.png');
	background-repeat: no-repeat;
	font-size:18px;
}
img{
	display:block; 
	margin-left:auto; 
	margin-right:auto; 	
	clear:both;
}#bottomright {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/seal.gif) no-repeat scroll 0 0;
bottom:0;
display:block;
height:90px;
position:fixed;
right:0;
text-decoration:none;
text-indent:-999em;
width:120px;
}
#bottomfull {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url('theme2/images/bar.jpg') scroll 0 0;
bottom:0;
display:block;
height:90px;
position:fixed;
right:0;
text-decoration:none;

width:100%;
}
/* jQuery Countdown styles 1.5.5. */
.hasCountdown {
	border: 1px solid #ccc;
	background-color: #fff;
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	background-color: #fff;
}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown_show1 .countdown_section {
	width: 98%;
}
.countdown_show2 .countdown_section {
	width: 48%;
}
.countdown_show3 .countdown_section {
	width: 32.5%;
}
.countdown_show4 .countdown_section {
	width: 24.5%;
}
.countdown_show5 .countdown_section {
	width: 19.5%;
}
.countdown_show6 .countdown_section {
	width: 16.25%;
}
.countdown_show7 .countdown_section {
	width: 14%;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
}
.countdown_amount {
	font-size: 200%;
	color:red;
}
.countdown_descr {
	display: block;
	width: 100%;
}
