@charset "utf-8";

body
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

a
{
	color: #999;
	font-weight: bold;
	text-decoration: none;
}

img
{
	border: none;
}

h1
{
	color: #333;
	font-style: italic;
}

h2
{
	color: #F6A800;
	font-style: italic;
}

h3
{
	color: #333;
	font-style: italic;
}

h4
{
	color: #F6A800;
}

/* DESIGN */

#disclaimer
{
	position: absolute;
	top: 10px;
	right: 10px;
	color: #999;
}

#container
{
	width: 100%;
	height: 100%;
	background-image: url(../img/background.png);
	background-position: top left;
	background-repeat: repeat-x;
}

#header
{
	width: 800px;
	height: 340px;
	background-image: url(../img/header.png);
	background-position: center;
	background-repeat: no-repeat;
	margin: 0px auto;
}

#greeting
{
	width: 750px;
	height: 100%;
	margin: 0px auto;
	padding-top: 225px;
	text-align: right;
}

#content
{
	width: 750px;
	margin: 0px auto;
	text-align: justify;
}

/* VARIOUS */

#contact
{
	width: 100%;
}