@charset "utf-8";
/* CSS Document */
*{margin:0px; padding:0px}

body{background-image:url(../images/bgd.jpg); background-repeat:repeat-x; background-color:#980f32}

#header{
	background-image:url(../images/pole-dancing-workout.jpg);
	background-repeat:no-repeat;
	margin:0 auto;
	width:717px;
	height:270px
	}
	
h1{color:#ce24a8; line-height:32px; padding:10px 0px}	

form{float:left}
	
#header h1{display:none}
	
#bodypad{
	width:717px;
	margin:0 auto;
	background-image:url(../images/bgdborder.jpg)
	}
	
.bodycopy{line-height:24px}	

.left{float:left}

.bodycopy p{padding:10px 0px}

#container{
	background-image:url(../images/pole-dancer.jpg);
	background-repeat:no-repeat;
	background-position:203px 0px;
	padding:0px 40px
	}	
#footer{
	width:631px;
	height:120px;
	margin:0 auto;
	border:#ffd75e 4px solid;
	background-image:url(../images/footerbgd.jpg);
	background-repeat:repeat-x;
	background-color:#FEFABA;
	padding:10px 40px
	}
#footer h1{line-height:15px}	
	
#footer p{font-weight:bold; color:#ad1515}	
	
#bullets img{float:right}
#bullets{padding:25px}
#bullets p{font-style:italic}
#bullets ul{
	color:#ad1515;
	font-size:18px;
	line-height:35px;
	font-weight:bold;
	}

a:link{color:#ad1515}
a:hover{color:#0033CC}	
