﻿*
{
	margin:0;
	padding:0;
	border:0;
}

p
{
	margin-bottom:15px;
}

p.quote
{
	border:1px solid #fff;
	padding:20px;
}

a
{
	color:#fff;
}

ul
{
	margin-left:20px;
}



h1
{
	font-size:10pt;
	font-weight:bold;
	margin-bottom:20px;
	text-align:center;
}

h2
{
	font-size:11pt;
	margin-bottom:10px;
}

body
{
	font-family:Verdana, thahoma;
	width:780px;
	margin:auto;
	color:#fff;
	text-align:justify;
}

#page
{
	margin-top:50px;
	float:left;
	border:0px solid #1e3b62;
	background:#1e3b62;
}

#header
{
	width:780px;
	height:200px;
	background-image:url('images/header.jpg')
}

#menu
{
	background:#1e3b62;
	height:30px;
	line-height:30px;
	width:780px;
	font-weight:bold;
	border-bottom:0px solid #4a81cb;
}

#menu ul
{
	margin-left:0;
}

#menu ul li
{
	list-style-type:none;
	display:inline;
	padding:6px 5px 6px 5px;
	background:#4a81cb;
}

#menu ul li a
{
	color:#fff;
	text-decoration:none;
}

#menu ul li a:hover
{
	color:red;
}

#text
{
	background:#1e3b62;
	padding:20px;
}

#text li
{
	margin-bottom:10px;
}

#contact
{
	width:300px;
	margin:auto;
}


#footer
{
	background:#1e3b62;
	font-size:8pt;
	float:left;
	height:20px;
	width:780px;
}

#footer a
{
	color:#fff;
	text-decoration:none;
}





