#box720
	{
		width: 720px;
		margin: 20px auto 50px auto;
		border: 1px solid #FFFFFF;
	}

body
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.71em;
		color: #FFFFFF;
		background-color: #75DBFF;
		margin: 0px;
	}

#headerimage
	{
		width: 718px; height: 207px;
	}
	
.olympia
	{
		font-size: 1.4em;
		font-weight: bold;
		color: #FFFFFF;
	}
	
.timetables
	{
		font-size: 1.3em;
		font-weight: bold;
		color: #FFFFFF;
	}

.admission
	{
		font-size: 1.1em;
		font-weight: bold;
		color: #FFFFFF;
	}	

.admissioncharges
	{
		font-size: 1.1em;
		color: #FFFFFF;
	}	

	
.bold
	{
		font-weight: bold;
	}

	
#cards
	{
		width: 208px;
		height: 35px;
		float: right;
		margin-right: 35px;
	}
	
.gold
	{
		color: #CCCC00;
		font-weight: bold;
	}
		
.italic
	{
		font-style: oblique;
	}


	
a:link
	{
		color: yellow;
		text-decoration: none;
		font-size: 1.15em;
	}
	
a:visited
	{
		color: yellow;
		text-decoration: none;
	}
	
a:hover
	{
		color: #FFFFFF;
		text-decoration: underline;
	}
	

#navcontainer ul
	{
		padding-left: 0;
		margin-left: 0;
		background-color: #B9E0FF;
		color: White;
		float: left;
		width: 100%;
		font-family: arial, helvetica, sans-serif;
		font-size: 1.14em;
		font-weight: bold;
	}

#navcontainer ul li 
	{ 
		display: inline;
	}

#navcontainer ul li a
	{
		padding: 0.2em 1em;
		background-color: #B9E0FF;
		color: #000000;
		text-decoration: none;
		float: left;
		border-right: 1px solid #fff;
	}

#navcontainer ul li a:hover
	{
		background-color: #65b0ff;
		color: #fff;
	}	
	
#navlist li a#current
	{
		background: #325390;
		color: white;
	}
	
#white
	{
		border-top: 1px solid #FFFFFF;
		border-bottom: 1px solid #FFFFFF;
	}