/* HTML tag styles zb                             */
/***********************************************/
body{
	text-align: left;
	font: 76%/1.5em "Arial", Verdana, Geneva, sans-serif;
	/***line-height: 1.166;
	background-color: #66727f;**/
	color: #000;
	margin: 0px;
	/*padding: 6px;*/

}


/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #373737;
	text-decoration: none;
	border: 0;

}

a:hover{
	color: #000;
	text-decoration: none;
}

#intro a:hover{
	color: #fff;
	text-decoration: none;
	background-color: #ccc;
}


/************** header tag styles **************/

img {
	border: 0;
	}
	
	
h1{
 font: 120% Georgia, serif;
 color: #373737;
 margin: 0px;
 padding: 0px;
}

h2{
  font-family: Georgia, serif;
  font-size: 155%;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5em;
  height: 100.5%;
  color: #373737;
  margin: 0 0 15px 0;
  padding: 0px;
}

h3{
  font-family: Georgia, serif;
  font-size: 180%;
  color: #373737;
  margin: 0px;
  padding: 0px;
}

h4{
 font: 95% Georgia, serif;
 color: #fff;
 margin: 0px;
 padding: 6px;
}


#header {
	z-index: 800;
	position: relative;
	
}

.arrows {
	left: 290px;
}

/************** GRID styling **************/



#container {
	
	position: relative;
	width: 800px;
	height:100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
		
}


#menubar {
	/*display: block;*/
	z-index: 900;
	position: absolute;
	left: 410px;
	top: 6px;
	width: 95px;
	height: 110px;	/*background:#ffffff url(img/nav_bg.jpg) no-repeat;*/
}



/************** Round Box styling **************/

#subnav {
	width: 800px;
	margin: 3px 0px 0px 0px;
}
				

/************** Main Box styling **************/


#main {			/***For Single column layout****/
	position: absolute;
	z-index: 100;
	display: inline;
	padding: 0px 0px 0px 0px;
	width: 800px;
	height:450px;
	left: 0px;
	top: 5px;
	border:0px solid red;
	/*background-color: #d8d8d8;*/
	margin: 0px 0px 0px 10px;
	
}
#main img{
	/*position: absolute;
	margin: 0px 0px 0px 0px;
	left: 65px;
	top: 25px;*/
}

#mainindex {					/***For Single column layout****/
	z-index: 100;
	display: block;
	padding: 5px 5px 5px 5px;
	width: 780px;
	margin: 20px 0px 0px 0px;
	border: 0;
}

#gallery_bg {
	padding: 5px 5px 5px 5px;
	width: 780px;
	height:650px;
	
	margin: 0px 0px 0px 0px;
	border: 0px solid #ff0000;
	background-image: url(img/fineart.jpg);
	background-repeat: repeat-y;
	/*background-color: #ff0000;*/
}







/****************** Three-Column ***************/

	

#leftcolumn {				
	position:absolute;
	top:130px;
	margin-left:130px;
	margin-right:400px;
	width:400px;
	border:0px solid black;
}
		

#bodycolumn {
	position: absolute;
	width:390px;
	height:650px;
	margin-left:10px;
	margin-right:400px;
	border:0px solid black;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 10px;
	margin-right: 400px;
	}
	/*
html>body #bodycolumn {
	margin-left: 10px;
	margin-right: 400px;
}

#bodycolumn p{
	margin:10px 10px 20px 10px;
	
}*/
	
	

#rightcolumn {
	position:absolute;
	top:130px;
	right:10px;
	left:400px;
	width:330px;
	border:0px solid black;
	voice-family: "\"}\"";
	voice-family: inherit;
	}
	
html>body #rightcolumn {
	margin-left:10px;
}


#thumb {
	border: #fff 1px solid;
	margin: 2px;
	}


#footer{
	/*clear:both;
	display: inline;*/
	top:680px;
	z-index: 950;
	position: absolute;
	width:800px;
	border-color:#333;
	border-top: #333 0px solid;
}

#footer p {
	text-align: center;
	text-decoration:none;
	font: 85% "Arial", Verdana, Geneva, sans-serif;
	color: #5e5e5e;
	
	}    
