﻿/*index.html styles*/

body.index
{
	background-color: #FF5BFF;
	margin-top: 0px;
}

table.index-container
{
	border: 0px;
	background-color: #FF9BFF;
	padding: 0px 0px 0px 0px;
}

/*about.html styles*/

body.about
{
	background-color: #0099CC;
	margin-top: 0px;
}

table.about-container
{
	border: 0px;
	background-color: #ABC1FE;
	padding: 0px 0px 0px 0px;
	background-image:url('images/other/baloons_about.jpg');
	background-repeat:repeat;
	background-attachment:scroll;
	background-position:center;
}

/*gallery.html styles*/

body.gallery
{
	background-color: #FF9933;
	margin-top: 0px;
}

table.gallery-container
{
	border: 0px;
	background-color: #FAC421;
	padding: 0px 0px 0px 0px;
	background-image:url('images/other/background_gallery.jpg');
	background-repeat:repeat;
	background-attachment:scroll;
	background-position:center;
}

/*celebratewithus.html styles*/

body.celebratewithus
{
	background-color: #009933;
	margin-top: 0px;
}

table.celebratewithus-container
{
	border: 0px;
	background-color: #33CC93;
	padding: 0px 0px 0px 0px;
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:center;
}

/*rules.html styles*/

body.rules
{
	background-color: #FFFF00;
	margin-top: 0px;
}

table.rules-container
{
	border: 0px;
	background-color: #FFFF99;
	padding: 0px 0px 0px 0px;
}

/*contacts.html styles*/

body.contacts
{
	background-color: #FF6666;
	margin-top: 0px;
}

table.contacts-container
{
	border: 0px;
	background-color: #FF8080;
	padding: 0px 0px 0px 0px;
	background-image: url('images/other/clown2_contacts.jpg');
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: center;
}

div.transbox
{
  width: 850px;
  height: 750px;
  margin: 50px 77px;
  background-color: #FF8080;
  border: 3px solid black;
  /* for IE */
  filter: alpha(opacity=70);
  /* CSS3 standard */
  opacity: 0.8;
}

div.transbox p
{
  margin-top: 70px;
  font-size: 30px;
  font-weight: bold;
  color: #000000;
}

/*usefullinks.html styles*/

body.usefullinks
{
	background-color: #FAC421;
	margin-top: 0px;
}

table.usefullinks-container
{
	border: 0px;
	background-color: #FFFF00;
	padding: 0px 0px 0px 0px;
}

/*announcements.html styles*/

body.announcements
{
	background-color: #FF2924;
	margin-top: 0px;
}

table.announcements-container
{
	border: 0px;
	background-color: #FF3E3E;
	padding: 0px 0px 0px 0px;
}

/*additionalservices.html styles*/

body.additionalservices
{
	background-color: #8EB4F2;
	margin-top: 0px;
}

table.additionalservices-container
{
	border: 0px;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	background-image:url('images/other/flowers_additionalservices.jpg');
	background-repeat:no-repeat;
	background-attachment: scroll;
	background-position: right top;
}

/*russian.html styles*/

body.russian
{
	background-color: #8EB4F2;
	margin-top: 0px;
}

table.russian-container
{
	border: 0px;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	background-image:url('images/other/russian_bck.jpg');
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: right top;
}

/*all html's styles
div.fix
{
	position: fixed;
}
*/
td.td1
{
	width: 140px;
	height: 900px;
	vertical-align: top;
}

td.td2
{
	width: 1000px;
	height: 900px;
	vertical-align: top;
	text-align: center;
}

/*links*/
a.link:link
{
	text-decoration:none;
}

a.link:visited
{
	text-decoration:none;
}

a.link:hover
{
	text-decoration:underline;
}

a.link:active
{
	text-decoration:none;
}