* {	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	}

a {
	text-decoration: none;
	color: #ff6666;
	}

a:hover {
	text-decoration: underline;
	color: black;
	}

html { 
	margin-bottom: 1px;
	height: 100%;
	}

body {
	font-family: 'Lucida Grande', Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	background-color: white;
	text-align: center;
	color: #333;
	}

/* Typography */

p { margin: 0 0 1em 0;
	line-height: 1.8em;
	}
	
h1 {
	margin: 0 0 10px 0;
	font-size: 1.5em;
	font-weight: normal;
	text-align: left;
	}

/* End Typography */

/* Structure */

#pagewrap {
	margin: 10px auto 0 auto;
	}

div.download a {
	display: block;
	padding: 6px 0 7px 0;
	width: 80px;
	margin: 0 0 10px 0;
	background: #aaa;
	text-align: center;
	vertical-align: bottom;
	color: black;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

div.download a:hover {
	background: #999;
	color: white;
	text-decoration: none;
	}

#audioplayer1,
#audioplayer2,
#audioplayer3,
#audioplayer4,
#audioplayer5,
#audioplayer6,
#audioplayer7,
#audioplayer8 {
	margin: 0 0 10px 0;
	}

.left-col {
	float: left;
	width: 350px;
	text-align: left;
	margin: 20px 0 20px 0;
	}
	
.right-col {
	float: right;
	width: 350px;
	text-align: left;
	margin: 20px 0 20px 0;
	}

#footer {
	margin: 0 auto 10px auto;
	width: 800px;
	}

/* End Structure */

/* set the image to use and establish the lower-right position */ 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h1 {
    background: transparent url(images/demobox20.png) no-repeat bottom right;
	} 
.cssbox { 
    width: 800px !important; /* intended total box width - padding-right(next) */
    width: 785px; /* IE Win = width - padding */
    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
    margin: 20px auto; /* use to position the box */ 
	} 

/* set the top-right image */ 
.cssbox_head { 
    background-position: top right; margin-right: -15px; /* pull the right image over on top of border */
    padding-right: 40px; /* right-image-gap + right-inside padding */ 
	} 

/* set the top-left image */ 
.cssbox_head h1 {
    background-position: top left; 
    margin: 0; /* reset main site styles*/ 
    border: 0; /* ditto */ 
    padding: 25px 0 0 40px; /* padding-left = image gap + interior padding ... no padding-right */ 
    height: auto !important; height: 1%; /* IE Holly Hack */ 
	} 

/* set the lower-left corner image */ 
.cssbox_body { 
    background-position: bottom left;
    margin-right: 25px; /* interior-padding right */ 
    padding: 15px 0 15px 40px; /* mirror .cssbox_head right/left */ 
	} 