body {
	background-image:url(images/background.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-color: #000000;
}
* {
	margin: 0px;
	padding: 0px;
}
p {
	padding: 10px 10px 10px 20px;
	display:block;
	color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal
}

hr {
	color: #FFFF00;
	width: 92%;
	margin-left:20px;

}



a {
	color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

a:link {
	color: #FFFF00;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #FFFF00;
}


#container {
	margin: 0px auto;
	text-align: left;
	width: 860px;
}

/********************* header graphics ****************************/

#header{
	height:304px;
	width:860px;
	background-image:url(images/header.jpg);
	background-repeat: no-repeat;
}

#header2{
	height:304px;
	width:860px;
	background-image:url(images/header2.jpg);
	background-repeat: no-repeat;
}

#header3{
	height:304px;
	width:860px;
	background-image:url(images/header3.jpg);
	background-repeat: no-repeat;
}

#header4{
	height:304px;
	width:860px;
	background-image:url(images/header4.jpg);
	background-repeat: no-repeat;
}

#header5{
	height:304px;
	width:860px;
	background-image:url(images/header5.jpg);
	background-repeat: no-repeat;
}

#header6{
	height:304px;
	width:860px;
	background-image:url(images/header6.jpg);
	background-repeat: no-repeat;
}

#header7{
	height:304px;
	width:860px;
	background-image:url(images/header7.jpg);
	background-repeat: no-repeat;
}

#header8{
	height:304px;
	width:860px;
	background-image:url(images/header8.jpg);
	background-repeat: no-repeat;
}

#header9{
	height:304px;
	width:860px;
	background-image:url(images/header9.jpg);
	background-repeat: no-repeat;
}

#header10{
	height:304px;
	width:860px;
	background-image:url(images/header10.jpg);
	background-repeat: no-repeat;
}

#header11{
	height:304px;
	width:860px;
	background-image:url(images/header11.jpg);
	background-repeat: no-repeat;
	}
	
#header12{
	height:304px;
	width:860px;
	background-image:url(images/header12.jpg);
	background-repeat: no-repeat;
	}
	
#header13{
	height:304px;
	width:860px;
	background-image:url(images/header13.jpg);
	background-repeat: no-repeat;
	}
	
#header14{
	height:304px;
	width:860px;
	background-image:url(images/header14.jpg);
	background-repeat: no-repeat;
	}
	
#header15{
	height:304px;
	width:860px;
	background-image:url(images/header15.jpg);
	background-repeat: no-repeat;
	}
	
	
#header16{
	height:304px;
	width:860px;
	background-image:url(images/header16.jpg);
	background-repeat: no-repeat;
	}
	
	
#header17{
	height:304px;
	width:860px;
	background-image:url(images/header17.jpg);
	background-repeat: no-repeat;
	}
	
/*********************************/
	
	


#content{
}
#left{
	width:192px;
	float:left;
}
#middle{
	margin-left:206px;
	margin-right:196px;
	width:450px;
}
#right{
	width:192px;
	float:right;
}
#bottom_right{
	width:192px;
	float:right;
}

/********************* menu ****************************/
.menuheader{
	width:192px;
	height:33px;
	background-image:url(images/menutop.gif);
	display:block;
}
.menucontent{
	width:192px;
	padding-top:5px;
	padding-bottom:10px;
	background-image:url(images/menumiddle.gif);
	background-repeat: repeat-y;

}.menuheader h3{
	padding: 10px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.menufooter{
	width:192px;
	height:15px;
	background-image:url(images/menubottom.gif);
	display:block;
}
.postheader,.menuheader{
	color:#FFFF00;
	text-transform: none;
}


/********* boldtext *********/

.boldtext {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}






/********************* post ****************************/
.post{
	margin-bottom:15px;
}
.postheader{
	background-image:url(images/posttop.gif);
	display:block;
	width:450px;
	height:33px;
}
.postheader h1{
	padding: 7px 0px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.postcontent{
	background-image:url(images/postmiddle.gif);
	padding: 2px 0px;
	background-repeat: repeat-y;

}
.postfooter{
	background-image:url(images/postbottom.gif);
	background-repeat: no-repeat;
	display:block;
	width:450px;
	height:15px;
}
/********************* header ****************************/
#header{
	position:relative;
}

#header ul{
	position:absolute;
	top:250px;
	display:block;
	left:190px;
}
#header ul li{
	display:inline;
	text-align:center;
	margin:auto;
	width:auto;
	border-right: 1px solid #6b7272;	
}
.last{
	border-right: 0px none #6b7272 !important;
}
#header ul li a{
	display:inline;
	text-align:center;
	text-decoration:none;
	padding: 0px 10px;
	text-transform: uppercase;
}
#header ul li a:hover{
	color: #FFFF00;
}
/********************* footer ****************************/
#footer{
	width:100%;
	color:#525757;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 15px 0 15px 0;
}
/********************* menu image buttons ****************************/
.menu ul{
	list-style-position: inside;
	list-style-type: disc;
	padding: 0px 0px 0px 20px;
	color:#000000;
}
.menu ul li{
	padding-top: 5px;
	color:#FFFF00;
}
.menu ul li a{
	text-decoration:none;
	padding: 0px;
	text-transform: uppercase;
}
.menu ul li a:hover{
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: underline;
}
.member{
	display:inline;
	float:left;
	margin-left:10px;
}
.member span{
	display:block;
	text-align:center;
	padding: 2px 0px 13px 0px;
	text-decoration: none;

}
.member span a:hover{
	color:#FFFF00;
	text-decoration: none;	
	
}
.member img{
	width:75px;
	height:70px;
	border: solid 1px #FFFF00;	
}
.clear{
	clear:both;
}

/************* paypal ***************/
#paypal{
	position:relative;
}

#share{
	position:relative;
}

/*********** sticker ************/
#sticker1 {
	position:absolute;
	width:121px;
	height:125px;
	z-index:1;
	background-image: url(images/sticker.gif);
	margin-left: 355px;
	margin-top: 120px;
}

#sticker2 {
	position:absolute;
	width:121px;
	height:125px;
	z-index:1;
	background-image: url(images/sticker2.gif);
	margin-left: 355px;
	margin-top: 120px;
}

#sticker3 {
	position:absolute;
	width:121px;
	height:125px;
	z-index:1;
	background-image: url(images/sticker3.gif);
	margin-left: 355px;
	margin-top: 120px;
}

