

#mymain {

position:absolute;

align:center;
top:10px;
left:110px;
height:800px;
width:750px;
border-color:lime;

/*
border-width:2px;
border-style:solid;

border-color:lime;
*/
background-color:black;




}



#heading {

position:relative;


height:50px;
width:750px;
/*
border-width:2px;
border-style:solid;

border-color:lime;*/
background-color:black;


}


#border {

position:absolute;

align:center;
top:50px;
left:110px;
height:550px;
width:750px;
border-color:lime;

/*
border-width:2px;
border-style:solid;

border-color:lime;
*/
background-color:lime;


z-index:3;


}


.sher {
		position: absolute;

		top: 55px;
	
text-align: left;
	
left: 110px;

width:530px;
height:800px;
padding-left:20px;
padding-top: 10px;

align:left;
/*margin-top:20px;*/
border-width:2px;
/*border-style:solid;
border-color:blue;*/

background-color:#ffdead;

/*visibility:hidden;*/

visibility:visible;


font-size: 13pt;
		//font-weight: 200;
		color:blue;


		}


#menu {
		position: relative;
float:left;

text-align:left;
top:0px;

width: 110px;

height:800px;
	
/*border-style:solid;*/

/*
		border-color: cd853f;
		
		border-right-width: 2px ;
		border-left-width: 2px ;
		border-bottom-width: 2px ;
		border-top-width: 2px;
		border-style:solid;
*/
		background-color: black;

padding-left: 0px;
padding-top: 1px;
margin-left:0px;
\\margin-top:20px;


		}
		


#menu a:link, #menu a:visited {

		width:110px;

		font-family: Times New Roman, serif;
		font-size: 12pt;
		color: #ffdead;
		text-decoration: none;
	}


#menu a:hover, #menu a:active {

		width:110px;
		font-family: Times New Roman, serif;
		font-size: 12pt;
		color:blue;
		\\background-color:blue;
		\\ color: red;
		\\ background-color:#ffefd5;
		text-decoration: underline;
		\\text-transform: uppercase;

	}

a:link, a:visited {

		font-family: Times New Roman, serif;
		font-size: 12pt;
		color:black;
		text-decoration: underline;
	}


a:hover, a:active {

		font-family: Times New Roman, serif;
		font-size: 12pt;
		color: #ffdead;
		background-color:black;
	}




