@charset "UTF-8";
/* CSS Document */

/****************************/
/* HTML ELEMENTS            */
/****************************/

a {
	color: #48580B;
	text-decoration: none;
}

a:visited {
	color: #677E10;
	text-decoration: none;
}

a:hover {
	color: #677E10;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #40107E;
}

/****************************/
/* LAYOUT ELEMENTS          */
/****************************/

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #FFEFDF url(../images/storage_bg.gif) repeat;
	margin: 0; /* to account for differing browsers */
	padding: 0; /* to account for differing browsers */
	text-align: center;
	color: #000000;
}

#wrapper { 
	width: 780px;
	background-color: #FFF7EF;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #333333;
	border-right: 2px ridge #999999;
	border-bottom: 2px ridge #DDDDDD;
}
 
#mast { 
	width: 780px;
	height: 98px;
	background: url(../images/mast.jpg) no-repeat; 
} 

#mast p {
	margin: 0; /* to avoid margin collapse */
	padding: 80px 8px 0 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

#head_spacer {
	height: 12px;
	width: 100%;
}

#sidebar_l {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the width does not include padding and border which are extra */
	padding: 0 5px; /* padding keeps the content of the div away from the edges */
	vertical-align: top;
}

#sidebar_r {
	float: right; /* since this element is floated, a width must be given */
	width: 195px; /* the width doesn not include padding and border which are extra */
	height: 320px; /* to match the buttons on the other side */
	background: #9999FF;
	padding: 15px 5px;
	vertical-align: top;
}

#main { 
	margin: 0 208px 0 180px;
	padding: 0 5px;
	text-align: left;
	vertical-align: top;
}

#footer { 
	padding: 3px 10px 3px 20px;
}

#footer p {
	margin: 0; /* to avoid margin collapse */
	padding: 10px 0; /* create space without margin collapse */
}

.float_right {/* Must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.float_left { /* float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clear_float { /* place on a div or break element -- the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 /****************************/
 /* DISPLAY ELEMENTS         */
 /****************************/
 
 
 .credits {
	font-size: 12px;
	font-weight: bold;
	color:#2D0B58 ;
}

/****************************/
/* NAVIGATION ELEMENTS      */
/****************************/
 
 .btn_nav {
	position: relative;
	font-family: verdana, arial, helvetica, sans-serif;
	background: url(../images/btn_down.gif) no-repeat;
	white-space: nowrap;
	display: block;
	width: 165px;
	height: 44px;
	margin: 0;
	padding: 0;
}

.btn_nav a {
	display: block;
	color: #E7FF90;
	font-size: 14px;
	font-weight: bold;
	width: 165px;
	height: 44px;
	float: left;
	text-decoration: none;
}

.btn_nav img {
	width: 165px;
	height: 44px;
	border: 0;
}

* html a:hover {
	visibility: visible
}

.btn_nav a:hover {
	visibility: hidden
}

.btn_nav span {
	position: absolute;/*this forces the text to be in the same place on each button */
	left: 10px;
	top: 15px;
	margin: 0px;
	padding: 0px;
	cursor: hand;
	width: 130px;
	height: 18px;
	text-align: center;
}

a:hover span {
	visibility: visible;
}