 
 BODY {
	background-color : #FFFF99;
	margin : 0;
	padding : 0;
	height : 100%;
	text-align : center;
}

#container {
	margin:0 auto;
   width:100%;   /* you can use px, em or % */
   text-align:left;
   height : 100%;
}


#logo {
	float : right;
	margin : 5px 25px 0px 0px;
}





 #title {
	padding : 0.1em 0px 0.2em 0.5em;
	color : #CC6600;
	background-image : url(../images/background1.gif);
	border-bottom : thin solid #CC6600;
	margin : 0px 0px 0px 0px;
}


#title H1{
	font : 2.2em Georgia;
}



DIV#ball {
	border : 1px solid #CC6600;
	width : 350px;
	float : right;
	margin : 5px 0px 5px 15px;
	background-color : #FFFFCC;
	text-align : center;
	padding-bottom : 0px;
}
P#ball {
	color : Aqua;
}






DIV#main {
	padding : 0px 0px 0px 0px;
	margin : 4.5% 22% 0.5em 190px;
}

/*DIV#main tr {
	vertical-align : top;
	font-size : 0.9em;
}*/
p.img {
	text-align : center;
}
 
#main h1{
	margin : 0;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font : 1.3em;
	color : #CC6600;
}

DIV#main h2 {
	margin : 20px 0px 0px 0px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font : 1.2em;
	color : #999933;
}
DIV#main hr{
	color : #CC6600;
}

div#main p {
	font : 0.9em;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin : 10px 10px 10px 10px;
	padding : 0.2em 0 0.2em 0.5em;
	line-height : 1.4em;
	color : #330033;
}

div#main UL {
	list-style : none;
}

div#main LI {
	color : #333333;
	line-height :1.4em;
	margin : 10px 0px 0px 10px;
	font-weight : normal;
	font-size : 0.8em;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div#main img {
	margin-top : 20px;
	padding : 0;
}



#box{
	 float: right; 
	 width:	 350px; 
	 border: thin solid Green; 
	 margin: 100px 10px 20px 50px; 
	 padding-right: 20px;
}

#box h1{
	font-size : 16px;
}

table#photothumb {
	width : 600px;
	
	
}


table#photothumb  td{
	width : 130px;
	text-align : center;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 0.8em;
	padding : 0px 0px 0px 0px;
}

table#photothumb img {
	margin : 15px 0px 0px 0px;
}







TABLE#contact {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 0.8em;
	width : 500px;
}






div#menu {
	background-color : #CCFF99;
	text-align : left;
	position : absolute;
	top : 150px;
	left :1em;
	width : 150px;
	border-right : 1px solid #CC6600;
	border-top : thin solid #CC6600;
	background-image : url(../images/background1.gif);
	margin : 0;
	padding : 0;
}

div#menu  a {
	font : bold 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
	display : block;
	padding : 10px 0px 5px 10px;
	border-bottom : 1px solid #CC6600;
	text-decoration : none;
	color : #CC6600;
}

div#menu  A:hover {
	background-color : #999933;
	text-decoration : none;
	color : White;
}

div#menu  A:VISITED {
	color : #CC9966;
	text-decoration : none;
	padding : 10px 0px 5px 10px;
}

div#menu h4 {
	background-color :  #CC6600;
	text-decoration : none;
	color : #CCFF99;
	padding : 10px 0px 5px 10px;
	margin : 0;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font : bold;
}







td#eventl {
	width : 45%;
	
}

td#eventr {
	width : 45%;
	border-left : 1px solid #CC6600;
	padding-left : 0.5em;
}

	



div#rightblock {
	position : absolute;
	top : 150px;
	right : 20px;
	padding : 0;
	width : 150px;
	border-left : 1px solid #CC6600;
	margin : 0;
}


div#rightblock  h4 {
	font : bold 0.8em Verdana, Geneva, Arial, Helvetica, sans-serif;
	display : block;
	padding : 10px 0px 5px 10px;
	border-bottom : 1px solid #CC6600;
	color : #CCFF99;
	background-color : #CC6600;
	margin: 0px;
	
}
	
div#rightblock  a {
	font : 0.8em Verdana, Geneva, Arial, Helvetica, sans-serif;
	display : block;
	padding : 10px 0px 5px 10px;
	text-decoration : none;
	color : #CC6600;
}
div#rightblock  a:hover {
	font : 0.8em Verdana, Geneva, Arial, Helvetica, sans-serif;
	display : block;
	padding : 10px 0px 5px 10px;
	text-decoration : underline;
	color : #FFFF99;
	background-color : #CC6600;
}
 
div#footer {
	width:100%;
	position : relative;
	bottom:0px;
	background-image : url(../images/background1.gif);
	left : 0px;
	margin : 0px 0px 0px 0px;
	min-height : 100%;
}





address {
	font : normal italic 0.7em Georgia;
	padding : 0px 0px 20px 20px;
	
	/*background-image : url(../images/background1.gif);*/
	border-top : thin solid #CC6600;
	width : 100%;
}