body{
background-color:#3B3B3B;
}

#wrapper{
background: url(images/body.png);
width: 700px;
margin: 0 auto;
border: 6px solid white;
}

#header{
background: url(images/new_header.jpg) no-repeat;
width: 700px;
height: 120px;
position: relative;
}

#content{
position: relative;
width: 700px;
height: 600px;
}

#left{
background: url(images/ul.gif);
width: 155px;
float: left;
padding: 2px;
position: relative;
height: 590px;
border-top: 6px solid white;
paddingt-top: 10px;
}

#right{
float: right;
width: 525px;
padding: 5px;
position: relative;
border: 6px solid white;
height: 573px;
font-size: 15px;
font-family: times new roman;
font-weight: bold;
padding-bottom:10px;
border-right:0px;
}

#right_head{
font-size: 30px;
color: #FBD61A;
font-weight: bold;
}


#footer{
background: url(images/footerbg.gif) repeat;
width: 700px;
height: 50px;
position: relative;
}

#image{
background: url(images/vivek.bmp) no-repeat;
height: 130px;
width:145px;
border: 2px solid white;
margin-bottom: 6px;
}

#text_head{
font-size: 40px;
color:white;
padding-top:40px;
text-align:center;
font-weight: bold;
}

#menu{
width: 150px;
height; 25px;
margin-bottom: 3px;
/*background: url(images/menu.png) no-repeat;*/
text-align: left;
font-size: 16px;
font-weight: bold;
}

#menu a{
color: #212121;
text-weight: bold;
}

#menu a:hover{
text-decoration: none;
color: #B53332;
}
