body
{	
	background-color:#FFFFFF;
	padding: 0px;
	margin: 0px;
}



#content
{
	width:968px;
	height:809px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
        background-image: url(images/backgroundhome.jpg);
        background-repeat: no-repeat;
}


#contentorder
{
	width:968px;
	height:809px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
        background-image: url(images/backgroundorder.jpg);
        background-repeat: no-repeat;
}


#contentmeet
{
	width:968px;
	height:809px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
        background-image: url(images/backgroundmeet.jpg);
        background-repeat: no-repeat;
}



#contentfan
{
	width:968px;
	height:809px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
        background-image: url(images/backgroundfan.jpg);
        background-repeat: no-repeat;
}



#contentlinks
{
	width:968px;
	height:809px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
        background-image: url(images/backgroundlinks.jpg);
        background-repeat: no-repeat;
}




img
{  border-style: none;
}


img.wrap
{
        float: left;
}



#textcontainer
{
	width:420px;
        height: 430px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 35px;
	margin-bottom: 0px;
	text-align: justify;
        float: right;
        display: inline;
}


.textcontainerlinks
{
	width:550px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 35px;
	margin-bottom: 0px;
        margin-left: 0px;
	text-align: left;
        float: right;
        display: inline;

}



#footer
{
        position: absolute;
	width:968px;
	height:83px;
        top: 740px;
}





#nav ul {
	float: left;
	width: 804px;
        list-style-type: none;
        margin-top: 138px;
        margin-left: 164px;
        display: inline;
}

#nav ul li {
	float: left;
	margin-left: 0px;
}


#nav ul li a  {
	float: left;
	display: block;
	height: 73px;
	text-decoration: none;
}

#nav ul li a span {
	visibility: hidden;
}



#nav ul li#nav1 a {
	background: url(images/order.gif) 0 0 no-repeat;
	width: 206px;
}

#nav ul li#nav2 a {
	background: url(images/meet.gif) 0 0 no-repeat;
	width: 192px;
}

#nav ul li#nav3 a {
	background: url(images/fan.gif) 0 0 no-repeat;
	width: 178px;
}


#nav ul li#nav4 a {
	background: url(images/links.gif) 0 0 no-repeat;
	width: 104px;
}


#nav ul li a:hover, #nav ul li.current a, #nav ul li.current a:hover {
	background-position: 0 -73px!important;
}

