#page {
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	width:900px;
}

#banner {
	height:133px;
	width:900px;
	background-image:url('../images/Banner.png');
}

#navigationleft {
	float:left;
	width:4px;
	height:40px;
	background-image: url('../images/NavBarLeft.png');
}

#navigationcenter {
	float:left;
	width:892px;
	height:40px;
	background: url('../images/NavBarCenter.png') repeat-x;
	text-align:center;
}

#navigationright {
	float:left;
	width:4px;
	height:40px;
	background-image: url('../images/NavBarRight.png');
}

.navigationitem {
	height:40px;
	padding-left:10px;
	padding-right:10px;
	margin-left:30px;
	margin-right:30px;
	display:inline;
	font-size:34px;
	color:white;
}

.navigationitem:hover {
	background: url('../images/NavBarSelected.png') repeat-x;
	color:black;
}

.contenttop {
	width:100%;
	height:4px;
	background-image: url('../images/ContentTop.png');
}

#contentleft {
	position:relative;
	width:444px;
	margin-right:12px;
	float:left;
	margin-top:20px;
}

#ceflo {
	position:absolute;
	left:-100px;
	bottom:-78px;
	width:220px;
	height:206px;
	background-image:url('../images/CeFlo.png');
	z-index:-1;
}

#contentleftmiddle {
	position:relative;
	height:260px;
	background-color:#efefef;
}

#contentleftbottom {
	height:164px;
	background-image: url('../images/LeftContentBottom.png');
	position:relative;
}

#contentright {
	position:relative;
	width:444px;
	float:left;
	margin-top:20px;
}

#contentrightmiddle {
	height:420px;
	background-color:#efefef;
}

#contentrightbottom {
	height:4px;
	background-image: url('../images/RightContentBottom.png');
}

#connect {
	position:absolute;
	right:0px;
	bottom:-60px;
}

#skater {
	position:absolute;
	right:-140px;
	bottom:-65px;
	background-image: url('../images/Skater.png');
	width:138px;
	height:298px;
}

.connectimage {
	margin-left:10px;
}

body {
	background:#000000 url('../images/Background.jpg') no-repeat center top;
	font-family: Arial, Helvetica, sans-serif;
}

#footer {
	float:left;
	width:100%;
	margin-top:40px;
	text-align:center;
	color:white;
	font-size:11px;
}

#separator {
	margin-top:3px;
	margin-bottom:3px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
	background-color:white;
	height:2px;
}

.largecontenttop {
	width:100%;
	height:4px;
	background-image: url('../images/LargeContentTop.png');
}

#content {
	position:relative;
	width:900px;
	float:left;
	margin-top:20px;
}

#contentbottom {
	height:164px;
	background-image: url('../images/LargeContentBottom.png');
	position:relative;
}

#pageflip {
	position:absolute;
	bottom:0px;
	left:0px;
	background-image: url('../images/PageFlip.png');
	height:164px;
	width:175px;
	z-index:3;
}

div a{
	text-decoration:none;
	border:0px;
}

#largecontentmiddle {
	background-color:#efefef;
	overflow:hidden;
	padding-left:25px;
	padding-right:25px;
}

a img {
	border:0px;
}

#sitemap a {
	color:white;
}

.shirtdesign {
	width:170px;
	float:left;
	text-align:center;
	margin-bottom:20px;
	margin-top:30px;
}

.shirtdesign img {
	cursor:pointer;
}

#loading {
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	margin-bottom:auto;
	background-image: url('images/loading.gif');
	height:16px;
	width:16px;
}

select {
	width:150px;
}

.price {
	color: #990000;
	font-size: 30px;
	font-weight: bold;
}

.pricenote {
	font-size: 10px;
}
