@charset "utf-8";
/* CSS Document */

html, body{
	margin: 0px;
	padding: 0px;
	background-color: #E1E1E1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p{
margin: 0px;
	padding: 0px;
	
}
form{
	margin: 0px;
	padding: 0px;

}
.container {
	margin: 0px;
	padding: 0px;
}
.wrap {
	margin: auto;
	width: 1024px;
	background-image: url(images/space-bg.jpg);
	background-repeat: repeat-y;
	padding-left: 17px;
}
.header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	height: 150px;
}
.top-slide {
	padding: 0px;
	margin: 0px;
}
.clearing{
	clear: both;
}
.main-content {
	width: 1020px;
	padding: 0px;
}
.left {
	padding: 0px;
	width: 180px;
	float: left;
}
.mid {
	padding: 0px;
	width: 600px;
	background-image: url(images/bg-mid.gif);
	background-repeat: repeat;
	float: left;
	background-color: #F0F0F0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E6E6E6;
}

.right {
	float: left;
	width: 200px;
}

.right_wide {
	float: left;
	width: 800px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E6E6E6;
}
.menu-atas{
	background-image: url(images/bg-menu.jpg);
	background-repeat: repeat-x;
	width: 1000px;
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}

.menu-atas a{
	font-weight: bold;
	float: left;
	padding-top: 5px;
	padding-right: 65px;
	padding-left: 65px;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B9B9B9;
	border-left-color: #EEEEEE;
	padding-bottom: 4px;
	border-right-width: 1px;
	border-left-width: 1px;
}

.menu-atas a:last-child{
	font-weight: bold;
	float: left;
	padding-top: 5px;
	padding-right: 56px;
	padding-left: 55px;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	border-right-style: none;
	border-left-style: none;
	padding-bottom: 4px;
	border-top-style: none;
	border-bottom-style: none;
}

.menu-atas a:hover{
	color: #CC3300;
}

.search{
	margin-top: 100px;
	display: block;
	padding-left: 750px;
	float: left;
	height: 25px;
}

a{
	color: #990000;
	text-decoration: none;
}
a:hover{
	color: #000000;
	text-decoration: none;
}

#marqueecontainer{
	position: relative; /*marquee height */
	background-color: white;
	overflow: hidden;
	padding-left: 4px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	border-right-color: orange;
	border-bottom-color: orange;
	border-left-color: orange;
	height: 250px;
	width: 150px;
	margin-left: 15px;
}

