/* 216 544 216 */
/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/* LAYOUT */
.clear { clear: both; }
.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; }
/* TYPE */
body { 
font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; 
color: #333; 
background-color: #000; 
background-image:url(./all_images/bkgrnds/SH_background_black.png);
background-position: top center;
background-repeat: repeat-y;

}

a { color: #08c; }
a:link, a:visited, a:active { text-decoration: none; }
a:hover { text-decoration: underline; }

em, i { font-style: italic; }
sup { padding-left: 1px; font-size: 10px !important; font-weight: normal !important; vertical-align: baseline; position: relative; bottom: 0.33em; color: #76797c; _position: static !important; }
abbr { border: 0; }
.sosumi { font-size: 10px !important; color:#76797c; }
.sosumi_features { font-size: 10px !important; color:#76797c; }
p { margin-bottom: 8px; }
h1 { font-weight: bold; font-size: 24px; line-height: 36px; margin-bottom: 18px; }
h2 { font-weight: bold; font-size: 16px; line-height: 18px; margin-bottom: 18px; }
h3 { font-weight: bold; font-size: 1em; line-height: 18px; }
h4 { font-weight: bold; font-size: 10px; line-height: 18px; }
ul { margin-bottom: 18px; list-style: none outside; }
ol { margin-bottom: 18px; list-style: decimal; margin-left: 2.2em; }
ul.square,ul.disc,
ul.circle { margin-left: 2em; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
ul ul.circle,ul.disc,
ul ul.square { margin-top: 4px; margin-bottom: 5px; }
ol.sosumi { margin-left: 0; padding-left: 2em; }
.bold{ font-weight:bold; }
.centered { text-align:center; }

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 980px;
	/* background: url("/path/to/your/background_cols.gif") repeat; */
}

#header {
	margin: 8px 0 15px 0;
	overflow:hidden;
	background: yellow;
}

#side-left {
	float: left;
	width: 216px;
	overflow:hidden;
	background-color:#fff;
}

#side-right {
	float: right;
	width: 216px;
	overflow:hidden;
	background-color:#fff;
}

#content { 
	float: left;
	width: 548px;
	/* border:1px dashed #ccc; */
	overflow:hidden;
}

#footer {
	clear: both;
	width:548px;
	height:51px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	background: #fff;
	background-image: url(./all_images/footers/ltGrey_center_footer.jpg);
	background-position: 0% 0%;
	background-repeat: no-repeat;
}

#footer_full {
	clear: both;
	width:980px;
	height:51px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	background: #fff;
	background-image: url(./all_images/footers/ltGrey_full_footer.jpg);
	background-position: 0% 0%;
	background-repeat: no-repeat;
}

p.footer{
	font-size:80%;
	margin:20px;
	text-align:right;
}

p.bodytext{	
	font-size:12px;
	padding:0px 16px;
	text-align:justify;
}
p.bodytext_big{	
	font-size:14px;
	padding:0px 16px;	
	text-align:justify;
}
.bodytext_big{
	font-size:14px;
	padding:0px 16px;
}

.content_header{
	width:548px;
	height:31px;
	background-image: url(./all_images/headers/ltGrey_center_header.jpg);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	margin-bottom:8px;
}

.column_img{
}

.horizontal_rule{
	border-bottom:1px solid #333;
	height:1px;
	margin-top:1px;
	margin-bottom:1px;
	margin-left:auto;
	margin-right:auto;
}
.contentFullImg{
	width:532px;
	margin-left: 8px;
}

h2{
	margin-left:16px;
	padding:4px;
}

h3{
	margin-left:4px;

	padding:6px 4px 6px 4px;
}
.columnLeft_header{
	width:216px;
	height:31px;
	background-image: url(./all_images/headers/ltGrey_Lside_header.jpg);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	margin-bottom:8px;
	overflow:hidden;
}

.columnLRight_header{
	width:216px;
}

.column_ad{
	margin-bottom:8px;
}
.pic_caption{
	font-size:90%;
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}
.centered_text {text-align: center;}
.centered{
	margin-left:auto;
	margin-right:auto;
}

/** photos in rows for home page **/
.gallery-row{
  width:100%;
  padding:0px; 
  overflow:hidden;
}

.gallery-item{
  width:216px;
  float:left;
  padding:0px;
  margin-right:37px;
}

.gallery-item-last{
  width:216px;
  float:left;
  padding:0px;
  margin:0px;
}

.gallery-item-center{
  width:216px;
  margin-left:auto;
  margin-right:auto;
  padding:0px;
}






