* {
margin: 0;
}

body {	
	text-align:center;
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	color: #4A4A4A;
	background-color: #cbd9d9;
	margin-left: auto;
    margin-right: auto;
	}

/*wrappers - page or section containers*/

#topnav {
	background-color: #618a88;
	width: 750px;
	height: 25px;
    padding-top: 11px;
	text-align: left;
	}

#header {
	/*position:absolute;*/
	/*top: 40px;
	left: 0px;*/
	float:left;
	clear:right;
	width: 750px;
	height: 125px;
	background-image:url(diginirvana.gif);
	background-repeat: repeat-x;
	}
#container {
    width:750px;
    margin:auto;
	border-color: #9a9a9a;
	border-width: 1px 
	background-color:#ffffff;
}


#leftcol {
/*  position: absolute;
  top: 165px;
  left: 0px;*/
  float:left;
  width: 160px;
  height: 2025px;
  background-color: #ffffff;
  background-position:left;
  text-align:center;
}

#content {
  background: #fff;
  /*position: absolute;
  top: 165px;
  left: 150px;*/
  float:right;
  width: 590px;
  height: 2025px;
}
#footer {
  background-color: #618a88;
  /*position:relative;
  top: 780px;
  left: 0px;*/
  float:left;
  width: 750px;
  height: 30px;
  padding-top: 8px;
  color: #ffffff;
}


a.link {
	color: #618a88;
	text-decoration: none;
	}
	
a:visited {
	color: #618a88:
	text-decoration: none;
	}

a.hover {
	color: #33270c;
	text-decoration: none;
	}

a.active {
	color: #33270c;
	text-decoration: none;
	}


	

h1 {
	
	font-size: 1.5em;
	color: #618a88;
	display: inline;
	text-align: left;
	}

h2 {
	display: inline;
	font-size: 1em;
	font-style: normal;
	color: #618a88;

	}

h3 {
	font-size: 14px;
	color: #717171;
	margin: 1.9em;
	padding: 0;
	line-height: 16px;
	}

h4 {
	font-size: .75em;
	color: #FFFFFF;
	background-color: #618A88;
	}

h5 {
	font-size: 0.75em;
	color: #000000;
	background-color: #cbd9d9;
	}

.nav1 {
color:#ffffff;
text-decoration: none;
font-size: 65%;
padding: 0.5em;
}

.nav2 {
color:#ffffff;
text-decoration: none;
font-size: 65%;
padding: 0.5em;
}