/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 19580212 */

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: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
}
/* 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;
}
body {
	background:#151515;
	font-size: 62.5%;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	background: #131415;
}
h2 {
	font-size:1.6em;
	color:#97a900;
	margin-bottom:1.6em;
	margin-top:.8em;
}
h3 {
	font-size:1em;
	color:#97a900;
	margin-bottom:1.6em;
	margin-top:.8em;
	color:#FFF;
}
p {
	font-size:1.3em;
	color:#fff;
	letter-spacing:auto;
	line-height:1.4em;
	padding-bottom: 20px;
	border-bottom:dashed #232323 1px;
}
#container {
	margin:5px;
	width:642px;
	margin:70px auto;
	text-align:left;
}
#header {
	position: relative;
	height: 20px;
	background: #111;
	/*border-bottom: 4px solid #1c1c1b;*/
	font-family: Arial, Helvetica, sans-serif;
}
#main-content {
	height:375px;
	padding:0;
	margin:26px 0px;
	text-align:center;
	border-bottom:dashed #232323 1px;
}
#base-content {
	padding:0;
	margin:0;
}
#left-column {
	display:inline;

	width:198px;
	float:left;
	margin:5px;
	margin-left:0;
}
#center-column {
	display:inline;
	/*border:1px solid #000000;*/
	padding-left:20px;
	width:198px;
	float:left;
	
}
#right-column {
	display:inline;
	/*border:1px solid #000000;*/
	width:198px;
	float:right;
	margin:5px;
	margin-right:0;
}
#foot {
	/*border:1px solid #000000;*/
	margin:0 0 5px 0;
	clear:both;
	padding:5px;
	height:40px;
	text-align:right;
}
ul.invs {
	list-style:none;
	margin:0;
	padding:0;
}
#footer {
	padding: 12px 20px;
	background: #111;
	height: 150px;
}
#footer h3 {
	color:#4f5357;
}
