@charset "utf-8";

/* CSS Document */

body	{

		font-family: Tahoma, Geneva, sans-serif;

		text-align: center;

		color: #06C;

		font-size: 12px;

		background-image: url(bgimage.jpg);

		background-repeat:repeat-x;}

		

div#wrapper

		{width: 900px;

		margin: 0 auto;

		text-align: left;

		border: thick #06c solid;

		-moz-border-radius:20px;/*curvy corners not for IE*/

		-khtml-border-radius:10px;/*corners for linux*/

  		-webkit-border-radius:20px;

		background-color: #fff;

		}

		



div#head	

		{background-image: url(images/logo.png);

		height: 130px;

		-moz-border-radius:20px;/*curvy corners not for IE*/

  		-webkit-border-radius:20px;

		text-align: right;

		padding: 10px;}

		

.telephone 

		{color: #f09;

		font-size: 20px;

		margin: 10px;}

		

div#content

		{width: 880px;

		padding: 10px;}

		

div#main

		{width: 440px;

		min-height: 450px;

		margin: 0 200px;

		padding: 0 20px;

		text-align: justify;

		font-size: 14px;}

		

div#mailinglist

		{background-image:url(mailinglist.jpg);

		background-repeat:no-repeat;

		height: 100px;

		width: 442px;

		font-size: 16px;}

		

div#party

		{width: 440px;

		min-height: 450px;

		margin: 0 200px;

		padding: 10px;

		text-align: center;

		font-size: 14px;}

		

div#leftfloat

		{float: left;

		margin: 10 0 0 0px;

		height: auto;

		width: 152px;

		padding: 10px;

		text-align: left;

		font-size: 18px;		

		}



.button	{height:51px;

		width:150px;

		text-align: center;

		color: #fff;

		font-size: 20px;

		line-height: 50px;}

		

.opening {line-height: 20px;}

		

.button a:link 		{color:#fff; text-decoration: none; font-weight: 600; }      /* unvisited link */

.button a:visited 	{color:#fff; text-decoration: none; font-weight: 600;}  /* visited link */

.button a:hover 	{color:#fff; text-decoration: none; font-weight: 600;}  /* mouse over link */

.button a:active 	{color:#fff; text-decoration: none; font-weight: 600;}  /* selected link */



h1	{font-size: 18px;

	text-align: left;

	color: #F09;}

	

h2	{font-size: 22px;

	text-align: right;

	color: #06c;}

	

h3	{color: #F09;}



th	{color: #f09;}



marquee	{color: #06c;

		font-size:22px;}



div#foot	{width: 900px;

			text-align: center;

			margin: 0 auto;

			font-size: 10px;

			padding: 20px;

			clear: both;}

			

div#rightfloat

		{float: right;	

		

		width: 180px;

		padding: 10px;

		text-align: justify;}



div#map 	{float: right;}



.clearfix	

		{clear: left;}



		

.t1		{background-image: url(yellow1.jpg); color: #000; background-repeat: no-repeat; width: 200px; height:200px;}

.t2		{background-image: url(green1.jpg);	color: #000; background-repeat: no-repeat; width: 220px; height:200px;}

.t3		{background-image: url(blue1.jpg); color: #fff; background-repeat: no-repeat; width: 220px; height:200px;}

.t4		{background-image: url(pink1.jpg); color: #fff; background-repeat: no-repeat; width: 220px; height:200px;}

		



a:link 		{color:#06c; text-decoration: none; font-weight: 600;} /* unvisited link */

a:visited 	{color:#06c; text-decoration: none; font-weight: 600;}  /* visited link */

a:hover 	{color:#06c; text-decoration: none; font-weight: 600;}  /* mouse over link */

a:active 	{color:#06c; text-decoration: none; font-weight: 600;}  /* selected link */


