/* CSS Document */

/*

font-family: 'Roboto', sans-serif;

*/
* {
	margin:0px;
	padding:0px;
	border:0px;
}


body {
	font-family:"Univers LT Std 45 Light";
	
}

#wrapper {
	width:965px;
	margin:10px auto;
	padding:0 40px;
}

#header {}


#logo {
	float:left;
	margin:15px 0;
}

#flag {
	float:right;
	margin:15px 0;
}

#flag ul li {
	list-style-type:none;
	display:inline;
}

#menubar {
	clear:both;
}

#content wrapper {
	clear:both;
	
}

.slider{
	width:965px;
	height:300px;
	overflow:hidden;
	margin:auto;
}

.slider img {
	width:965px;
	height:300px;
	display:none;
}

#content {
	width:965px;
	margin:10px auto;
	padding:0 40px;
	font-family:'Roboto', sans-serif;
}

#data
#content h1 {
	line-height:200%;
}

#content p {
	font-size:16px;
	line-height:150%;
}

#content h2 {
	line-height:200%;
}

#content li{
	font-size:16px;
}

#content ul{
	list-style-type:square;
	padding:0 20px;
	color:#666;
}

#footer {
	width:965px;
	margin:10px auto;
	padding:0 40px;
	
}
#sosmed ul {
	margin:0;
	padding:20px 0px 0px 425px;
	border-top:#999 1px dotted;

}
#sosmed ul li {
	list-style-type:none;
	display:inline;
}

#copyright {
	font-family:'Roboto', sans-serif;
	text-align:center;
	font-size:14px;
}

#copyright ul li {
	display:inline;
	list-style-type:none;
	font-family:'Roboto', sans-serif;
	font-size:14px;
	margin:5px;

}

#copyright ul li a {
	color:#000;
	text-decoration:none;
}

#copyright ul li a:hover {
	color:#999
}
