html {
font-family: Garamond;
}
body {
background:#444 none repeat scroll 0 0;
margin:0;
padding:0;
}
div.tob h1 {
color:#0e83be;
font-family:Helvetica;
font-size:16px;
}
div.tob {
background:#393939 none repeat scroll 0 0;
color:#2E3436;
margin:0 auto;
padding:0px;
text-align:left;
width:800px;
border:1px solid #000;
margin-top: 15px;

}
div.tob a, a:visited, a:active {
color:#0e83be;
text-decoration:none;
}
div.tob a:hover {
border-bottom:1px dotted #0e83be;
color:#0e83be;
background:#ddd;
}
div.tob div.header {
height:100px;
margin:0;
padding:0;
color: #fff;
background: #393939;
padding: 15px;
}
div.tob div.header h1 {
	font-size: 2em;
	font-family: Garamond;
	color: #0e83be;
	margin-bottom: 0px;
}
div.tob div.foot {
background: #dedede;
border-bottom:0px solid #000;
color:#222222;
font-size:0.75em;
margin:0;
padding:5px;
padding-bottom:10px;
border-top: 1px solid #ededed;
}
div.tob div.foot a, a:visited, a:active {
color:#222222;
text-decoration:none;
border-bottom:1px dotted;
}
div.foot ul, ol, li {
list-style-type:none;
margin:2px;
padding:0;
}
div.foot h1 {
color:#222222;
font-family:"Arial";
}
div.tob div.foot a:hover {
border-bottom:1px dotted #0e83be;
color:#0e83be;
background:#ddd;
}
div.tob {
border-left:1px solid #000;
border-right:1px solid #000;
}
div.tob div.content {
border-bottom:1px solid #b6b6b6;
margin:0;
padding:10px;
background: #fff;
}
div.menu {
  margin: 0;
  padding: 5px;
  border-top: 1px solid #393939;
  border-bottom: 2px solid #0e83be;
  background: #393939;
  color: #dedede;
  text-align: right;
}
div.menu a
{
  color: #dedede;
  padding: 5px;
  margin-right: 3px;
  border: 1px solid #393939;
  border-bottom: 0px;
}
div.menu a:hover
{
  color: #ddd;
  border: 1px solid #23aff6;
  border-bottom: 0;
  background: #1693d1;
  text-decoration: none;
}
div.menu li
{
  display: inline;
  margin: 0;
  margin-right: 10px;
  padding: 0;
}
div.menu ul
{
  display: inline;
  margin: 0;
  padding: 0;
}

div.foot div.contact {
width:80%;
}
div.foot div.clear {
clear:both;
}
div.content img {
background:#ffffff none repeat scroll 0 0;
border:1px solid #dedede;
margin:2px;
padding:3px;
}
div.content .right{
float: right;
}
