
<style type="text/css">
ul{	
	list-style-type:none;
	padding:5px;
	margin:0;
	text-align:center;
	background-color:black;
	}
 ul li
{
	display:inline;
	}
ul li a
{
padding:.2em 4em;
color:white;
background-color:black;
text-align:center;
text-decoration:none;

}
ul li a:hover{
	color:black;
	background-color:white;
}
#wrapper {
    width: 1080px; /* 780px is just wide enough to fill and 800px screen */
    margin: 0 auto; /* It's important to set the margin to auto if you want the layout to center */
    background: black;
    text-align: left;
    border: 1px solid #999;
}
#wrapper h1 {
	color:green;
	}
#pl {	
	list-style-type:none;
	padding:0;
	margin:0;
	text-align:center;
	background-color:grey;
	}
#pl p1 {
	font-style:BOLD;
	font-family:arial black;
	font-size:30pt;
	}
#header, #navigation, #content {
    padding: 10px;  /* This sets a 10px padding on all of our content boxes */
}
#gap {
	background:black;
	clear:both;
	}
#header {
    background: #999;
    margin: 0;
    padding 0;
}

#sidebar {
    float: left; /* Sets this column to the left */
  
	 border:1px solid green; 
	font-family:serif;
	background-repeat:repeat-x,repeat-y,
	background-attachment:fixed;
    width: 180px;
}
#sidebar p {
color:red;
}
#navigation {
    float: right; /*Sets this column to the right */
    background: #ccc;
    width: 160px;
}

#content {
	background:dimgrey;
    margin: 0 190px;
	/* Sets the margin to 190px on the right and left */
}
#content ul{	
	list-style-type:none;
	padding:5px;
	margin:0;
	text-align:center;
	background-color:black;
	}

#content ul li a
{
padding:.2em 2em;
color:purple;
background-color:black;
text-align:center;
text-decoration:none;

}
#content ul li a:hover{
	color:darkslategray;
	background-color:gray;
}
#footer {
	border:1px solid red;
    background: #999;
    clear: both;
	padding:1px;
}
#footer p {
	text-align:center;
	font-size:15pt;
	font-family:'Times new Roman';
	font-style:italic;
	}
body
{
	background-image:url('/uday/home_bg.jpg');
	background-repeat:repeat-x,repeat-y,
	background-attachment:fixed;
	margin-left:20px;	
	margin-right:20px;
}

.container 
{
text-align:center;
}
.center_div
{
border:1px solid red;
margin-left:auto;
margin-right:auto;
width:80%;

background-color:black;
text-align:left;
padding:10px;
}
.uday{
	border:1px solid green;

	margin-left:auto;
	margin-right:auto;
	background-color:black;
	text-align:center;
	padding:5px;
	float:right;
	}
	.uday1{
	border:1px solid yellow;
	margin-left:50px;
	margin-right:0px;
	background-color:black;
	text-align:center;
	padding:5px;
	float:left;
	}
p
{
color:#696969;
}
h1{
font-weight:bold;
color:white;
font-style:serif;
font-size:30px;
text-align:center;
text-decoration:none;
}


	
</style>