@charset "utf-8";

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, font, 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, img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
strong {
	font-weight: bold;
}

body {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #292929;
	margin: 0px;
	padding: 0px;
	position: relative;
	background-image:url(../images/structure/background-tile.gif)
}
#banner {
	background-color: #000000;
}
#banner img {
	margin: 0px;
	padding: 0px;
}
#banner, #content, #content_top, #content_bot {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	border-left: 2px solid #C3C7B8;
	border-right: 2px solid #C3C7B8;
}
#content {
	background-color: #C3C7B8;
	min-height: 1900px;
}
#right_column {
	background-color: #CDBC9D;
	float: right;
	font-size: 15px;
	width: 200px;
	padding: 10px;
	margin-left: 10px;
	border-left: 1px dotted #999999;
}
#left_column {
	width: 690px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 10px;

}