body {
	/* background: rgb(240,220,220); */
	background: url(http://www.cse.iitb.ac.in/custom/iitblogo_watermark_1.png);
	padding: 0px;
	margin: 0px;
	min-width: 600px;
	width:expression(document.body.clientWidth < 640 ? "640px" : "100%" );
}

#iitblogo-link {
	border: 0px;
	text-decoration: none;
}

#iitblogo1, #iitblogo2 {
	position: absolute;
	float: left;
	top: 12px;
	width: 80px;
	height: 80px;
}

#iitblogo1 {
	left: 13px;
}

#iitblogo2 {
	right: 13px;
}

body #header {
	background: rgb(240,220,220);
	margin: 6px;
	border: 1px solid brown;
}

#container {
}

#title-wrapper {
	min-height: 80px;
	/*background: green;*/
	margin: 1px 90px 1px 90px;
}

#course-title, #course-title-season, #course-department, #course-institute {
	text-align: center;
	/* color: white; */
} 

#course-title {
	font: 16pt sans-serif; 
}

#course-title-season {
	font: 16pt serif; 
}

#course-department {
	font: 12pt sans-serif; 
}

#course-institute {
	font: 12pt sans-serif; 
}

#prof-list, #ta-list {
	padding: 5px 3px;
	background: rgb(100,30,30);
	font: 15px serif;
	color: white;
}

#prof-list {
	float: left;
	margin: 5px 3px 0px 6px;
}

#ta-list {
	float: right;
	margin: 5px 5px 0px 3px;
}

#menu h3.menu-title , h3.list-title, h3.section-heading {
	font: bold 16px sans-serif;
	margin: 0px;
}

h3.list-title {
	padding: 0px 2px 4px;
}

#ta-list h3.list-title {
	text-align: right;
}



div.person-info {
	margin: 3px 0px 0px 0px;
	padding: 2px 2px 2px;
	display: inline;
	background: white;
}

div.person-info a {
	border: 1px solid white;
	padding: 0px 3px;
	margin: 0px;
}	

#header .hr {
	clear: both;
	height: 5px;
}

#menu {
	clear: left;
	background: rgb(250,240,240);
	width: 23ex;
	float: left;
	margin: 10px 5px 20px 20px;
	border: 2px solid rgb(100,40,40);
}

#menu h3.menu-title {
	padding: 2px 4px;
	background: rgb(100,40,40);
	color: white;
}

#menu .menu-item {
	margin: 2px;
	width: auto;
	font: 16px serif;
	padding: 0px;
}

#menu .menu-item a {
	display: block;
	text-decoration: none;
	padding: 0px 4px;
	/*background: white;*/
	border: 1px solid rgb(250,240,240);
	margin: 0px 0px 0px 1px;
	width: inherit;
}

#menu .menu-item a:hover, .person-info a:hover {
	background: rgb(255,220,220);
	border: 1px solid rgb(155,110,110);
}

#content {
	clear: right;
	margin: 12pt 20px 5px 27ex ;
	/*background: pink;*/
}

div.section {
	background: white;
	border: 1px solid brown;
	margin: 0px 0px 10px 0px;
}

div.section h3.section-heading {
	padding: 2px 4px;
	background: brown;
	color: white;	
}

div.section div.section-body {
	padding: 8px 15px;
	font-family: serif;
}

div.section div.section-body div.section {
	background: white;
	border: 0px solid brown;
	margin: 12px 0px 5px;
	padding: 0px;
}

div.section div.section-body div.section h3.section-heading {
	padding: 2px 4px;
	background: brown;
	color: white;	
}

div.section div.section-body div.section div.section-body {
	padding: 0px;
	font-family: serif;
}

#file-info {
	font: 12px sans-serif;
	/*text-align: center;
	background: blue;*/
}

#footer {
	background: rgb(250,240,240);
	clear: both;
	width: inherit;
	text-align: center;
	font: 12px sans-serif;
	margin: 20px 6px 10px 6px;
	padding: 10px;
	border: solid 1px brown;
}
