/* Light of India Restaurant - CSS, UQ*/

body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FEFFEA;
}

/* ---------------BODY--------------- */

p.heading{
	text-align: left;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight:bold;
	vertical-align:middle;
	}
	
p.main{
	text-align: left;
  	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000;
	}

p.subheading{
	text-align: left;
  	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #336600;
	}
	
p.sidecomm{
	text-align: left;
  	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:bold;
	color: #666666;
	}
	
p.subbolds{
  	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:bold;
	color: #000;
	}
	
p.caption{
  	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:bold;
	color: #009900;
	}

/* ---------------Vertical Navigation--------------- */
p.column_title{
	text-align:right;
	font-family:Arial Narrow;
	font-size:20px;
	font-weight:bolder;
	color:#890202;
	vertical-align:middle;
	}
	
p.column_links{
	text-align: right; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #890202;
	font-weight: inherit;
}
a.column_links:link{
	text-align: right; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #890202;
	font-weight:inherit;
}
a.column_links:hover{
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #890202;
	font-weight:bold;
}
a.column_links:visited{
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #890202;
	font-weight:inherit;
}
a.column_links:active{
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #890202;
	font-weight:bold;
	}

/* ---------------Footer--------------- */
footer{
	background-color: #467d16;
	font:"Times New Roman", Times, serif;
	text-align:center;
}
p.footer{
	text-align: center;
  	font-family: Time New Roman;
	font-size: 11px;
	font-weight:normal;
	color: #FFF;
	}

a.footer:link{
	text-align: center;
  	font-family: Time New Roman;
	font-size: 11px;
	font-weight:normal;
	color: #FFF;
	text-decoration:none
	}

a.footer:visited{
	text-align: center;
  	font-family: Time New Roman;
	font-size: 11px;
	font-weight:normal;
	color: #FFF;
	text-decoration:none
	}

a.footer:hover{
	text-align: center;
  	font-family: Time New Roman;
	font-size: 11px;
	font-weight:normal;
	color: #FFF;
	text-decoration: underline;
	}


/* ---------------MISC--------------- */
p.links{
	text-align: center;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #890202;
	}
