body
{
background: #ccc url(/ssi/bg2.jpg) center top repeat-y;
margin: 0;
font-family: "Trebuchet MS", Arial
}

a{color:#690;}
a:hover{color:#af0; text-decoration: none;}
a:visited{color: #9b0;}

#header
{
background: #9B0 url(/ssi/bg1.jpg) center top repeat-y;
width: 100%;
height: 100px;
text-align: center;
}

#gap
{
background: url(/ssi/bg1-2.jpg) center top repeat-y;
height: 22px;
width: 100%;
}

#page
{
margin: 25px 0;
}

#bigcontainer
{
margin: 0 auto;
width: 800px;
}

#container
{
width: 600px;
color: #333;
text-align: justify;
}

#navigation
{
float: right;
width: 190px;
text-align: center;
}

	#navigation ul, #navigation li{
	margin: 0;
	padding: 0;
	text-indent: 0;
	}
	
	#navigation li{
	list-style: none;
	}
	
	#navigation li a{
	color: #fff;
	font-weight: bold;
	background: #690;
	display: block;
	width: 175px;
	margin: 3px;
	padding: 2px;
	border-top: 1px #9c0 solid;
	border-left: 1px #9c0 solid;
	border-bottom: 1px #360 solid;
	border-right: 1px #360 solid;
	}
	
		#navigation li a:hover{
		border-top: 1px #360 solid;
		border-left: 1px #360 solid;
		border-bottom: 1px #9c0 solid;
		border-right: 1px #9c0 solid;
		}
	
	#navigation img{
	border:0;
	}
	
	div.promo{
	display: block;
	width: 180px;
	font-size: small;
	}

#footer
{
width: 760px;
height: 70px;
background: url(/ssi/footer.jpg) no-repeat;
margin: 10px auto;
font-size: small;
text-align: center;
padding-top: 10px;
}

	.update{
	margin: 2px 0; 
	}

	.name, .headline, .headline a{
	font-weight: bold;
	color: #690;
	text-align: middle;
	}

	img.method{
	border: 0;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	}
	
	.date{
	color: #999;
	font-size: x-small;
	}
