/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)*/
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}  

/*main styles*/
#wrapper {
	background-color: rgba(204,204,204,1);
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	overflow: hidden;
}
a:link {
	text-decoration: none;
	color: #D85D09;
}
a:visited {
	text-decoration: none;
	color: #D85D09;
}
a:hover {
	text-decoration: none;
	color: #6F6B68;
}
a:active {
	text-decoration: none;
	color: #6F6B68;
}
#navigation {
	background-color: #FFFFFF;
	height: 25px;
	width: 890px;
	padding-left: 10px;
}
#header {
	background-color: #FFFFFF;
	height: 50px;
	width: 840px;
	border-bottom: thin solid #000000;
	margin: 0px;
	text-align: left;
	text-indent: 10px;
	font-size: xx-large;
	border-top: thin solid #000000;
	padding: 30px;
}
body {
	margin: 0px;
	padding: 0px;
	min-width: 525px;
}
body,td,th {
	font-size: 16px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color: #333333;
}
#left_col {
	background-color: #FFFFFF;
	float: left;
	height: auto;
	width: 140px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
	padding-top: 8px;
}
#left_col img {
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
#center_col {
	background-color: #FFFFFF;
	float: left;
	height: auto;
	width: 560px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
}
#center_col img {
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 30px;
}
#center_col p {
	padding-top: 6px;
}
#right_col {
	background-color: #FFFFFF;
	float: left;
	height: auto;
	width: 140px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
	padding-top: 8px;
}
#footer {
	background-color: #FFFFFF;
	height: 30px;
	width: 900px;
	float: left;
	position: relative;
	border-top-width: thin;
	border-top-style: solid;
	text-align: center;
}
