/* CSS Document */

/* - - - - - - - - - - - - - - - - - - - - -

Title : 		Bintan Pottery Style sheet
Author : 		Merry Effendi
URL : 			http://www.bintanpottery.com/

Description :	Main style sheet

Created : 		17/January/2008
Modified : 	

- - - - - - - - - - - - - - - - - - - - - */
body {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #69676D;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color:#c3c388;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4e4e1c;
	text-decoration: none;

}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #586000;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #B5B56E;

}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999900;
	text-decoration: none;
}
h2 {
	font-family: Times New Roman,Arial, Helvetica,;
	font-size: 24px;
	color: #4e4e1c;
	margin: 5px 10px 5px 20px;

}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 5px 10px 5px 20px;
	text-align:justify
	}

/* -------------------- container -------------------------- */
#container {
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:510px;
	text-align: left;
	border:#FFFFFF 1px solid;
}
.footer {
	positiom:inherit;
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	margin: 10px 0px 10px 0px;
	}
	
#cleft {
	position:absolute;
	width:260px;
	float:left;
	margin: 0px 10px 0px 10px;
}

#cright {
	position:absolute;
	width:500px;
	float: right;
	margin: 70px 10px 10px 280px;
	
}

/* -------------------- left container -------------------------- */

#menu {
	position:absolute;
	margin: 20px 0px 20px 35px;
	width:150px;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color: #CCCCCC;
	}
	
/* -------------------- right container -------------------------- */	
#home_img {
	position:absolute;
	width:430px;
	float: right;
	margin: 145px 0px 0px 320px;
	}
	
