/* Laurie Priest */


/* --- basic html elements --- */

body {
	margin: 0;
	padding: 0;
	font-size: 62.5%; /* 1em becomes 10px */
	font-family: Berlin Sans FB Demi, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	}

img {
	border: 0;
	}

div, p {
	margin: 0;
	padding: 0;
	}

h2 {
	margin: 0;
	padding: 6px 0 7px;
	font-size: 18px;
	}

h3 {
	margin: 0;
	margin-top: 0.3em;
	padding: 6px 0 7px;
	font-size: 14px;
	}

a {
	color: #629bdf;
	text-decoration: none;
	}

a:hover {
	border-bottom: 1px dotted #629bdf;
	}

/* a:visited and a:active */
	
p {
	margin-right: 16px;
	font-size: 1.2em;
	}


/* --- id elements --- */

#outerbox {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

#outerbox, #header, #footer {
	width: 800px;
	}

#header {
	height: 123px;
	background: url(../images/header.png) top center no-repeat;
	margin: 0;
	}

#belly {
	width: 589px;
	height: 588px;
	background: url(../images/swirl.png) top right no-repeat;
	padding: 0 195px 0 16px;
	
	}
#bellyfilm{
	width: 589px;
	height: 588px;
	background: url(../images/swirlfilm.png) top right no-repeat;
	padding: 0 195px 0 16px;
	
	}

#footer {
	height: 125px;
	background: url(../images/footer.png) top center no-repeat;
	}

#footer p {
	padding: 48px 0 0 16px;
	color: #000000;
	}

#video {
	height: 318px;
	width: 565px;
	background-color: #444;
	margin: 0;
	border: 4px solid #D93B91;
	}

#videolinks {
	line-height: 1.6em;
}


/* --- class elements --- */
	
.bigdownloadlink {
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	float: right;
	clear: both;
	color: #D93B91
	}
.bigdownloadlinktwo{
	font-size: 16px;
	font-weight: bold;
	clear: both;
	color: #D93B91
	}

a.bigdownloadlink:hover {
	border-bottom: 1px solid #D93B91;
}