/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
caption, th { text-align:left }
html, body, h1, h2, h3, h5, h5, h6 { font-size:100%; font-weight: normal; color: #565656; }
q:before, q:after { content:''}
a { text-decoration: none; color: #434343; }
a:hover { text-decoration: none; color: #ff0a89; }

/* Global reset-RESET */
/* The below restores some sensible defaults */

strong { font-weight: bold }
em { font-style: italic }

* a { position:relative } /* Gets links displaying over a PNG background */
a { outline:none; } /* Gets rid of Firefox's dotted borders */
a img { border:none } /* Gets rid of IE's blue borders */


/* Typography */

html, body {
	text-align: left;
	font: 13px/18px Tahoma, 'Helvetica', Arial, Verdana, sans-serif;
	background: #fff;
	padding-bottom: 50px;
}

h1, h2, h3, h4, p, #title, #nav {
	font-family: 'Helvetica', Arial, Verdana, sans-serif;
	color: #333; 
}


h2 {
	font-size: 30px;
	line-height: 100%;
	letter-spacing: -0.07em;
	color: #d50066;
	padding: 16px 8px 0px 8px;
	margin-bottom: 0px;
}

h3 {
	font-size: 44px;
	line-height: 100%;
	letter-spacing: -0.04em;
	color: #000;
	padding: 0px 8px 4px 8px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #333333;
}

h4 {
	font-size: 18px;
	line-height: 100%;
	letter-spacing: -0.03em;
	color: #000;
	padding: 0px 8px;
	margin-bottom: 10px;
	margin-top: 25px;
}

h5 {
	font-size: 16px;
	line-height: 100%;
	letter-spacing: -0.04em;
	color: #000;
	padding: 0px;
	margin-bottom: 16px;
	font-weight: bold;
}

p { margin: 2px 0 16px 24px; color: #444; }

div.copy a {
	color: #000;
	border-bottom: 1px dotted #aaaaaa;
	text-decoration: none;
	padding: 0px 2px 1px 2px;
	font-weight: bold;
}
	
div.copy a:hover  {
	color: #d50066;
	background-color: #ffffff;
	border-bottom: 1px solid #999999;
	text-decoration: none;
}

div#wrapper {
	margin: 0 auto;
	width: 900px;
	padding: 40px;
}

div.copy {
	width: 440px;
	Padding-right: 20px;
	float: left;
	clear: left;
}

div.assets {
	width: 440px;
	text-align: left;
	float: left;
	padding-top: 20px;
	
}

div.asset {
	float: left;
	padding: 5px;
}

div.asset a {
	color: #000;
	text-decoration: underline;
}
div.asset a:hover {
	color: #d50066;
}




ul {
margin: 0 30px 30px 50px;
color: #444;
}
