* {margin:0; padding:0;}
html {
	position: absolute;
	/*background-image: url(images/sovanda_swoosh.jpg);
	background-repeat: no-repeat;
	background-position: right top;*/
}
body {
	text-align:center;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}
#sovanda_main_container {
	position: relative;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
}

#sovanda_logo h1 a{
	text-decoration: none;
	overflow: hidden;
	display: block;
	background-image:url(images/Sovanda.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 131px;
	width: 325px;
	text-indent: -9999px;
}

	
#main_content {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	clear:both;
}
#main_content p {
	padding-top: 10px;
	padding-right: 1em;
	padding-bottom: 5px;
	padding-left: 1em;
}
#content_main ul {
	padding-left: 50px;
}



#content_one {
	float: left;
	display: inline;
	height: auto;
	width: 180px;
	background-color:#FFF;
	
}
#content_two {
	float: right;
	width: 180px;
	height: auto;
}
#center_ad {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
#b_adsense {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding-top: 10px;
	clear: both;
}


#content_main {
	float:left;
	width: 540px;
	height: auto;
	display: inline;
	margin-left:auto;
	margin-right:auto;
}

#content_main h2 {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:140%;
  font-weight:normal;
  line-height:1.4em;
  color:#c60;
  }

/*tabs style*/
#header {
	position:relative;
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
	background-color: #DAE0D2;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	
		
}
#header ul {
	list-style:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 22%;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
  }
#header li {
	float:left;
	background:url("images/left.gif") no-repeat left top;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 9px;
	margin: 0;
  }
#header a {
  float:left;
  display:block;
  background:url("images/right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  color:#333;
  }
#header #current {
  background-image:url("images/left_on.gif");
  }
#header #current a {
  background-image:url("images/right_on.gif");
  color:#333;
  padding-bottom:5px;
  }
/*end tabs style*/ 
  
 /*footer table style*/ 
#footer {
	clear: both;
	float: left;
	width: 100%;
	border: thin solid #B7AE88;
	background-color: #F7F3F0;
}
#footer td{
	padding-top: 3px;
	padding-right: 2em;
	padding-bottom: 3px;
	padding-left: 2em;
}
.n { 
	text-align: left; 
	padding-left: 20px;
}
.c { 
	text-align: right; 
	padding-right: 2em;
}
#footer a:link {
	color: #000000;
	text-decoration: none;
}

#footer a:visited {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #666666;
}
/*end footer table style*/
