﻿* {
padding: 0;
margin: 0 0 0px 0;
}

html, body {
height: 100%;
}

body 
{
    margin:0px;
    background-color: #5F4148;
    background-image:url(images/bg.png);
    background-repeat:no-repeat;
    font-family:Candara, Lucida Sans, Arial;
    padding:0px;
}

#content
{
   width:700px;
   margin: 0 auto;
   height:700px;
   margin-top:30px;
}

#top
{
    background-image:url(images/toproundwhite.png);
    background-repeat:no-repeat;
    width:700px;
    height:20px;
	margin: 0 auto;
	padding:0px;
	margin-top:30px;
}

#centre
{
    background-color:White;
	margin: 0 auto;
    width:700px;
    padding:0px;
}

* html #centre {
       height: 100%;
}

#centre .title
{
    font-family:Forte;
    font-size:30pt;
    padding-left:20px;
    padding-top:20px;
    margin:0px;
}

#centre .title2
{
    font-family:Forte;
    font-size: 45pt;
    text-align:center;
    width:470px;
    padding-left:20px;
    padding-top:20px;
    margin:0px;
    margin-bottom:30px;
}

#centre .menu
{
    margin:0px;
    position:relative;
    width:700px;
    height:105px;
    top:-30px;
}

#centre .menu .home
{
    position:absolute;
    left:0px;
}

#centre .menu .ella
{
    position:absolute;
     left:131px;
}

#centre .menu .artists
{
   position:absolute;
   left:251px;
}

#centre .menu .tickets
{
   position:absolute;
   left:394px;
}

#centre .menu .contact
{
   position:absolute;
   left:537px;
}

#centre .text
{
    margin-left:20px;
    margin-right:20px;
    font-family:Candara, Lucida Sans, Arial;
    line-height: 150%;
}

#centre .text .venuebox
{
    width:362px;
    height:192px;
    background-image:url(images/venuebox.png);
    background-repeat:no-repeat;
    font-family:Forte;
    font-size:x-large;
}

#centre .text .venuebox .vtext
{
    margin-top:20px;
}

#footer
{
    width:700px;
    height:20px;
    background-image:url(images/bottomroundwhite.png);
    background-repeat:no-repeat;
	margin: 0 auto;
}

.ArtistImage
{
    float:left;
    margin-top:10px;
    margin-left:10px;
    margin-right:10px;
    margin-bottom:10px;
}

.ArtistTitle
{
    font-family:Forte;
    color:#5F4148;
    font-size:xx-large;
    margin-bottom:10px;
}

.EllaTitle
{
    font-family:Forte;
    color:#5F4148;
    font-size:xx-large;
    margin-bottom:15px;
    margin-top:5px;
}

.EllaText
{
    margin-top:20px;
}

.ContactUsText
{
    font-family:Forte;
    font-size:x-large;
    color:#5F4148;
}

.HomeText
{
    margin-top:10px;
    font-size:medium;
    text-align:center;
}

.TicketsText 
{
    font-size:x-large;
    font-family:Forte;
    color:#5F4148;
}