h1, h2
{
	font-size: 1.4em;
}

h3, h4, h5, h6
{
	font-size: 1.6em;
}

body
{
	color: #333;
	margin: 0;
	background: #070301;
	font-family: Verdana, sans-serif;
        font-size: 0.8em;
}

.container
{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
        min-width: 920px;
	background: white;
        line-height: 1.6;
}

.head
{
	color: #FFCC80;
	background: url(/images/martini01.jpg) no-repeat left;
	background-color: #070301;
	min-height: 150px;
	text-align: right;
	padding-right: 36px;
}

.side
{
	float: left;
	padding: 20px;
	width: 160px;
        font-size: 0.75em;
}

.side ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.content
{
        float: left;
        width: 700px;
	padding: 10px;
}

.content p img {
        float: right;
        width: auto;
        border: 1px solid #a9a9a9;
        margin: 4px;
        padding: 8px;
}

.foot
{
	clear: both;
	margin-top: 40px;
	text-align: center;
}

/* css drop shadows*/
.shadow {
  float: right;
  background: url(/images/dropshadow/v2/shadow.gif) no-repeat bottom right;
  margin: 0 0 0 10px !important;
  margin: 10px 0 0 5px;
}

.shadow div {
  background: url(/images/dropshadow/v2/shadow2.png) no-repeat left top !important;
  background: url(images/dropshadow/v2/shadow2.gif) no-repeat left top;
  padding: 0px 5px 5px 0px;
}

.shadow img {
  background-color: #fff;
  border: 1px solid #a9a9a9;
  padding: 8px;
}
/* end of css drop shadows */

a
{
	text-decoration: none;
}

a:link
{
	color: #72A372;
	text-decoration: none;
	background-color: transparent;
}

a:active, a:visited
{
	color: #598059;
	text-decoration: none;
	background-color: transparent;
}

a:hover
{
	color: #60BF60;
	text-decoration: none;
	background-color: transparent;
}

ins
{
	text-decoration: none;
	font-style: italic;
}

abbr, acronym {
        border-bottom: 1px dotted #333;
        cursor: help;
}


blockquote {
       font-style: italic;
       border: 1px solid #ccc;
       padding: 8px;
       background-color: #ded;
}

code, pre {
      font-family: Courier, Monaco, monospace;
      background-color: #ded;
}

pre {
  border: 1px solid #ccc;  
  width: 650px;
  overflow: auto;
  padding-left: 10px;
}

