﻿body
{
	font-size: 13px;
	color: black;
	font-family: Verdana;
	padding: 0px;
	margin: 0px;
	background-color: silver;
	letter-spacing:0.5px;
}

a {color:black;text-decoration:none}
a:hover {text-decoration:underline}
input,.textarea {letter-spacing:1px;background: #A9D4F2;border:1px solid white;font-weight:bold;font-size:12px;font-family:Verdana}
table input{font-size:10px;width:180px;}
#container
{
	border-top: 3px solid #4A8EBC;
	background: #A9D4F2;
	width:500px;
	margin: 10px auto;
	width: 760px; 
	border-bottom: 3px solid #4A8EBC;
}
#content
{
	padding-left:5px;	
}
#header
{
	background: url(images/logo.gif) no-repeat;
	border-bottom: 1px solid #4A8EBC;
	font-size: 45px;
	font-family: Georgia;
	padding-left:10px;
	height:58px;
}

#footer
{
	border-top: 1px solid #4A8EBC;
	font-size: 10px;
	text-align:right;
	padding:3px;
    font-weight:bold;
}
