#container
{
	width: 800px;
	background-color: #F5F1DE;
	color: #000316;
	line-height: 110%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	box-shadow: 0px 0px 30px 5px black;
	padding: 5px;
	border-radius: 20px;
	border: medium solid #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#stripe 
{
	background-color: #000316;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	height: 30px;
	background-image: url(graphics/031_bground.jpg);
	color: #D0AC11;
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	padding-top: 5px;
}

#top
{
	padding: 1em;
	background-color: #D0AC11;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#top h1
{
padding: 0;
margin: 0;
}

#leftnav
{
	float: right;
	width: 160px;
	margin: 0;
	padding: 1em;
}

#content
{
	padding: 1em;
	max-width: 36em;
	border-right-color: #000000;
	margin-right: 200px;
	border-right-width: medium;
	border-right-style: solid;
	clear: left;
}

#footer
{
	clear: both;
	margin: 0;
	padding: .75em;
	color: #000;
	background-color: #D0AC11;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

#leftnav p {
	margin: 0 0 1em 0;
}
#content h2 {
	margin: 0 0 .5em 0;
	font-family: "Times New Roman", Times, serif;
}
body {
/* IE10 */ 
	background-image: -ms-linear-gradient(top, #000000 5%, #B8860B 100%);

/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #000000 5%, #B8860B 100%);

/* Opera */ 
	background-image: -o-linear-gradient(top, #00000 5%, #B8860B 100%);
	padding: 5px;
	background-repeat: repeat;
	background-attachment: fixed;
}
#imag {
	float: left;
	padding: 0px;
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: none;
}
