/*
CREATED BY 	: 	2013 PRIJADI @ CDESIGN | WEB DEVELOPMENT
URL			:	WWW.CDESIGN.WEB.ID
*/

body {
	background:#FFF;
    padding:0;
    margin:0;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	background:#FFF url(bg-home.png) 0px 0px repeat-x;		
}

a:visited { text-decoration:none; border-bottom:0px solid #F00; color:#B90; }
a:link { text-decoration:none; border-bottom:0px solid #369; color:#B90; }
a:hover { text-decoration:none; border-bottom:0px solid red; color:#FFF; }

.footer a:visited { text-decoration:none; border-bottom:0px solid #F00; color:#000; }
.footer a:link { text-decoration:none; border-bottom:0px solid #369; color:#000; }
.footer a:hover { text-decoration:none; border-bottom:0px solid red; color:#F90; }

			

#wrap {
	overflow:visible;
	margin:0 auto;
	margin-top:0px;
	margin-bottom:0px;
	width:960px;
}


#header-home {
	width:960px;
	height:350px;
}

#main-home {
	width:960px;
}

#menu {
	width:710px;
	height:30px;
	padding-left:250px;
}

#main-left {
	float:left;
	width:523px;
	min-height:369px;
	background:url(bg-headline.png) bottom left no-repeat;		
}

#main-right {
	float:right;
	width:437px;
	height:369px;
	background:url(bg-bulat-atas.png) bottom right no-repeat;			
}

#main-right-left {
	float:left;
	width:217px;
	min-height:100px;
}

#main-right-right {
	float:right;
	width:217px;
	min-height:100px;
}

#footer {
	clear:both;
	width:960px;
	min-height:150px;
	text-align:left;
	background:url(bg-bulet-bawah.png) top right no-repeat;			
}

.pad5 { padding:5px; }
.pad10 { padding:10px; }
.pad15 { padding:15px; }
.pad20 { padding:20px; }
.pad25 { padding:25px; }

div { position:relative; overflow:visible; }