/* Kill Defaults */
html, body, p, ul, ol, dl, li, h1, h2, h3, h4, img {
     margin: 0;
     padding: 0;
}
ul {
     list-style: none;
}
img {
     border: 0;
}
a {
     outline: none;
}

body {
	text-align: center;
	background-position: center 0;
	font-size: 100%;
	color: #514024;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-image: url(../images/apparel-bg.jpg);
	background-repeat: no-repeat;
	background-color: #90440e;
}
h1 {
	font-size: 100%;
	font-weight: normal;
}
h2 {
	font-size: 1em;
	margin-top: 12px;
}
p {
	font-size: 85%;
	margin-top: 12px;
}
#container {
	text-align: left;
	width: 900px;
	margin: 20px auto 0px auto;
	position: relative;
}
#homeLeft {
	float: left;
	width: 328px;
	text-align: center;
	line-height: 140%;
	background-image: url(../images/home-left-bg.jpg);
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-right: 36px;
	padding-left: 36px;
}
#contentRight {
	float: left;
	width: 500px;
}
#flashContainer {
	float: left;
	width: 500px;
}
#navigation {
	position: absolute;
	top: 550px;
	width: 100%;
	margin: 0px;
	padding: 20px;
	text-align: center;
	font-weight: bold;
	color: #c21e24;
}
#navigation a {
	color: #514024;
	font-weight: bold;
}
#networkTab {
	position: absolute;
	top: -20px;
	right: 0px;
}
sup {
	font-size: 50%;
}
a {
	color: #c21e24;
	text-decoration: none;
}
#gallery img {
	padding: 0px 3px 3px 0px;
}
