
html, body {
	overflow: hidden;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color: #C3C3EB;
}


#global {
	background-image: url(../img/back.gif);
	background-color: #C3C3EB;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Tahoma, sans-serif;
}


.error {
	background-color: #EBC3C3;
}


#logo {
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px; 
	left: 0px;
	width: 132px;
	height: 132px; 
}


#title {
	background-image: url(../img/title.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 5px; 
	left: 150px; 
	width: 300px;
	height: 75px; 
}
#titleRia {
}

#pub {
	position: absolute;
	top: 5px;
	right: 10px;
	height: 90px;
	width: 728px;
}

#main {
	position: absolute;
	background-color: #C3C3EB;
	top: 100px; 
	left: 162px;
	width: 628px;
	height: 490px;
	overflow: auto;
	font-family: Verdana, Arial, Tahoma, sans-serif;;
	font-size: 12pt;	
}

#menu {
	width: 150px;
	border-style: none solid none solid;
	border-color: #C3C3EB;
	border-width: 1px;
	margin: 10px;
	font-family: Verdana, Arial, Tahoma, sans-serif;;
	font-size: 12pt;
	position: absolute;
	top: 88px;
	left: 0px; 	
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu a {
	height: 24px;
	text-decoration: none;
	color: #777;
	display: block;
	background: url(../img/menu.gif);
	padding: 8px 25px 0 10px;
	text-align: right;
} 

#menu a:hover, #menu a:focus {
	color: #fff;
	background: url(../img/menu.gif) 0 -32px;
	padding: 8px 25px 0 10px;
	text-align: right;
}

#menu .activated a {
	color: #fff;	
	background: url(../img/menu.gif) 0 -64px;
	padding: 8px 25px 0 10px;
	text-align: right;
}

#subtitle {
	position: relative;
	top: 10px;
	left: 30%;
	width: 40%;
	height: 24px;
	background: url(../img/menu.gif);
	padding: 8px 25px 0 10px;
	text-align: center; 
	font-size: 12pt;	  
	color: #777;
}

#text {
  background-color: #C3C3EB;
  position: absolute;
  text-align: justify;
  top: 100px;
  left: 4%;
  right: 4%;
  color: #444;
  width: 92%;
}

#hiddenText {
  color: #3F3F9C;
  font-size: 1pt;
  text-decoration: none;
}

#text a {
  color: #3F3F9C;
  text-decoration: underline;
  font-weight: bold;
}
#text a:hover {
  color: #B42000
}

#text u {
  text-decoration: overline;
  color: #FFFFFF;
  font-size: 110%;
  font-weight: bold;
}

#notice {
  background-color: #C3C3C3;
  font-size: 90%;
  margin: 10px;
  padding: 10px;   
}

#forumFrame {
  border: 0;
  owerflow: auto;
  background-color: #C3C3EB;
 
}

#phpMyVisit {
  position: absolute;
  left: 10px; bottom: 10px;
}

.screenshot {
  border : 2px solid white; 
}
