body {
	font-family: "Times New Roman", Times, serif;
	background-image:   url(../images/rebel_G-Website_Bg.jpg); 
}

#container {
/*	display: inline;*/
	display: inline-block; 
	position: relative;
	width: 100%;
	margin-bottom: 0px;
}

#toppanel {
	width: 100%;
	background-image:     url(../images/rebel_G-Website_02.jpg);
	background-repeat: repeat-x;
	height: 147px;	
}

#menupanel {
	clear: both;
	background-color: #FFFFFF;
}

#topleft {
	background-image:     url(../images/rebel_G-Website_01.jpg);
	width: 516px;
	height: 147px;	
	float: left;
}

#topright {
	background-image:     url(../images/rebel_G-Website_03.jpg);
	width: 256px; 
	height: 147px;	
	float: right;
}

.leftmidpanel {
	clear: both;
	background-image:    url(../images/rebel_G-Website_07.jpg);
	background-repeat: repeat-y;
	background-position: left;
	height: 100%;
	background-color: #FFFFFF;
}
.rightmidpanel {
	background-image:    url(../images/rebel_G-Website_08.jpg);
	background-repeat: repeat-y;
	background-position: right;
	height: 100%;
}

#topnavbar {
	margin-right: 100px;
	margin-left: 125px;
	text-align: right;
	padding: 5px;
	height: 30px;
}

#content {
	margin-right: 100px;
	margin-left: 125px;
	background-color: #FFFFFF;
	position: relative;

}

#bottompanel {
	position: relative;
	background-image:     url(../images/rebel_G-Website_13.jpg);
	background-repeat: repeat-x;
	height: 202px;
	width: 100%;

}
#bottomleft {
	background-image:     url(../images/rebel_G-Website_11.jpg);
	width: 111px;
	height: 202px;
	float: left;
	clear: both;
}
#midbottom {
	background-image:   url(../images/rebel_G-Website_13.jpg);
	background-repeat: repeat-x;
}
#bottomright {
	background-image:     url(../images/rebel_G-Website_14.jpg);
	width: 256px; 
	height: 202px;
	float: right;
}

#spacerdiv {
	width: 780px;
	height: 0px;
}

.clear {
	clear: both;
}

#bottomnavbar {
	clear: both;
	border: 4px solid #666666;
	margin-right: 5%;
	margin-left: 5%;
	background-color: #FFFFFF;
	padding: 5px;
	text-align: right;


}

#copyright {
	position: absolute;
	bottom: 20px;
	width: 100%;
	left: 0px;
	text-align: center;
	font-size: 11px;
}

#templatepic {
	position: absolute;
	bottom: -150px;
	left: -90px;
}

/* displayed only if the browser has scripting disabled */
.noscript {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	text-align: center;
	background-color: #FFFFCC;
	border: 1px solid #CC0000;
}

#hopplist {
	border: thin solid #009999;
	height: 160px;
	width: 600px;
	overflow: scroll;
}

#logger {
	background-color: #FFFFFF;
	position: relative;
	visibility: visible;
	z-index: 1000;
	width: 80%;
	left: 100px;
	font-size: 11px;
}

#copyrightdiv{
	background-image: url(../../../images/bgcopyright.jpg);
	background-repeat: repeat;
}

.form_error {
	margin-left: 5%;
	margin-right: 5%;
	padding: 5px;
	border: 1px solid red;
	white-space: pre;
}

.page_error {
	margin-left: 5%;
	margin-right: 5%;
	padding: 5px;
	border: 1px solid red;
	white-space: pre;
}
.form_message {
	margin-left: 5%;
	margin-right: 5%;
	padding: 5px;
	border: 1px solid green;
	white-space: pre;
}

.page_message {
	margin-left: 5%;
	margin-right: 5%;
	padding: 5px;
	border: 1px solid green;
	white-space: pre;
}	

	
