body {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	text-align: center; /* align everything to center in IE */
 	margin: 10px 0 0 0;
	padding: 0;
	color: #222;
	background: #384C4C;
}

/*
body div.shadow {
	background-color:#CCCCCC;
	opacity:0.8;
	position:relative;
	width:100%;
	z-index:1;
} 
*/

body div.border {
	background: url(images/shadow.gif) repeat-y ;
	background-position: center;
}


#container {
	margin: auto;
	width: 800px;
	background:#fff;
	text-align: left;
/*	border-bottom: 5px solid black; */
}


#header {
	background-image: url(images/sos_header.jpg);
/* 	background:#ccc; */
	padding: 26px;
}


#header h1 { margin: 0; }

#navigation {
	float: left;
	width: 800px;
	background:#9c0;
}


#navigation ul {
	margin: 0;
	padding: 0;
}


#navigation ul li {
	list-style-type: none;
	display: inline;
}

#navigation li a {
	display: block;
	float: left;
	padding: 2px 10px 2px 20px ;
	color:#fff;
	text-decoration: none;
	border-right: 1px solid #9c0;
/*
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #036;
border-bottom: 1px solid #036;
*/
}

#navigation li a:hover 
{ 
background:#383;
/*
border-top: 1px solid #036;
border-left: 1px solid #036;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
*/
}

#active a {
display: block;
color: #FFF;
background-color: #3a3;
/* width: 9em;
padding: .2em .8em; */
text-decoration: none;
}


#content {
	clear: left;
	padding: 20px;
	background:#fff;
	line-height: 140%;
}

#content h2 {
	color:#000;
	font-size: 160%;
	margin: 0 0 .5em;
}


#content h3 {
	color:#000;
	font-size: 120%;
	margin: 0.5em 0 .2em;
}

#content h5 {
	color:#000;
	margin: 0 0 0 0;
}


div.imagecaption1
{
	float:right;
	width:354;
	margin: 0 1em 1em 1em;
	display: inline;
}

div.imagecaption2
{
	float:right;
	width:486;
	margin: 0 1em 1em 1em;
	display: inline;
}

div.imagecaption3
{
	float:right;
	width:600;
	margin: 0 1em 1em 1em;
	display: inline;
}

#footer {
	background:#9c0;
	text-align: right;
	padding: 5px;
	/* height: 2%; */
	/* box-shadow: 10px 10px 5px #888;
	padding: 5px 5px 5px 15px; */
}

