body
{
	background-color: #c138c1;
	font-family: Arial;
	font-size: 13px;
	color: #ffffff;
	scrollbar-3dlight-color: #522f50;
	scrollbar-arrow-color: #522f50;
	scrollbar-base-color: White;
	scrollbar-darkshadow-color: #522f50;
	scrollbar-face-color: White;
	scrollbar-highlight-color: #522f50;
	scrollbar-shadow-color: White;
	scrollbar-track-color: White;
	overflow: auto;
}

body.handler
{
	font-family: Arial;
	font-size: 13px;
	color: #ffffff;
}

body.main
{
	overflow: hidden;
	background-color: #ffffff;
}

table
{
    font-family: Arial;
    font-size: 13px;
}

table.display_entries
{
    background-color:#FFFFFF;
    border: solid 1px white;
    text-align: center;
}

div.center_square
{
	top: 100px;
	width: 600px;
	height: 350px;
	left: 50%;
	margin-left: -300px;
	position: absolute;
	text-align: center;
	padding: 20px 20px 20px 20px;
	border: solid 2px #522f50;
	color: #522f50;
	font-size: 13px;
	font-weight: bold;
	overflow: hidden;
	background-color: #522f50;
}

table.main_page
{
	height: 100%;
	width: 100%;
}

td.main_header
{
	height: 30px;
	background-color: #9900cc;
	border: solid 1px #9900cc;
	border-bottom: solid 1px White;
}

td.main_footer
{
	height: 40px;
	background-color: #9900cc;
	border: solid 1px #9900cc;
	border-top: solid 1px White;
	border-bottom: 0;
}

td.body
{
	border: solid 1px #522f50;
}

td.menu_item
{
	cursor: pointer;
}

td.menu_item a
{
    font-family: Arial;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: block;
    padding: 10px 10px 10px 10px;
}

td.menu_item a:hover
{
	 font-family: Arial;
    font-size: 14px;
    color: #522f50;
    font-weight: bold;
    text-decoration: none;
	 background-color : #fceef3;
}

td.top_text
{
    font-size: 13px;
    font-weight: bold;
}

img.picture,
table.pictures img,
div.large_image
{
    border: solid 1px #522f50;
}

table.pictures img
{
    margin-left: 20px;
    margin-right: 20px;
    cursor: pointer;
}

div.large_image
{
    cursor: pointer;
    top: 0px;
    position: absolute;
    width: 430px;
    height: 330px;
    left: 50%;
    margin-left: -215px;
    background-color: #522f50;
}

h1
{
    font-family: Arial;
    font-size: 18px;
    color: #ffffff;
}

h2
{
	font-family: Arial;
    font-size: 16px;
    color: #ffffff;
}

h3
{
    font-family: Arial;
    font-size: 15px;
    color: #ffffff;
}

div.center
{
    width: 650px;
    margin-left: -325px;
    left: 50%;
    position: absolute;
    height: 100%;
}

input.text,
textarea.text
{
    width: 100%;
}

button
{
    width: 100px;
    border: ridge 1px white;
}

table.page_body
{
    width: 100%;
}

iframe
{
    width: 100%;
    height: 100%;
    border: 0;
}

div.background
{
  width: 550px;
  margin-left: -275px;
  left: 50%;
  position : absolute;
  height: 400px;
  border: 0;
} 

table.prizes
{
    border-left: solid 1px #9900cc;
    font-size: 13px;
}

table.prizes th
{
    border-top: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    border-bottom: solid 2px #ffffff;
}

table.prizes td
{
    border-right: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
    height: 35px;
    padding: 2px 2px 2px 2px;
    text-align: center;
}

p,
table.prices,
table.contact
{
    font-size: 13px;
}

input,
textarea
{
    width: 350px;
}

form
{
    padding: 0;
    margin: 0;
}

sub
{
	font-family: Arial;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}
