
/*** Star styles ***/

#star{
width: 15em;
height: 14.27em;
position: relative;
/* Useful for absolute positioned elements */
}

#star span,
#star{
display: block;
}

#top{
/* Create a big triangle */
width: 0;
height: 0;
margin: auto;
border-right: 4.64em solid transparent;
border-left: 6.64em solid transparent;
border-bottom: 14.27em solid;
border-top:6em solid;
}

div.pB{float:left;margin-right:2em;width:200px;}

#strap{height:1px;border-bottom:40px solid blue;border-left:20px solid transparent;border-right:20px solid transparent;}

#trap1{float:left;
width:0;height:0;
margin:auto;
border-bottom:40px solid red;
border-left:20px solid transparent;
border-right:0 solid transparent;}
#trap2{float:left;
width:30px;height:40px;
background:red;}
#trap3{float:left;
width:0;height:0;
margin:auto;
border-bottom:40px solid red;
border-left:0 solid transparent;
border-right:20px solid transparent;}

#nl{display:block;clear:both;height:0;padding:0;margin:0;}
#trap4{float:left;
width:0;height:0;
margin:auto;
border-top:40px solid red;
border-left:20px solid transparent;
border-right:0 solid transparent;}
#trap5{float:left;
width:0;height:0;
margin:auto;
border-top:20px solid red;
border-bottom:20px solid red;
border-left:15px solid  red;
border-right:15px solid  red;}
#trap6{float:left;
width:0;height:0;
margin:auto;
border-top:40px solid red;
border-left:0 solid transparent;
border-right:20px solid transparent;}

