/* Site designed by Sapphiro from www.sapphiro.net */
/* Stylesheet by Sapphiro & Fusionie from www.sapphiro.net */
/* CMS setup by Derek (aka Rainboi) from Derekchia.com */

/* For www.absolutesound.com.sg*/
/* Last Update: 5:16 PM 26/10/2008 */

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

body {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

img { border: none;}

hr { color: #990000;}

/* Default link colors */

a:link {color: #990000; text-decoration: none;}
a:visited {color: #990000; text-decoration: none;}
a:hover {color: #000000; text-decoration: none; font-weight: bold;}
a:active {color: #000000; text-decoration: none; font-weight: bold;}

/* Resetting styles for cross-browser compatibility */

h1, h2, h3, h4, h5, h6, h7 {
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2 {
	font-size: 16px;
}

h3, h4 {
	font-size: 14px;
}

h5, h6, h7 {
	font-size: 12px;
}


/* General style */
#wrapper {
	margin: 0 auto;
	width: 820px;
	background: #FFFFFF url(images/container.gif) repeat-y;
}


#header {
	background: #fff url(images/header.gif);
	height: 84px;
	width: 820px;
}

#banner {
	background: #fff url(images/banner.gif);
	height: 95px;
	width: 820px;
}

#footer {
	background: #fff url(images/footer.gif) no-repeat;
	width: 820px;
	height: 50px;
	clear: both;
}

#footnote {
	margin-right: 60px;
	margin-top: 10px;
	text-align: right;
	color: #222;
}



/* Center Content*/

#container {
	width: 820px;
}


#holder {
	margin-left: 25px;
	margin-top: 10px;
}

#navigationbox {
	float: left;
	background: #fff url(images/navigation.gif) repeat-y;
	width: 190px;
	height: 380px;
}

#navigation {
	margin-top: 15px;
	margin-right: 15px;
	text-align: right;
}


#contentbox {
	float: right;
	margin-right: 25px;
	width: 580px;
	background: #fff url(images/rule.gif) no-repeat;
	
}

#maincontent{
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 25px;
	width: 560px;
}

