/*-------------------------------------
Stylesheet For Rahasia List Building
Design & Coding by Adi Djohari
---------------------------------------*/

body {
	background-color:#6DCFF6;
	padding-right:0px;
	padding-left:0px;
	padding-bottom:0px;
	padding-top:0px;
	margin:0px;
}

a {color:#000099;text-decoration:none;}

a:hover{color:#000000;text-decoration:underline;}
	
.copy{
	padding-top:40px;
	margin:0px auto;
	padding-left:50px;
	padding-right:50px;
	font-family:tahoma;
	font-size:16px;
	text-align:left;
}


#headerbar{
	height:204px;
	padding:0px;
	margins:0px;
	background-image:url(images/bgtop.jpg);
	background-repeat:repeat-x;
}

#headercontent{
	margin:0px auto;
	width:753px;
	height:204px;
	padding:0px;
	line-height:0px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
}

#maincontent{
	margin:0px auto;
	width:753px;
	background-image:url(images/main.jpg);
	padding-bottom:10px;
	background-repeat: repeat-y;
}

#footer{
	background-image: url(images/bgbot.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	height: 92px;
	padding:0px;
	margin:0px;
}

#footercontent{
	margin:0px auto;
	height:74px;
	width:753px;
	color:#666;
	text-align:center;
	padding-top:18px;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	background-image:url(images/footer.jpg);
}

.testlside{
	width:22px;
	background:url(images/lside.jpg) repeat-y;
}

.testrside{
	width:22px;
	background:url(images/rside.jpg) repeat-y;
}

.testcontent{
	padding:15px;
	text-align:left;
	background: #DDF3FC;
}

.testphoto{
	float:left;
	margin-right:10px;
	border:1px solid #666;
}


.testfakelink{
	color:#0000ff;
	text-decoration:underline;
}