	body{
		background: url(./background-25b6bdca.png) #1b1b1b repeat-x;
		padding:0;
		margin:0;
		font-family: Arial;
		font-size: 12px;
	}
	#mainContainer{
		background: url(./skatecan-background-b0890406.png) no-repeat center top;
		width:100%;
		position: absolute;
		height:500px
	}
	.sidebg{
		float:left;
		width: 152px;
		height:564px;
	}
	#contentContainer{
		/* float:left; */
		width: 976px;
	}
	#mainContent{
		background: #fff;
		padding:0 2px;
	}
	#menuLeft, #contentFrame, #menuRight{
		float:left;
		margin:0 3px;
	}
	#menuLeft{
		width:171px;
		background: #1B1B1B;
		overflow:hidden;
		position: relative;
		white-space: nowrap;
	}
	
	#contentFrame{
		width:565px;
		overflow: hidden;
	}
	#content{
		padding:0 20px;background:#1B1B1B;overflow:hidden;
		color:#fff;
		text-align: left;
	}
	#content h1, #content td, #content h2{
		color:#fff;
	}
	p{
		padding:0;
		margin:0 0 10px;
	}
	
	h1,h2{
		padding:0;margin:0;
		font-style: italic;
		font-size: 18px;
	}
	
	table{
		width:100%;
		border-collapse: collapse;
		margin:1px;
		border:1px #444 solid;
	}
	td{
		border:1px #444 solid;
		padding:5px;
	}
	
	h1{
		font-size: 22px;
	}
	#menuLeft center a{
		color:#DD0131;
	}
	#content a{
		/*
		text-decoration: underline;
		color:#DD0131;
		*/
		text-decoration: none;
		color:#fff;
		border-bottom: 1px #DD0131 solid;
	}
	#photoGal a{
		border: 0;
	}
	#pageOptions{
		z-index:100;
	}
	table.noborder, table.noborder td{
		border:0;
	}