body {

}

img {
	border-width:0px;
}

.main{
margin: 0;
position:absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
overflow: hidden;
}

.main #edit {
float: Right;
}

.main #titlebar {
background-color: #9999CC;
	padding: 0;
	Margin: 0;
	Position: Absolute;
	top: 0;
	left: 0;
	Width: 100%;
	Height: 122px;
	text-decoration: none;
	

font-family: "Comic Sans MS"; font-size: 34px; Color:#0000ff; text-align: center; 

}

.main #sidebar {
background-color: #9999CC;
position: absolute;
	top: 0;
	left: 0;
	width: 130px;
	height: 100%;
	padding: 0;
	margin: 0;


}

.main #menu {
position: absolute;
	top: 122px;
	bottom: 0;
font-family: "Comic Sans MS"

}

.main #details {
background-color: #63c5de;
overflow: auto;
position: absolute;
	top: 122px;
	left: 130px;
	bottom: 15px;
	right: 0;
	padding: 1em;

font-family: "Comic Sans MS"; font-size: 13pt; font-style: normal; line-height: normal; color: #000000; text-align: left
}

.main #kejsc {
list-style-type: none;
	padding: 0;
	Margin: 0;
	position: Absolute;
		top: 0;
		left: 0;
	z-index: 1;
}

.main #bsac {
list-style-type: none;
	padding: 0;
	Margin: 0;
	position: Absolute;
		top: 2px;
		right: 10px;
	z-index: 1;
}


.main #footer {
background-color: #9999cc;
position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 15px;
z-index: 1;
text-align: center;
font-family: arial; 
font-size: 12px;
}

.hidden {
display: none;
}


