* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

p {
	margin: 0px 0px 1em 0px;
}

html {
	min-height: 100%; margin-bottom: 1px;
	padding-bottom: 1em;}

table {
	border-width: 0px;
}

td {
	padding: 0px 0.2em 0.5em 0px;
}

/* TEXT STYLES */

body {
	color: black;
	background-color: white;
	font-family: sans-serif;
	font-weight: normal;
	font-size: small;
	text-align:center;
}

.bangla {
	font-family: Vrinda, bangla;
}

.english {
	font-family: sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin-bottom: 1em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1em;
}

a {
	font-weight: bold;
	text-decoration: none;
}

a:link, a:visited {
	color: blue;
}

a:hover, a:active {
	color: red;
}

/* CUSTOM STYLES */

.quote {
	background-color: #ebf3fb;
	padding: 10px;
}

.person {
	font-weight: bold;
}

.work {
	font-style: italic;
}

.gig_date {
	text-decoration: underline;
}

.news_date {
	text-decoration: underline;
}

/* FLOAT OPTIONS */

.float_left {
	float: left;
	margin: 0px 1em 0px 0px;
}

.float_right {
	float: right;
	margin: 0px 0px 0px 1em;
}

/* OPACITY OPTIONS */

.transparent {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.opaque {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
  
/* POSITIONING */

div.container {
	position: relative;
	top: 5px;
	width: 80%;
	min-width: 900px;
	margin: 0px auto;
	overflow: visible;
	text-align: left;
}

div.language {
	height: 2em;
	font-size: 0.8em;
	text-align: right;
	overflow: hidden;
}

div.header {
	position: relative;
	height: 100px;
	width: 100%;
	font-size: 80px;
	font-weight: bolder;
	text-align: center;
	overflow: hidden;
}

div.navmain {
	position: relative;
	height: 20px;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
}

div.main {
	position: relative;
	top: 10px;
	width: 100%;
	text-align: left;
	background-color: transparent;
}

/* NAVIGATION TABLE */

div.navmain div {
	position: relative;
	width: 11.1%; 	/* This number should be 100/number of options */
	height: 100%;
	float: left;
}

div.navmain div img {
	position: absolute;
	margin: 0px auto;
	width: 100px;
	height: 20px;	/* should be same as div.navmain {font-size}  */
}

/* SIDEBAR */

div.sidebar {
	position: absolute;
	width: 100px;
}

div.sidebar_content {
	position: absolute;
	left: 120px;
	right: 0px;
}

/* ABOUT PAGE */

div.about_nav {
	position: absolute;
	width: 100px;
	text-align: center;
}

div.about_nav img {
	width: 50px;
	height: 50px;
}

div.about_main {
	position: absolute;
	left: 120px;
	text-align: left;
}

table.commission_list {
	width: 100%;
}
table.commission_list tr th {
	text-align: left;
	font-weight: bold;
}

/* PHOTOS  PAGE */

div.photos_main {
	height: 600px;
	text-align: center;
}

img.photo {
	max-width: 100%;
	max-height: 100%;
}

/* GIGS PAGE*/

div.gig {
  position: relative;
  margin-bottom: 1.5em;
}

div.gig a {
  font-weight: normal;
}

table.gig_toptable {
  width: 100%;
  margin-bottom: 0.5em;
}

td.gig_leftbox {
  text-align: left;
  vertical-align: top;
}

td.gig_rightbox {
  text-align: right;
  vertical-align: top;
}

div.gig span.date  {
  font-size: 1.2em;
  font-weight: bold;
}

div.gig span.v-name  {
  font-size: 1.2em;
  font-weight: bold;
}

div.gig div.act {
  margin: 0.25em 0em 0.25em 1em;
}

div.gig span.a-name  {
  font-weight: bold;
}

div.gig div.blurbbox{
  position: relative;
  margin: 0.5em 0em;
}

img.gigimage {
  float: right;
  max-width: 15em;
  max-height: 100%;
}

div.gig div.blurb {
}

div.gig div.giglinks {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

div.gig div.giglinks img{
  margin-left: 5px;
}