﻿div#logo
{
	width:200px;
	height:95px;
	margin:0px;
	float:left;
	border:0px;
	padding-top:2px;
	padding-bottom:3px;
}

div#buttons
{
	width:600px;
	height:100px;
	padding:0px;
	margin:0px;
	float:right;
	border:0px;
	text-align:center;
	border-left:3px solid blue;
}


div.button
{
	height:86px;
	width:130px;
	margin:0px;
	padding:8px 10px;
	float:left;
	border:none;
}


div#menu
{
	width:200px;
	float:left;
	padding:0px;
	border:none;
	margin:0px;
	line-height:1.5;
	text-align:center;
	font-variant:small-caps;
	font-family:"Trajan Pro","Century Gothic", Calibri, "Segoe UI", fantasy, sans-serif;
	color:blue;
	border-top:3px solid blue; 
}

a#menu
{
	text-decoration:none;
}

div#main
{
	font-family:Calibri, Arial, Helvetica, sans-serif;
	width:580px;
	float:right;
	padding:10px;
	margin:0px;
	border:0;
	border-left:3px solid blue;
	border-top:3px solid blue;
}

#foot
{
	font-family:"Trajan Pro", "Century Gothic", Calibri;
}

h1
{	font-family:"Trajan Pro", "Century Gothic", Calibri;
	font-size: 22px;
	color:blue;
}

h2
{	font-family:"Trajan Pro", "Century Gothic", Calibri;
	font-size: 20px;
	color:blue;
}
