/*Common elements*/
*{
	font-family: verdana, sans-serif, Verdana, Arial;
}

a:link
{ 
	color: #606060;
	text-decoration:none;
}

a:visited
{ 
	color:#606060;
	text-decoration:none;
}

a:hover
{ 
	text-decoration: underline;
}

#fajilink
{
	color: #000000;
	text-decoration:none;
}

body
{ 
	background-color:#DAD3E9;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#main_container
{ 
	background-color: white;
	width: 90%;
	min-width: 550px;
	margin-left: auto;
	margin-right:auto;
	margin-top:1em;
	margin-bottom:1em;
	padding:0 0 0 0;
	border-style: solid;
	border-width: thin;
	border-color: #856FB3;
}

#header_container
{ 
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#nav_container
{ 
	background-color:#f8e9e0;
	text-decoration:none;
	font-size: small;
	padding: 2px 0 0 0;
	margin: 0 0 0 0;
	border-top: double;
	border-bottom: solid;
	border-bottom-width: thin;
	height: 2em;
}

#left_sidebar_container
{ 
	clear: left;
	float: left;
	width:130px;
}

#right_sidebar_container
{ 
	margin-top:1em;
	float: right;
	width:200px;
	text-align:center;
}

#content_container
{ 
	font-size:small;
	width: 60%;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	top:0px;
	border-top: solid;
	border-right: solid;
	border-bottom: solid;
	border-width: thin;
	border-color: #856FB3;
}


#footer
{ 
  /*background-color:yellow;*/
  width:100%;
  height:60px;
  clear: both;
  margin-top:0;
  padding-top:0;
  text-align: center;
  font-size:small;
  border-top: solid;
  border-width: thin;
  border-color: #856FB3;
}

