body{
	font-family: Georgia, Helvetica;
	font-style: italic;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	height: 800px;
}

img{
	border: 0px;
}

a{
	color: #000;
	text-decoration: none;
}

#wrap{
	width: 100%;
	height: 800px;
}
	
#logo{
	margin-left: 35px;
	margin-top: 20px;
	margin-bottom: 35px;
}

#left{
	position: absolute;
}

#menu{
	padding: 0px;
	margin-left: 15px;
	width: 135px;
	border-top: solid 4px #000;
	background-color: #FFF;
	opacity: 0.8;
}

#menu li{
	height: 27px;
	line-height: 27px;
	list-style: none;
	color: #000;
	font-weight: bold;
	padding-left: 7px;
	border-top: solid 1px #666;
}

#menu:last-child{
	border-bottom: solid 1px #666;
}



.menu-selected{
	height: 27px;
	line-height: 27px;
	list-style: none;
	color: #FFF !important;
	background-color: #000;
	padding-left: 7px;
	border-top: solid 1px #666;
}

#right{
	position: absolute;
	overflow: hidden;
	height: 800px; 
}

#right-wrap{
	height: 800px;
	
}

.rightblock{
	float: left;
	height: 800px;
}

.right-content{
	margin-top: 20px;
	margin-left: 170px;
	height: 100%;
}

.artist-biog{
	width: 540px;
	font-size: 12px;
	color: #000;
}

.artist-name{
	font-weight: bold;
	color: #000;
}

.artist-desc{
	color: #000;
}

.artist-table{
	position: absolute;
	top: 163px;
	width: 830px;
	padding-top: 5px;
}

.artist-table tr td{
	font-size: 12px;
	text-align: center;
	padding-top: 12px;
}

.price{
	font-size: 15px;
	font-weight: bold;
}

.cte{
	color: #8C8C8C;
}

form table{
	margin-left: 95px;
}

#welcome-title{
	font-size: 19px;
	font-weight: bold;
}

#welcome-text{
	font-size: 16px;
	font-weight: lighter;
}


#stall-no{
	font-size: 12px;
	font-weight: bold;
}

#stall-title{
	font-size: 12px;
	font-weight: bold;
}

#stall-text{
	font-size: 12px;
	/*margin-left: 127px*/
}

#stall-cfm{
	font-size: 12px;
	
}

#ContactPages{
	font-size: 17px;
	font-weight: normal;
	color: #8C8C8C;
}

#ContactPages a{
	text-decoration: underline;
	font-weight: bold;
}

#contact-title{
	color: #000;
}





