
/*
 * test.css
 */

body {
    background-color: #666;
	 background-image: url('/img/background.png');
	 background-position: center 38px;
	 background-repeat: no-repeat;
	 color: #444;
	 font-family:Verdana, Sans-Serif;
    font-size:10pt;
}

H1,H2,H3,H4,H5,H6,FORM,TD,TR,TABLE {
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
   margin:0;
   padding:0;
}

INPUT, TEXTAREA, SELECT {
   color:#888;
   border:none;
   background-color:#222;
}

a:link, a:visited, :link, :visited {
  color: #fff;
  text-decoration: none;
}

a:link:hover, a:visited:hover {
  text-decoration: underline;
}

div.sections {
    text-align: right;
    margin-top: 20px;
    margin-bottom: 20px;
}

div.main {
    margin-right: 350px;
}

div.content {
    width: 660px;

    margin: auto;
    float: center;

	 /*margin-left: 10px; */
	 /*margin-right: -350px;*/
	 margin-top: 80px;

	 padding-top: 10px;
	 padding-left: 20px;
	 padding-right: 20px;

	 background-color: #ccc;
	 color: #333;

	 vertical-align: top;
	 text-align: left;

	 border-color: #000; 
	 border-style: solid;
	 border-width: 1px;

}

div.entryheader {
  /* margin-bottom: 15px; */
  padding: 7px;
  font-weight: bold;
  color: #444;
  background-color: #ccc;
}
div.entrybody {
	 padding-left: 20px;
	 padding-right: 20px;
	 padding-bottom: 10px;
    font-size: 9pt;
}

div.entry {
    margin-top: 20px;
    /* margin-bottom:15px; */
	 /* border-color: #111; */
	 /* border-style: solid; */
	 /* border-width: 1px; */
}

div.entryfooter {
  font-size: 9pt;
}

img.flavor {
	border: 1px;
	border-style: solid;
	border-color: #000;
}
div.heading {
	border-style: none;
	margin-top: 10px;
	text-align: right;
}

