* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	background-color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 11pt;
	color: #CCCCCC;
	background-image: url(../images/bgmain.jpg);
	background-repeat:no-repeat;
}

/************** INITIAL POSITIONING ***************/

#box {
	margin: 0 auto;
	width: 800px;
	min-height:800px;
}

#header {
	position:relative;
	float:left;
	width:800px;
	height:300px;
}

/* #textbg {
	position:absolute;
	top:300px;
	width:800;
	min-height:500px;
	background-color:#B09022;
	filter:alpha(opacity=40);
    opacity:0.4;
	z-index:1;
} */

#navigation {
	position: relative;
	float: left;
	width: 90px;
	padding: 5px;
	background-color:#000000;
	filter:alpha(opacity=80);
	opacity:0.8;
	z-index:20;
}

#content {
	position:relative;
	float:left;
	width: 490px;
	padding: 5px;
	background-color:#000000;
	filter:alpha(opacity=80);
	opacity:0.8;
	z-index:20;
}

#rightside {
	position:relative;
	float:left;
	width:200px;
	background-color:#000000;
	filter:alpha(opacity=80);
	opacity:0.8;
	z-index:20;
}

#footer {
	position: relative;
	float: left;
	width: 800px;
	padding-top: 25px;
	text-align: center;
	z-index:20;
}

/***********  SPECIAL INSTRUCTIONS AND CLASSES **************/

.hide {
	display: none;
}

.title {
	color:#B09022;
	font-weight:bold;
}

ul li {
	list-style:none;
}

#cover {
	position: relative;
	float:left;
	border:none;
	padding: 10px;
}

#stores {
	position:relative;
	float:left;
	width:250px;
	margin: 25px 15px;
	text-align:center;
	background-color:#FFFFFF;
	filter:alpha(opacity=80);
	opacity:0.8;
}

.italic {
	font-style:italic;
}

.scaps {
	font-variant:small-caps;
}

#social {
	text-align:center;
	margin:0 auto;
}

#social a img {
	border:none;
	text-decoration:none;
	padding-top:5px;
}

.divide {
	text-align:center;
	margin: 10px 0;
}

/************  LINKS  **********************************/

a:link {
	color: #F1D61F;
}

a:visited {
	color: #FF8790;
}

a:active {
	color: #B09022;
}

a:hover {
	color: #B09022;
}

/************  NAVIGATION ROLL OVERS  ******************/

li.nav a, li.nav a:link, li.nav a:visited {
	display:block; 
	width:85px; 
	height:20px; 
	margin:1px; 
	padding: 0 0 0 5px;
	text-decoration:none; 
	font-family:verdana, sans-serif; 
	font-size:14px; 
	color:#000000;
	text-align:left;
	line-height:18px; 
	overflow:hidden;
	background-color:FECA75;
}

li.nav a:hover {
	color:#000000; 
	background-color:#FF8790;
}

/**************  EXTRAS PAGE ************************/

.poem {
	margin:0 auto;
	display:block;
	width: 345px;
}