/* CSS Document */

body	{
		margin : 18px 0 20px 0;
		padding : 0;
		text-align : center; 
		min-width: 738px;
		background-color:#772b8b;
		background-image: url(img/festival_bg.gif);
		background-repeat:repeat-x;
		font-size: .7em;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		}

#wrapper	{
		background-color: white;
		text-align: left;
		margin: 18px auto;
		width:738px;
		}

#header	{background: url(img/festival_header.gif) top left no-repeat;
		width: 738px;
		height:131px;}
#header ul	{margin:0; padding:20px 30px 0 0 ;  text-align:right; }


#header li {display:inline; padding-right:10px;
			}
			
#header a:link, #header a:visited {
			color:white;
		}
			
.tier1	{
		margin: 5px 25px;
		height: 600px;
		}
.rightcopy	{
		width:300px;
		
		}


.desc_left	{width:300px;
			float:left;
			}

.desc_right	{width:350px;
			float: right;
			
			}
#footer	{background: url(img/festival_footer.gif) top left no-repeat;
		width: 738px;
		height:100px;
		text-align: center;
		
		}

#footer a:link, #footer a:visited {
			color:white;
		}

	
