body
{
	background-color: #fff;
	margin: 0px;
	border: 0px;
}

p
{
	color: #000;
	font-family: "Palatino", "Palatino Linotype", serif;
	font-style: normal;
	font-size: 14px;
	line-height: 1.3em;
	text-align: justify;
	padding: 0;
}

h1
{
	color: #000;
	font-family: "Palatino", "Palatino Linotype", serif;
	font-style: normal;
	font-size: 18px;
	line-height: 1.3em;
	padding: 0 20px;
	text-align: center;
}

a, h1 a, h2 a, h3 a
{
	border: 0px;
}

a:link
{
	color: red;
	text-decoration: none;
}

a:visited
{
	color: red;
	text-decoration: none;
}

a:active
{
	color: blue;
	text-decoration: underline;
	border: 0;
}

a:hover
{
	color: blue;
	text-decoration: underline;
	border: 0;
}

a img, a object { border: none !important; }

.hidden
{
	visibility: hidden;
}

#container
{
	background-color: #000;
	width: 440px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

.booth_image
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 0;
}

#footer 
{
	clear: both;
	display: block;
	height: 30px;
	margin: 0;
	padding: 0;
}

