html, body {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
body {
	background: #000 url(../images/bg.gif) no-repeat left top;
}
div#nav {
	width: 175px;
	text-align: center;
}
table#main {
	text-align: center;
	margin: 12px;
}
div#header {
	height: 160px;
	white-space: nowrap;
	margin-bottom: 16px;
}
img#banner {
	margin: 0px 54px 2px 54px;
}

/* re-usable classes */
.date {
	text-transform: lowercase;
	font-size: 135%;
	margin: 2px 0 18px 0;
}

.hidden {
	display: none;
}

/* content pics */
div.content img {
	border: 0;
	margin: 3px;
}
div.content a img {
	border: 1px solid black;
	opacity: 0.85;
	filter: alpha(opacity=85);
}
div.content a:hover img {
	border: 1px solid white;
	opacity: 1;
	filter: alpha(opacity=100);
}
span.picrow {
	white-space: nowrap;
}

/* links */
div.links img {
	margin: 4px 0;
}

/* nav buttons including rollovers */
a.nav img { 
	height: 42px;
	width: 172px;
	border-width: 0;
	margin: 2px;
}
a#btnHome img { background: url(../buttonhome.jpg) top left no-repeat; }
a#btnHome:hover img {background: url(../buttonhome2.jpg) top left no-repeat;}
a#btnJoin img { background: url(../buttonjoin.jpg) top left no-repeat; }
a#btnJoin:hover img {background: url(../buttonjoin2.jpg) top left no-repeat;}
a#btnUpdate img { background: url(../buttonupdate.jpg) top left no-repeat; }
a#btnUpdate:hover img {background: url(../buttonupdate2.jpg) top left no-repeat;}
a#btnSample img { background: url(../buttonsample.jpg) top left no-repeat; }
a#btnSample:hover img {background: url(../buttonsample2.jpg) top left no-repeat;}
a#btnModels img { background: url(../buttonmodel.jpg) top left no-repeat; }
a#btnModels:hover img {background: url(../buttonmodel2.jpg) top left no-repeat;}
a#btnContact img { background: url(../buttoncontact.jpg) top left no-repeat; }
a#btnContact:hover img {background: url(../buttoncontact2.jpg) top left no-repeat;}
a#btnLinks img { background: url(../buttonlinks.jpg) top left no-repeat; }
a#btnLinks:hover img {background: url(../buttonlinks2.jpg) top left no-repeat;}
a#btnBlog img {
	height: 85px;
	width: 125px;
	background: url(../blog.jpg) top left no-repeat;
}
a#btnBlog:hover img { background: url(../blog2.jpg) top left no-repeat; }
a#btnTwitter img {
	height: 31px;
	width: 125px;
	background: url(../twitter.jpg) top left no-repeat;
}
a#btnTwitter:hover img { background: url(../twitter2.jpg) top left no-repeat; }

a#btnJoinBig img {
	margin: 6px 0;
}

a.btnShirts img {
	height: 130px;
	width: 173px;
	background: url(../buttontshirts.jpg) top left no-repeat;
	border-width: 0;
}
a.btnShirts:hover img { 
	background: url(../buttontshirts2.jpg) top left no-repeat;
}



