@charset "UTF-8";
/* CSS Document
Jason Eady Free MP3 CSS
© 2009 Jason Eady
Created 1/29/09 10:53AM
Updated 1/29/09 10:53AM
Validated 1/29/09 10:53AM
CSS code by Steve Wilkison at Digital Vision Media, www.digitalvisionmedia.com */

/* Normalize the padding and margins */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	}
	
/* Normalize font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	}

/* Remove list-style from lists*/
ol, ul {
	list-style: none;
	}
	
/* Normalize font-style and font-weight */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
	}
	
/* Collapse table borders */	
table {
	border-collapse: collapse;
	}
	
/* Remove borders from fieldsets and images */
fieldset, img {
	border: 0;
	}
	
/* Left align text in caption and th */
caption, th {
	text-align: left;
	}
		
/* Universal */

html, body {
	color: #000;
	background: #000 url(../images/background.jpg) center top repeat;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100.01%;
	}

/* Global Layout Elements */	
	
div#wrapperdiv {
	width: 800px;
	margin: auto;
	background: #fbefcc;
	position: relative;
	z-index: 0;
	}
	
div#contentdiv {
	width: 800px;
	padding: 0 0 50px 0;
	background: #c3b48e url(../images/landingpage_02.jpg) top left no-repeat;
}

div#contentdivleft {
	width: 420px;
	float: left;
	text-align: center;
}

div#contentdivright {
	width: 300px;
	float: left;
	padding: 50px 40px 0 40px;
}
	
div#headerdiv {
	width: 800px;
	height: 118px;
	background: url(../images/landingpage_01.jpg) top left no-repeat;
	}
	
div#footerdiv {
	width: 800px;
	height: 51px;
	background: #313028 url(../images/landingpage_03.jpg);
}
	
div.clearfloatsdiv {
	clear: both;
	}
	
div#emaildiv {
	width: 300px;
	margin: 0 0 15px 0;
}

div#submitdiv {
	width: 300px;
	margin: 0 0 30px 0;
}
	
/* Text */

h1 {
	color: #983100;
	font-size: 100%;
	margin: 0 0 10px 0;
	}
	
p {
	color: #000;
	font-size: 90%;
	margin: 0 0 10px 0;
	}
	
em {
	font-style: italic;
	}
	
strong {
	font-weight: bold;
	}
	
strong em, em strong {
	font-weight: bold;
	font-style: italic;
	}
	
p.thankyou, p.thankyoutop, p.thankyoubottom {
	font-weight: bold;
	color: #983100;
}

p.thankyoutop {
	padding: 20px 0 0 0;
}

p.thankyoubottom {
	padding: 0 0 20px 0;
}

p.thankyoubottom span.title {
	font-weight: bold;
	color: #000;
	font-style: italic;
}
	
/* Links */
	
a {
	color: #983100;
	text-decoration: underline;
	}
	
a:hover {
	color: #000;
	text-decoration: underline;
	}
	
/* IMAGES */

img#angel {
	float: left;
	margin: 0 10px 0 0;
}
