body
	{
		background-color: black;
		font-family: ariel, verdana, sans-serif;
		color: white;
		font-size: small;
		font-weight: normal;
	}

h3
	{
		margin-bottom: 30px;
	}
	
a:link
	{
		color: #f8f8f8;
	}

a:visited
	{
		color: #dcdcdc;
	}

#wrapper
	{
		width: 800px;
		margin-left: auto;
		margin-right: auto;
	}
	
#gilan
	{
		height: 432px;
		width: 800px;
		background-image: url('images/gilan.jpg'); 
		background-repeat: no-repeat;
		border-bottom: 1px solid white;
	}

#main_text
	{
		width: 440px;
		padding: 10px 30px;
		margin-top: 24px;
		padding-bottom: 15px;
		border: 1px dotted white;
		
	}
	
#randomquote 
	{
		height: 60px;
		width: 280px;
		padding-top: 20px;
		margin-left: 520px;

	}

#navbar
	{
		height: 30px;	
		width: 800px;
		position: relative;
		margin: 10px auto;

	}

/* Start of Menu bar buttons */
	
#home
	{
		position: absolute;
		left: 0;
		display: block;
		width: 90px;
		height: 29px;
		background: url("navbar/home.gif") no-repeat 0 0;
	}

#home:hover
	{ 
		background-position: 0 -30px;
	}

#home span
	{
		display: none;
	}

#play
	{
		position: absolute;
		left: 101px;
		display: block;
		width: 90px;
		height: 29px;
		background: url("navbar/play.gif") no-repeat 0 0;
	}

#play:hover
	{ 
	background-position: 0 -30px;
	}

#play span
	{
		display: none;
	}

#news
	{
		position: absolute;
		left: 202px;
		display: block;
		width: 90px;
		height: 29px;
		background: url("navbar/news.gif") no-repeat 0 0;
	}

#news:hover
	{ 
		background-position: 0 -30px;
	}

#news span
	{
		display: none;
	}

#events
	{
		position: absolute;
		left: 303px;
		display: block;
		width: 90px;
		height: 29px;
		background: url("navbar/events.gif") no-repeat 0 0;
	}

#events:hover
	{ 
		background-position: 0 -30px;
	}

#events span
	{
		display: none;
	}

#volunteer
	{
		position: absolute;
		left: 404px;
		display: block;
		width: 90px;
		height: 29px;
		background: url("navbar/volunteer.gif") no-repeat 0 0;
	}

#volunteer:hover
	{ 
		background-position: 0 -30px;
	}

#volunteer span
	{
		display: none;
	}

#images
	{
		position: absolute;
		left: 505px;
		display: block;
		width: 90px;
		height: 29px;
		background: url("navbar/images.gif") no-repeat 0 0;
	}

#images:hover
	{ 
		background-position: 0 -30px;
	}

#images span
	{
		display: none;
	}

#games
	{
		position: absolute;
		left: 606px;
		display: block;
		width: 90px;
		height: 29px;
		background: url("navbar/games.gif") no-repeat 0 0;
	}

#games:hover
	{ 
		background-position: 0 -30px;
	}

#games span
	{
		display: none;
	}

#contact
	{
		position: absolute;
		left: 707px;
		display: block;
		width: 90px;
		height: 29px;
		background: url("navbar/contact.gif") no-repeat 0 0;
	}

#contact:hover
	{ 
		background-position: 0 -30px;
	}

#contact span
	{
		display: none;
	}

/* End of Menu bar buttons */

div.sidebar
	{
		clear: right;
		float: right;
		margin-top: 15px;
		width: 275px;
	}

div.sidebar_body
	{
		position: relative;
		width: 273px;
		margin-top: 27px;
		background-color: #949494;
		border: 1px solid white;
		font-size: 0.85em;
	}
	
div.sidebar_body p, div.sidebar_body ol, div.sidebar_body h4, div.sidebar_body li
	{
		margin: 5px;
	}