/********************************************
   Developed by Siam Naulak
********************************************/ 

/* top elements */
body {
	margin: 0;
}
td, textarea, input, select {
	font: 11px  Arial, Tahoma, Helvetica, sans-serif;
	line-height: 18px;
	color: #696867;
	font-weight: normal;
	line-height: 18px;
}
.body-bg {
	background: #e7ddef url(images/body-bg.jpg) repeat-x;

}
/* links */
a { 
	color: #91663a;
	background-color: inherit;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000000;
	background-color: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3, h4 {
	font: bold 1em 'Arial', Verdana, Sans-serif;
	color: #da0505;	
}
h1 { font-size: 1.6em; color: #f89955; } 
h2 { font-size: 1.0em; text-transform:uppercase; color: #7739a8; }
h3 { font-size: 1.1em; color: #f7a11a; } 

p, h1, h2, h3 {
	margin: 0px 0px;
	text-align: justify
}


#container-navigation {
	width: 715px;
	background-color: #945ec1;
	height: 25px;
	clear: both;
}

#navigation {
	margin: 0;
	padding: 0;
	text-align: center;
}

#navigation  ul, #navigation  li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#navigation  a:link, #navigation  a:visited {
	float: left;
	font-size:12px;
	line-height: 20px;
	font-weight: bold;
	margin: 0;
	padding: 2px 15px 3px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #945ec1;
	border-right: 1px solid #ffffff;
}

#navigation  a:hover {
	color: #ffffff;
	background-color: #7030a1;
}


.topmenu-bg {
	width: 972px;
	height: 38px;
	font: 11px  Verdana, Tahoma, Helvetica, sans-serif;
	color: #9d9b9b;
	padding: 0;
	text-align:right;
}
.topmenu-bg a { 
	color: #9d9b9b;
	font-weight:normal;
	text-decoration: none;
}
.topmenu-bg a:hover {
	color: #7d7b7b;
	font-weight:normal;
	text-decoration: underline;
}


.bottom-bg {
	width: 972px;
	height: 38px;
	background: url(images/bottom-bg.jpg) repeat-x;
	font: 11px  Verdana, Tahoma, Helvetica, sans-serif;
	color: #9d9b9b;
	padding: 0;
	text-align:right;
}
.bottom-bg a { 
	color: #9d9b9b;
	font-weight:normal;
	text-decoration: none;
}
.bottom-bg a:hover {
	color: #7d7b7b;
	font-weight:normal;
	text-decoration: underline;
}



.morebutton a.more{
	background:url(images/readmore.jpg) 0 0 no-repeat;
	width:96px;
	height:29px;
	display:block;
}
.morebutton a.more:hover{
	background:url(images/readmore2.jpg) 0 0 no-repeat;
}





.footer {
	width: 715px;
	height: 50px;
	background: url(images/footer-bg.jpg) repeat-x;
	font: 11px  Verdana, Tahoma, Helvetica, sans-serif;
	text-align: center;
	color: #1a181b;
	padding: 0 20px;
}
.footer a { 
	text-decoration: underline; 
	font-weight: bold;	
	color: #aaaaa5;
}
.footer a:hover {
	text-decoration: none; 
	font-weight: bold;	
	color: #FFFFFF;
}
