/*
**************************************************

	http://www.optima-education.com
	Optima Educational Services

	General stylesheet
	style.css

	Site designed and developed by Kristian Bunjamin
	http://www.kawedesign.com


**************************************************
*/

/*/IE compatibility/*/
* {margin: 0px; padding: 0px;}


/*/link/*/
a {
	color:#FFF;
}

/*/body/*/

body {
	background-image:url(../img/back.jpg);
	background-color:#E6E6E6;
	background-repeat:repeat-x;
}


/*/container/*/

#container {
	margin: 0 auto;
	width:970px;
	background-color:#F2F2F2;
	margin-top:15px;
}

/*/header/*/

#header {
	width:970px;
	height:150px;
	background-image:url(../img/head_back.jpg);
	background-repeat:repeat-x;
	overflow:hidden;
}

#head_container{
	float:left;
	width: 300px;
	height: 150px;

}

#head_container a {
	color:#666666;
}

#head_container a:hover {
}


#head_container p {
	visibility:hidden;
}

/*/head_intro/*/

#head_intro {
	width:450px;
	height:200px;
	float:right;
	background-image:url(../img/head_intro.jpg);
}

.hilang {
	visibility:hidden;
	display:none;
}

.no_bullet {
	list-style-type:none;
}
	
	
/*/Footer/*/

#footer {
	float:left;
	width:900px;
	height:50px;
	background-color:#000;
}

#footer h4 {
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
}
#footer h5 a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFF;
	text-decoration:none;
}
#footer h5 a:hover {
	color:#666;
}


/*/Bottom Gap/*/

#gap_bottom {
	width:970px;
	height:30px;
}
