*{
	outline:none;
}
body
	{
		background-color:  #FFFFFF;
		margin: 0 auto 0 auto;
		font-family: arial;
		font-size: 11px;

	}
	table
	{
		font-family: arial;
		font-size: 11px;
	}
	img
	{
		border: 0px;
	}
	div
	{
		position: relative;
	}
	A:link 
	{
		text-decoration: none;
		color: #CC2131;
	}
	A:visited
	{
		text-decoration: none;
		color: #CC2131;
	}
	A:active
	{
		text-decoration: none;
		color: #CC2131;
	}
	A:hover
	{
		text-decoration: none;
		color: #CC2131;
	}
	#body
	{
		width: 1000px;
	}
	#header
	{
		width: 1000px;
	}
	#menu
	{
		position: absolute;
		top: 104px;
		height: 23px;
		left: 0px;
		width: 1000px;
	}
	.menu
	{
		float: left;
		cursor: pointer;
		height: 23px;
	}
	.menuButton
	{
		cursor: pointer;
	}
	#home
	{
		width: 164px;
	}
	#aboutchallenge
	{
		width: 168px;
	}
	#leagues
	{
		width: 168px;
	}
	#contest
	{
		width: 165px;
	}
	#photogallery
	{
		width: 166px;
	}
	#aboutmiele
	{
		width: 169px;
	}
	#divider
	{
		width: 1000px;
		position: absolute;
		top: 129px;
		left: 0px;
		height: 1px;
		display: inline;
	}
	#leftside
	{
		width: 355px;
		height: 800px;
		background-image: url(images/leftmenu.jpg);
		position: absolute;
		top: 136px;
		left: 0px;
	}
	#leftsidefooter
	{
		width: 355px;
		position: absolute;
		top: 936px;
		left: 0px;
		padding: 8px 0px 0px 0px;
	}
	#leftsidefooter img{
		margin:0px;
		padding:0px;
	}

	#rightside
	{
		width: 633px;
		position: absolute;
		top: 136px;
		left: 367px;
	}
	.pTitle
	{
		color: #CC2131;
		font-weight: bold;
	}
	.fontTitle
	{
		color: #CC2131;
		font-weight: bold;
		font-size: 16px;
	}
	.redBullet
	{
		color: #CC2131;
	}
	#content
	{
		width: 633px;
		background-color: #e8e8e8;
		padding: 10px 0px 5px 0px;
		margin: 0px 0px 0px 0px;
		text-align: left;
	}
	#content1
	{
		width: 633px;
		background-color: #faeaeb;
		padding: 10px 0px 5px 0px;
		margin: 0px 0px 0px 0px;
		text-align: left;
	}
	#rightsidebottom
	{
		width: 632px;
		margin: 0px 0px 10px 0px;
	}
	#rightsideFooter
	{
		float: right;
	}

	#contentHome
	{
		padding: 0px 11px 0px 0px;
		display: none;
	}
	#contentAboutChallenge1
	{
		padding: 0px 11px 0px 0px;
		display: block;
		position:relative;
	}
	#contentLeagues
	{
		padding: 0px 0px 0px 0px;
		display: none;
	}
	#contentLeagues1
	{
		padding: 0px 0px 0px 0px;
		background-color: #e8e8e8;
		display: block;
	}
	#contentContest
	{
		padding: 0px 11px 0px 0px;
		display: none;
	}
	#contentPhotoGallery
	{
		display: block;
	}
	#contentAboutMiele
	{
		padding: 0px 11px 0px 0px;
		display: none;
	}
	
	#contentPhotoGallery1
	{
		display: none;
	}
	#contentAboutMiele1
	{
		padding: 0px 11px 0px 0px;
		display: block;
	}
	#contentContest1
	{
		padding: 0px 11px 0px 0px;
		display: block;
		background-color:#faeaeb;
	}
	#contentHome1
	{
		padding: 0px 11px 0px 0px;
		display: block;
	}
	#contestLink{
		position: absolute; 
		width: 62px;
		height: 25px;
		bottom: 121px;
		left: 22px;
		cursor : url("first.cur"), url("second.cur"), pointer
	}
