

/* Main Layout */

a {
text-decoration : none;	
color: #faa61a;	

}

a:hover {
text-decoration: underline;	
	
}

body {
font-family: Arial, Helvetica, sans-serif;
text-align: center;
font-size: 12px;
line-height: 19px;
height: 100%;
 background-color: #fbc060;
margin: 0 auto;
}


.Headline {
	
display: block;	
margin-bottom: 15px;
}

.Blue {
color: #0093D0;	
	
}

.Orange {
color: #faa61a;	
	
}

#Page {
width: 900px;
margin: 0 auto;
padding: 0;
text-algin: left;
background-color: #fff;
}

#Header {
background: url(images/header.gif);
width: 640px;
height: 215px;
float: right;

}

#Logo {
margin-top: 8px;
margin-left: 10px;
display: block;
width: 248px;
height: 230px;
}




#Nav a {
margin: 0;
padding: 0;
float: left;
height: 56px;
width: 188px;
display: block;
margin-left: 10px;
}




#Nav {
margin-top: 80px;	
margin-left: 10px;
}




a#Home {
background-position: 0px 0px;
background-image: url(images/home.gif);
}


a#Home:hover, a#HomeOn {
background-position: 0px -56px;
background-image: url(images/home.gif);

}



a#Exhibitors {
	background-image: url(images/exhibitors.gif);

}

a#Exhibitors:hover, a#ExhibitorsOn {
background-position: 0px -56px;
	background-image: url(images/exhibitors.gif);

}


a#Sponsorship {
	background-image: url(images/sponsorship.gif);

}

a#Sponsorship:hover, a#SponsorshipOn {
background-position: 0px -56px;
	background-image: url(images/sponsorship.gif);

}





a#About {
	background-image: url(images/about.gif);
		margin-top: 8px;
}

a#About:hover, a#AboutOn {
background-position: 0px -56px;
	background-image: url(images/about.gif);
		margin-top: 8px;

}



a#Volunteer {
	background-image: url(images/volunteer.gif);
		margin-top: 8px;
}

a#Volunteer:hover, a#VolunteerOn {
background-position: 0px -56px;
	background-image: url(images/volunteer.gif);
			margin-top: 8px;


}

a#Contact {
	background-image: url(images/contact.gif);
		margin-top: 8px;
}

a#Contact:hover, a#ContactOn {
background-position: 0px -56px;
	background-image: url(images/contact.gif);
			margin-top: 8px;


}



#LeftSide {
display: block;
text-algin: left;
width: 260px;
background-repeat: no-repeat;
height: 624px;
display: block;
float: left;
}

#exhibitors #LeftSide {
height: 934px;	
}

#sponsorship #LeftSide {
height: 620px;	
}

#volunteer #LeftSide {
height: 604px;	
}

#contact #LeftSide {
height: 704px;	
}

#RightSide {
width: 640px;
text-align: left;
background-color: #fff;
float: right;
padding: 0;
margin: 0;
}

#RightSide #Content {
margin: 20px 20px;
color: #666;

}

#Footer {
clear: both;
width: 900px;
height:70px;
display: block;
background-image: url(images/footer.gif);
text-align: right;

}


#Facebook {
width: 95px;
height: 70px;
display: block;
background-image: url(images/facebook.gif);
border: 0;
float: right;

}



#Graphs .Blue {
display: block;
margin-bottom: 10px;
}


