/* normalize defaults */

html, head, body, 
h1, h2, h3, h4, h5, h6, 
div, span, p, blockquote, img, a, hr
table, caption, tr, thead, th, tbody, td,
ul, ol, li, label, form, fieldset, legend {
	margin: 0;
	padding: 0;
	line-height: 1em;
	font: 100% arial,helvetica,clean,sans-serif;	
}

h1 {
	font-weight: bold;
	font-size: 1.1em;
}

h2 {
	font-weight: bold;
	font-size: 1em;
	margin-top: 1.75em;
	margin-bottom: 1em;
}

p {
	margin-bottom: 1.5em;
}

p.short {
	margin-bottom: 1em;
}

br.short {
	margin-bottom: .8em;
}

em {
	font-style: italic;
}

b {
	font-weight: bold;
}

long_text {
	margin: 0;
	padding: 0;
	line-height: 1em;
	font: 100% arial,helvetica,clean,sans-serif;
	font-size:0.9375em; /* 1em = 16px; 0.8125em = 13px */
}

footer_text {
	margin: 0;
	padding: 0;
	line-height: 1em;
	font: 100% arial,helvetica,clean,sans-serif;
	font-size:0.875em; /* 14px/16=0.75em */
}

.skip {
	position: absolute;
	top: -999px;
	left: -999px;
	clear: both;
}

.clear {
	height: 0;
	clear: both;
}

fieldset,
a img {
	border: 0;
}

html {
	background: url("background.jpg") repeat top left;
}

body {
	width: 975px;
	margin: 0 auto;
	background-color: #fff;
}


/* header */

#header {
	text-align: center;
	border-bottom: 2px solid #000;
}

img.banner {
	display: block;
}

ul#social {
	padding-left: 0px;  /* this specifies distance from left for the 1st link */
	overflow: hidden;
}

ul#social li {
	display: inline;
	float: left;
	list-style-type: none;
}

ul#social li a {
	display: block;
	margin: 0 22px;  /* this specifies the spacing between the links */
	padding-top: 5px;
}


/* content columns */

#content {
	overflow: hidden;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 30px;
}

.col {
	display: block;
	float: left;
	padding-right: 10px;
}

.col_indent {
	padding-left: 65px;
/*	background-color: #ff0; */
}

#left-sidebar {
	width: 290px;
}

#main {
	width: 335px;
	text-align: justify;
	padding-right: 25px;
}

#right-sidebar {
	width: 290px;
}
	
	
/* footer */

#footer {
	text-align: center;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
}
