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;
	color: black;
	background: white;
}
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: "" "";
}


/*-------------*/

body { background:#000; font-family:arial,helvetica,sans-serif; }

a { color:#fff; }

h1 { font-size:25px; margin-bottom:20px; }
h2 { font-size:20px; margin-bottom:7px; }

p { font-size:13px; line-height:16px; margin-bottom:15px; }

/* containers ----------------------- */

#wrap { margin:0 auto; width:850px; }

.head { height:140px; }

#sidebar { float:left; margin-right:50px; width:200px; }

#content { float:left; width:600px; }
#content .head { background:url(images/headstrap.gif) no-repeat left top; width:600px; }
#content .head .icons { float:right; height:31px; margin-top:109px; }

#primarynav li { background:url(images/navbullet.gif) no-repeat left center; border-bottom:1px dashed #dfdfdf; width:200px; }
#primarynav li a { color:#fff; display:block; padding:10px 5px; text-align:right; text-decoration:none; }

#contentarea { background:#2e0c27; padding:10px; }
#contentinner { color:#fff; border:5px solid #9933ff; padding:15px; }


