/* ------ Content ------ */

div.content {
/*	background: #FF00F0; */
	margin: 0;
	padding: 0;
	text-align: center;

	font-family: "Century Gothic", Verdana, Arial;
	color: RGB(108,86,53);
	text-decoration: none;
}

p#media_refs a {
	text-decoration: none;
	font-variant: small-caps;
	font-size: large;
	font-weight: bold;
	color: RGB(191,217,241);
}

p#media_refs a:hover {
	color: RGB(108,86,53);
}

/* ------ Navigation buttons ------ */

table#nav-buttons {
	margin: 0 auto;
	width: 500px;	
}

table#nav-buttons a {
	display: block;
	width: 125px;
	height: 95px;
	background-repeat: no-repeat;
	margin: 0 auto;
}

table#nav-buttons td {
/*	background: #FFF000; 	 */
}

/* ------ Store ------ */

a#store-btn {
	background:url(../images/home/store.jpg);	
}

a#store-btn:hover {
	background:url(../images/home/store_rollover.jpg);
}

/* ------ News ------ */

a#news-btn {
	background:url(../images/home/news.jpg);	
}

a#news-btn:hover {
	background:url(../images/home/news_rollover.jpg);	
}

/* ------ Forum ------ */

a#forum-btn {	
	background:url(../images/home/forum.jpg)
}

a#forum-btn:hover {	
	background:url(../images/home/forum_rollover.jpg)
}


/* ------ About ------ */

a#about-btn {
	background:url(../images/home/about.jpg)
}

a#about-btn:hover {
	background:url(../images/home/about_rollover.jpg)
}