a:link, a:visited, a:active
{
	color: #000000;
	text-decoration: underline;
}

a:hover
{
	color: #5579c0;
	text-decoration: none;
}

h1
{
	margin: 0px;
	font-size: 12px;
}

body
{
	margin-top: 12px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
}

strong
{
	font-weight: normal;
}

div
{
	color: #000000;
	border-color: #a9b8c2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

form
{
	margin: 0px;
}

input, textarea
{
	color: #000000;
	border-color: #a9b8c2;
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	padding-top: 0px;
	padding-bottom: 0px;
}

input:hover, textarea:hover
{
	border-color: #466ab1;
}

div.menu
{
	padding-right: 0px!important;
	text-transform: uppercase;
}

div.menu a
{
	font-weight: bold;
	text-decoration: none!important;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #a9b8c2;
	padding-left: 18px;
	padding-right: 18px;
}

div#add
{
	height: 105px;
	padding-bottom: 0px!important;
	overflow: hidden;
}

input.text
{
	width: 120px;
}

input.contact
{
	width: 300px;
	float: right;
}

textarea
{
	width: 300px;
	float: right;
	height: 200px;
}

div.container
{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

div.left
{
	width: 157px;
}

div.right
{
	float: right;
	width: 591px;
}

div.logo
{
	background-image: url(logo.png);
	background-position: center right;
	background-repeat: no-repeat;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	height: 48px;
}

div.main
{
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	text-align: left;
	padding: 5px;
}

div.head
{
	background-image: url(bar.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	border-style: solid;
	border-width: 1px;
	font-weight: bold;
	text-align: left;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
}

div.body
{
	background-color: #eaeaea;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	text-align: left;
	padding: 5px;
}

div.foot
{
	background-image: url(bar.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	margin-bottom: 12px;
	border-style: solid;
	border-width: 1px;
	text-align: right;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
}