body{
  text-align: center;
  margin: auto;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 2.5px; 
  font-style: normal;
  color: #666;
  font-size: 12px;
/*  width: 760px;
background: #000;*/
}

#container { 
  width: 760px;
  height: 350px;
}

#header{
  margin-left: auto; 
  margin-right: auto ;
  text-align: left;
  margin-top: 2px;
/*    border: 1px dotted #999;*/
/*background-color: #FCD54B;*/
background-color: #fff;
}

#leftSide{
  float: left;
  clear: left;
}

#smallMenu {
   margin: 0px;
   margin-right: 5px;
}

#smallMenu ul {
  list-style: none;
  padding-right: 0px;
  margin: 0px;
}

#smallMenu ul li {
  float: right;
  padding: 2px;
  margin: right;
  border-left: 1px solid #000;
}

#smallMenu ul li.last {
	border: none;
}

#smallMenu ul li a.selected {
/*  background: #F39618;*/
  background: #ED186D ;
  color: #fff;
/*  font-weight: bold;*/
}


#smallMenu ul li a {
  display: block;  
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
  padding: 1px 3px 1px 3px;
  color: #000;
}

#rightSide{
  float: right;
  margin-top: 5px;
  height: 450px;
  border-left: 1px dotted #999;
}

#right .element{
  width: 100px;
  height: 100px;
}

#pageMenu{
/*  background-image: url(../images/footer-background.jpg);*/
/*  background: #F39618;*/
  background: #FA4C4C;
  height: 20px;
  margin: 0px;
/*  border: 1px dotted #999;*/
}

#pageMenu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
		
#pageMenu ul li {
	float: left;
	padding: 0px 6px;
	margin: auto;
/*	border-right: 1px solid #000;*/
	border-right: 1px solid #fff;
}
		
#pageMenu ul li.last {
	border: none;
}

#pageMenu ul li a {
  display: block;  
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  padding: 1px 3px 1px 3px;
/*  color: #000;*/
  font-weight: bold;
  color: #fff;
}

#pageMenu ul li a:hover {
/*  color: #fff;*/
  color: #ECDEBB;
  font-size: 12px;
  font-weight: bold;
}

#footer { 
/*  background-image: url(../images/footer-background.jpg);*/
/*background-color: #FCD54B;*/
background-color: #FA4C4C;

  width: 760px;
  margin-left: auto; 
  margin-right: auto;
/*  color:#000;*/

}

#footer p{
/* color: #111;*/
 color: #fff;
 font-size: 14px;
  font-weight: bold;
}

#copyright{
  height: 10px;
  display: inline;
}

#copyright a{
  margin: 0;
  padding: 0;
  text-decoration: none;
}

/*static pages */
#main{
position: relative;
  float: right;
  text-align: right;
  width: 535px;
  margin-top: 5px;
  margin-right: 5px;
  padding-left: 5px;
}

#main ul{
  padding-right: 0px;
}

#main ul li p{
  padding: 0px;
  text-color: #000;
}
#main p{
  text-color: black;
}

#main p.top{
  margin: 0px;
  margin-top: -10px;
  padding: 0px;

}


.screen_subtitle {
  text-align: right;
  top: 5px;	
  position: relative;
/*  color: #ED186D;*/
  color: #FA4C4C;
  margin-left: 10px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
}


.screen_header {
  text-align: right;
  top: 10px;	
  margin-right: 12px;
  position: relative;
  color: #ED186D;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
}

.text {
  font-weight: normal;
  font-variant: normal;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 12px;
}

.small_text {
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-decoration: none;
  font-size: 10px;
}

#link {

  margin-top: 15px;
  padding-right: 5px;
}

#link p{
  margin: 0px;
}