#container {
	width:900px;
	margin:0 auto;
}

img.left{
	float: left;
      
}



#Maskhead {
	color:yellow;
	padding:10px;
	border:2px solid #E0E0E0;
	background-image:url('13.jpg');
	background-repeat:no-repeat;
	margin:0 0 0px 0;
	text-shadow:white 15px 15px 8px;
	letter-spacing:10;
	font-family:algerian;


}


#navigation{
	background-color:3399FF;
	margin-bottom:0px;
	font:italic small-caps bolder "Times New Roman", Georgia, Serif;
}

#navigation a{	
	color:660033;
	
}
#navigation a:hover{	
	color:red;
	}

#sidebar_a {
	float:left;
	padding:10px;
	border:0px solid #E0E0E0;
	width:25%;
	height:80%;
	background-color:66CCFF;	
	color:red;
	font-size:20px;
	font-family:purisa;
}

ul {
	list-style-type:square; 
	list-style-type:none;
	width:210px;
	height:10px;
	margin:0px;
	padding:0px;
}

li {

	background:#E0E0E0; 
	border-left:1px solid yellow;
	border-right:1px solid yellow;
	border-bottom:1px solid yellow;
	border-top:1px solid yellow;
	text-align:center;
	color:red;
}

ul a:link, ul a:hover, ul a:visited, ul a:active {
	text-decoration:none;
	padding:0px;
	display:block;
}

ul a:hover {
	color:pink; 
	background-color:blue;
}




#content {
	border:0px solid pink;
	padding:10px;
	width:97.6%;
	height:80%;
	background-color:#E0E0E0;	
	
}



.p{
	font:italic small-caps bolder 30px/30% "Times New Roman", Georgia, Serif;
	

}




body {
	background-image:url('bk1.jpg');
	background-attachments:fixed;
	background-position:100px 100px;   

}


	
#footer {
	width:900px;
	height:10%;
	background-color:3399FF;
	text-align:center;
	color:black;
	
}

