/* CSS Document */

/* WEBSITE Stylesheet */
/**********
GENERAL CLASSES
**********/
html,body {
  margin:0;
  padding:0;
}

body {
  background-color: #F2B6F8;
  color: #000000;
  font-size: 76%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align:center;
}

img {
	margin:0px;
  border:0px;
}

label {
	vertical-align:top;
}

/**********
INDEX
**********/
div#main {
  width:880px;
  margin:0 auto;
  border-width:3px;
  border-style:solid;
  border-color:purple;  
  background: url('../img/bg_side_right.gif') repeat-y top right;
	background-color: #EA8EF4;
}

div#main2 {
  background: url('../img/bg_side_left.gif') repeat-y top left;
}

div#header {
  background-color:purple;
}

div#footer {
  clear:both;
  background-color: purple;
  color: #FFFFFF;
}

div#side_left {
  float:left;
  width:180px;
  width:190px;
  width:180px;
  padding:4px 0px 4px 4px;
}

div#side_right {
  float:right;
  width:180px;
  width:190px;
  width:180px;
  padding:4px 0px 4px 4px;
}

div#content {
  margin:0 200px;
  padding:2px 5px 5px 5px;
}

div#menu {
  text-align:left;
  padding:0px;
  margin:0px;
	height:30px;
}

div#page_content {
  border-width:2px 0px 0px 0px;
  border-style:solid;
  border-color:purple;
}

.layer_menu_sections_button
{
	width:80px;
	height:30px;
	float:left;
	margin:0px;
	border:0px;
	cursor:pointer;
}

.layer_side_element
{
	margin-bottom:7px;
}

/**********
NAVIGATOR
**********/

.layer_navigator {
	font-size:20px;
	text-align:center;
	height:50px;
	width:126px;
	margin-left:auto;
	margin-right:auto;	
}

.navigator_page_list {
	width:70px;
	height:45px;
	float:left;
}

.navigator_arrow_left {
	height:45px;
	width:25px;
	float:left;
}

.navigator_arrow_right {
	height:45px;
	width:25px;
	float:right;
}

.cmb_navigator_page {
	width:60px;
}

.btn_navigator_arrow {
	cursor:pointer;
}

