
/* reset **************************************/

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1em;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* dealio **************************************/

body {
	background-color	: #fff;
	font-family			: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size			: 12px;
	font-weight			: 200;
	line-height			: 1.2em;
	color				: #333;
}

p {
	padding-bottom	: 1.2em;
	white-space		: wrap;
}

a {
	color			: #f50;
	text-decoration : none;
	/* text-transform	: uppercase; */
	font-weight		: 200;
}

h2 {
	padding-bottom	: 1.2em;
	text-transform	: uppercase;
	font-weight		: 200;
}

a:hover {
	/* text-decoration : underline; */
}

.slash {
	color			: #ccc;
}

.clear	{
	clear			: both;
}

#title {
	color				: #000;
	font-size			: 36px;
	line-height			: 36px;
	font-weight			: 100;
	padding-bottom		: 24px;
}
#title_sub {
	color				: #000;
}

#header, #col_1, #col_2 {
	float			: left;
	padding			: 5px;

}

#col_1	{
	width			: 250px;
}

#col_2 {
	width			: 450px;
}

#content {
	padding			: 100px 0px 2000px 50px;
	border-width	: 0px 0px 0px 5px; 
	border-color	: #000;
	border-style	: solid;
	/* width			: 1200px; */
}




