/* CSS Document

/* © BigEv Entertainment
/* by Paul Torrance

/* GENERIC */

body {
	background: #004219 url('index_imgs/background.jpg') repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	margin: 5px; padding: 0;
}

div {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0; padding: 0;
}

table { border: 2px solid #000000; }
.noborder { border: 0 solid #ffffff!important; }

.warning {
	background: #ffffcc;
	border: 2px solid #990000;
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px;
}

/* HEADER */

.header {
	/*background: #90390e url('index_imgs/header-short.jpg') no-repeat;*/
	background-color:#000000;
	border-bottom: 1px solid #000000;
	height: 80px;
	margin: 0; padding: 0;
	text-align: center;
}

/* MENU */

#menu-home {
	background: #003300 url('index_imgs/menu_home.gif') no-repeat;
	background-position: 0 0;
	border:none;
}
#menu-home:hover { border-bottom: 1px solid #ffffff; }

.menu {
	background: #003300;
	color: #cccccc;
	font-size: 0.75em;
	height: 32px;
	line-height: 1.8;
	margin: 0; padding: 8px 0px 8px 0px;
	text-align: center;
}

.menu { font-family: "Arial Narrow", Helvetica, sans-serif; }
/*html>body .menu { font-family: Arial, Helvetica, sans-serif; }*/

.menu a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	border: 6px solid #003300;
}
.menu a:hover { text-decoration: underline; }

/* CONTENT */

#LeftDiv {
	background: #003300;
}

#LeftDiv p {
	background:#ffffff url('../struct/shade.gif') repeat-y right;
	/*border: 1px solid #ffcc00;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin: 0 10px;
	padding: 5px;
	/*text-transform:uppercase;*/
}

.smaller {
	font-size: 0.8em;
}

.content {
	background: #fffffe;
	color: #000000;
	margin: 0; padding: 0;
	text-align: left;
}

.content a { color: #003366; }
.content a:hover { color: #006699; }

/* FOOTER */

.footer {
	background: #90390e url('index_imgs/footer.jpg') repeat-x center center;
	border-top: 1px solid #000000;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	height: 36px;
	margin: 0; padding: 2;
	text-align: center;
}

.footer a { color: #ffffff; font-weight: bold; text-decoration:none; }
.footer a:hover { color: #ffcc00; text-decoration:underline; }

.footer p {
	margin: 0; padding: 8px;
}