@charset "utf-8";
/* CSS Document */

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a
{
	text-decoration:none;
	border:none;
}

a img
{
	border:none;
}

body
{
	margin:0;
	background-color:#EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	padding:5px;
}

#page
{
	margin:20px auto;
	width:622px;
	border: 1px;
	border-color: #6F7073;
	border-left-style: double;
	border-style: double;
}

#page h1
{
	text-align:justify;
	color: #9A9B9D;
	font-size: 14px;
	margin: 6px;
}

#contact
{
	color:#FFFFFF;
	font-size: 16px;
	border-color: #0000C0;
	background-color: #009CD9;
	width: 190px;
	height: 280px;
	float: right;
}

#contact h2
{
	font-size: 18px;
	text-align: center;
}

#contact p
{
	margin: 6px;
}

#form
{
	color:#FFFFFF;
	font-size: 16px;
	border-color: #0000C0;
	background-color: #9A9B9D;
	width: 432px;
	height: 280px;
	float: right;
	text-align: center;
}

#form h2
{
	font-size: 18px;
	text-align: center;
}

