/* ~~~ Basic Properties ~~~ */

* {
	padding: 0;
	margin: 0;
	}



body {
	margin: 0; 
	padding: 0;
	background-color: #fefef7;
	background-image: url(../images/basic_bgnew.gif); 
	background-repeat: repeat-x; 
	text-align: left;
	width: 780px;
	color:#615e57;

  
}




/* ~~~ Text Properties ~~~ */

p { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align:left;
	color:#959186;
	letter-spacing: .05em;
	margin-bottom: 15px;
	margin-left: 3px;

	
	}

a {	
	font-family: Arial, Helvetica, Sans Serif;
	text-decoration: underline;
	color:#959186;

}

a:visited {
	text-decoration: none;
	color:#959186;
	}

a:hover {
	text-decoration: underline;
	color: #b4a288;
	
	}

a:active {
	text-decoration: underline;
	color: #b4a288;
	}



/* containers  */

#nav {
	position: absolute;
	left: 0px;
	top: 158px;
	width: 163px;
	height: auto;
	margin: 0;
  	padding: 0; 
	z-index: 2;
}

#nav2 {
	position: absolute;
	left: 0px;
	top: 112px;
	width: 163px;
	height: auto;
	margin: 0;
  	padding: 0; 
	z-index: 2;
}

#headerhome {
	width:780px;
	height: 158px;
	background-image: url(../images/home_top.jpg);
	repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

#header2 {
	width:780px;
	height: 112px;
	/*  background-image: url(../images/home_top.jpg); */
	repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

#mainhome {
	width:650px;
	height: 450px;
	position: absolute;
	top: 158px;
	left: 157px;
}

#main {
	width:410px;
	height: 100%;
	position: absolute;
	top: 112px;
	left: 465px;
	z-index:3;
	margin-left: 15px;

}

#mainschedule {
	width:410px;
	height: auto;
	position: absolute;
	top: 112px;
	left: 465px;
	z-index:3;
	margin-left: 15px;
		color:#615e57;

}

#galleryhead {
	width:310px;
	height: 55;
	position: absolute;
	top: 112px;
	left: 465px;
	z-index:3;
}
#maingallery {
	width:410px;
	height: 100%;
	position: absolute;
	top: 112px; /*151,  199h  */
	left: 465px;
	z-index:4;
}

#mainstatement{
	width:660px;
	height: 100%;
	position: absolute;
	top: 155px;
	left: 190px;
	z-index:4;
}

#pagepic {
	width:650px;
	height: 450px;
	repeat: no-repeat;
	position: absolute;
	top: 112px;
	left: 157px;
}



.icap{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	text-align:left;
	color:#959186;
	font-style: italic;
	font-weight: lighter;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 17px;
	text-align:left;
	text-transform: uppercase;
	color:#b4a288;
	letter-spacing: .05em;
	}
	
	h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 17px;
	text-align:left;
	color:#959186;
	letter-spacing: .20em;
	}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 17px;
	text-align:left;
	text-transform: uppercase;
	color:#b4a288;
	letter-spacing: .30em;
	display: inline;
	}

.month {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 17px;
	text-align:left;
	text-transform: uppercase;
	color:#aa9e80;
	letter-spacing: .3em;
	margin-top: 20px;
	}
	
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#837f76;
	}
