body {
    font-family: Arial;
	font-size: 14px;
	padding: 0px 0px 0px 0px; /* top right bottom left */
	margin: 0px;
    overflow-x: hidden;
    -webkit-user-select: none;
    -webkit-text-size-adjust: none;
	background-color: #464545;
	background-repeat: repeat-x;
}

a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

#links {
	color: #BB915C;	
}

#credit {
	font-size: 17px;	
	color: #3196D5;
	font-weight: bold;
}

#container {
	background-color: #FFFFFF;
	width: 320px;
	border: 5px solid #BB915C;
	padding: 15px 15px 15px 15px;
	margin: 50px 0 0 0;
}

#contentContainer {

	text-align: left;
	padding: 10px 10px 10px 10px; /* top right bottom left */
	color: #000000;
	background-color: #FFFFFF;
	font-size: 17px;	
	position: relative;	
}

#topBar {
	width: 320px;
	height: 44px;
	background-image: url('images/topBar.png');	
}

#topBarText {
	color: #FFFFFF;
	font-size: 25px;	
	font-weight: bold;	
	text-align: middle;
	position: relative;
	padding: 7px 0px 0px 0px; /* top right bottom left */
}

#baseBar {
	width: 320px;
	height: 44px;
	background-image: url('images/topBar.png');	
}

#baseBarText {
	color: #FFFFFF;
	font-size: 12px;	
	font-weight: bold;	
	text-align: middle;
	position: relative;
	padding: 15px 0px 0px 0px; /* top right bottom left */
}

#backBar {
	width: 320px;
	height: 44px;
	background-image: url('images/backBar.png');	
}

#backBarText {
	color: #FFFFFF;
	font-size: 25px;	
	font-weight: bold;	
	text-align: middle;
	position: relative;
	padding: 7px 0px 0px 0px; /* top right bottom left */
}

#panel {
	width: 320px;
	height: 86px;
	background-image: url('images/panel.png');	
}

#panelText {
	color: #000000;
	font-size: 20px;	
	font-weight: bold;	
	text-align: left;
	position: relative;
	padding: 29px 0px 0px 25px;

	/* border: medium double rgb(250,0,255); */
}