/* Reset Styles courtesy of Eric Meyer
--------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Main Elements
--------------------------------------*/
p, h2, h3, form{ font-family: Helvetica, Arial, Verdana, sans-serif; }

p{
	font-size: 12px;
	color: #373737;
	line-height: 13px;
	margin: 7px 0 9px 0;
	}
	
h2{
	font-size: 14px;
	color: #373737;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 9px;
	}

h3{
	font-size: 16px;
	color: #e60c49;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 9px;
	}
	
form{
	font-size: 13px;
	color: #373737;
	margin-top: 18px;
	}	

label{
	display: block;
	margin-bottom: 10px;
	float: left;
	padding: 3px 0;
	width: 71px;
	}
	
/* ID
--------------------------------------*/
#wrapper{
	width: 826px;
	margin: 0 auto;
	}
	
#main-content{
	width: 573px;
	margin-right: 31px;
	float: left;
	}
#main-content #logo{ margin-left: -44px; }
#main-content .main{
	width: 211px;
	margin-right: 15px;
	float: left;
	}
#main-content .main #lucky-brand { margin-top: 30px; }
#main-content .secondary{
	width: 347px;
	float: left;
	}
#main-content .secondary #music-art { margin-top: 30px; }


#secondary-content{
	width: 206px;
	margin-top: 46px;
	margin-bottom: 30px;
	float: right;
	}
	
#secondary-content #bat-for-lashes { margin-bottom: 15px; }
#secondary-content #right-column { margin-top: 30px; }

/* Class
--------------------------------------*/
.clearer {clear: both;}

.textarea {
	margin-bottom: 10px;
	color: #ffffff;
	background-color: #a5a5a5;
	width: 276px;
	border: none;
	padding: 3px 0;
	float: left;
	}
	
.checkbox {
	margin-bottom: 30px;
	}
	
.important-info {
	font-size: 12px;
	float: right;
	width: 276px;
	}