body {
	margin: 0px 0px 0px 0px;
	/*width: 570px;*/
	font: 75%/120% Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color: #000;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
a:link {
	text-decoration: none;
	color:#000;
}
a:visited {
	text-decoration: none;
	color:#000;
}
a:hover {
	text-decoration: none;
	color:#FFF;
}
a:active {
	text-decoration: none;
	color:#FFF;
}
p {
	padding: 0 0 1em;
	font-size:12px;
}
h1 {
	font-size: 20px;
	color: #FFF;
	font-weight:bold;
}

.msg_list {
	float: left;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	width: 158px;
}
.msg_head {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	background-color:#ff6600;
	margin:0px;
}
.msg_body {
	padding: 0px 20px 10px;
	background-color:#ff6600;
	color:#000000;
	
}
.content_body {
	display:none;
	background-color:#ff6600;
	margin: 10px;
	padding: 5px;
	width: 474px;
	float: left;
}
.content_body_about {
	display:block;
	background-color:#ff6600;
	margin: 10px;
	padding: 5px;
	width: 474px;
	float:left;
}
#dim {
	
	position:relative;
	float:left;
	display:none;
	width:100%;
	z-index:300;
	background-image: url(dim.png);
	/*background-repeat: repeat;*/
	text-align:left;
}
.msgbox {
	display:none;
	position: relative;
	width:410px;
	height:400px;
	z-index:300;
	border:1px solid #222;
	background: #000;
	margin-top: 250px;
	margin-left: auto;
	margin-right:auto;
}
.msgbox img {
	border:none;
	margin:5px;
	
}
.close {
	top:0px;
	float:right;
}
/*margin-top: -100px; margin-left: -150px;  top:0; left:0;


			/*My own layout styles*/
#container {
	width: 921px;
	margin: auto;
}
#content {
	top:215px;
	position:absolute;
	margin-left:125.5px;
	overflow:hidden;
	margin-top:15px;
	width: 670px;
}
/*#content a {
	font:italic 32px Georgia, serif;
	text-decoration:none;
	outline:none;
	display:block;
}*/
#banner {
	/*background: #ff6600;*/
	position:absolute;
	width: 921px;
	height: 215px;
	display: block;
	margin: auto;
	z-index:0;
	
}
#navigation {
	position: absolute;
	top:215px;
	width: 670px;
	height: 23px;
	display: block;
	margin: 0;
	margin-left: 125.5px;
	padding: 0px;
}
ul {
	list-style-type: none;
	list-style: none;
}
#navigation li {
	display: inline;
	list-style-type: none;
	/*width: 150px;*/
	height: 23px;
	padding:0px;
	padding-right: 0px;
	/*background: url(DASHBOARD%20INSTRUMENT%20CLUSTER_files/buton.png);*/
}
#navigation a {
	text-align:left;
	/*width: 168px;*/
	height: 23px;
	padding: 0px;
	
}

.cube {
	width:100%;
	height:100%;
	float:left;
	clear:right;
}

.ptitle {
	color: #ff6600;
	font-weight: bold;
	size:12px;
}