/*************************\
|  Stylesheet created by  |
|     Tristan Buckner.    |
\*************************/

* {
	padding: 0px;
	margin: 0px;
	border: 0px;
     -moz-transition: all 0.3s ease-out;  
       -o-transition: all 0.3s ease-out;  
  -webkit-transition: all 0.3s ease-out;  
          transition: all 0.3s ease-out;  
}

.logo {
	/*width: 740px;
	margin-left: -35%;
	position: relative;
	z-index: 1;*/
}

body {
	background: url('Background5.png');
	margin-top: 30px;
	overflow: auto;
}

img.line {
	width: 99.8%;
	height: 1px;
}

img.bottomline {
	width: 1023px;
	height: 1px;
	position: fixed;
	bottom: 45px;
}

h2 {
	padding-left: 30px;
}

#body {
	font-family: verdana;
	font-size: 12px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 1px solid #6F6F6F;
	padding-top: 20px;
	/*min-height: 50%;*/
	min-height: 676px;
	width: 1023px;/*
	resize: vertical;
	overflow: auto;*/
	background: url('mibk.png') repeat-x;
	background-color: rgb(241,241,249);
	position: fixed;
	bottom: 15px;
	top: 30px;
	left: 100px;
	right: 100px;
}

#header {
	top: 40px;
	position: fixed;
	width: 1023px;
	z-index: 1;
}

#content {
	color: #CC4400;
	margin-top: -9px;
	padding-left: 100px;
	position: fixed;
	top: 310px;
	bottom: 45px;
	width: 923px;
	overflow: auto;
}

#content:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

#copywrong {
	padding: 3px 8px;
	/*margin-top: -10mm;
	margin-left: 2.65mm;
	margin-right: 60%;*/
	bottom: 15px;
	left: 100px;
	font: bold 12px Verdana;
	border: 0.3mm solid gray;
	background-color: #FAFAFE;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-topright: 10px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-top-right-radius: 10px;
	width: 404px;
	position: relative;
}

#lastupdate {
	padding: 1px 7px;
	border: 0.4mm solid #AAA; 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #FAFAFE;
	position: fixed;
	left: 730px;
	bottom: 35px;
	z-index: 1;
}

#menu {
	padding: 3px 8px;
	width: 213px;
	font: bold 12px Verdana;
	border: 0.4mm solid gray;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	list-style-type: none;
	text-align: left;
	position: fixed;
	top: 290px;
	left: 730px;
	background-color: #FAFAFE;
}

#menu li {
	display: inline;
	margin: 0;
}

#menu li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: -3px;
	border-bottom: none;
	background-color: #FAFAFE;
	color: #000000;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

/*#menu:after li:after a:after {
	content: url('bar.png') repeat-none;
}*/

#menu li a:hover{
	color: #AF0606;
	background-color: #EEE;
}

#menu li a:active{
	color: black;
}

#menu li.selected a{ /*selected tab effect*/
	background-color: #EBDBDB;
	color: #AF0606;
}

#menu li.selected a:hover{ /*selected:hover tab effect*/
	background-color: #FBEBEB;
	color: #AF0606;
}

.floatstyle li {
	text-align: center;
}

.floatstyle li a {
	color: grey;
	text-decoration: none;
}

.floatstyle {
	list-style: none;
	padding: 2px;
	background: url('showcaseback.png') repeat;
	width: 256px;
	border: 1px solid grey;
	position: relative;
}

ul li a img {
	border: 1px solid silver;
}

.floatemleft {
	position: relative;
	float: left;
	margin-left: 40px;
	width: 256px;
}

.floatemright {
	position: relative;
	float: right;
	margin-right: 40px;
	margin-top: -211px;
	width: 256px;
}

.marginauto {
	margin: auto;
}

.pushright {
	margin-left: 40px;
}
