body, table, input
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	color: #333333;
}

body
{
	margin: 25px 0px 0px 0px;
}

#leftSite
{
	position: absolute;
	left: 0;
	width: 375;
	height: 550;
	text-align: center;
}

#rightSite
{
	position: absolute;
	left: 375;
	width: 375;
	height: 550;
}

#menu
{
	position: absolute;
	left: 0;
	padding: 10px 10px 10px 10px;
	width: 375;
}

#content
{
	position: absolute;
	left: 0;
	top: 50;
	width: 375;
}

p
{
	padding: 0px 10px 0px 10px;
}

h3
{
	font-size: 12pt;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
}

hr
{
	height: 1;
	width: 100%;
}

a
{
	text-decoration: none;
	font-weight: bold;
}