body {
	margin: 0;
	padding: 0;
	background-color: #BF903C;
	font-family: Arial, Helvetica, sans-serif, Georgia, "Times New Roman", Times, serif;
	text-align: center;	
	background-color: #BF903C;
}

h3{
	margin: 0;
	padding: 0;
}


img {
	border: none;
}


td {
	font-family: Arial, Helvetica, sans-serif,  Georgia, "Times New Roman", Times, serif;
}


th {
	font-family: Arial, Helvetica, sans-serif,  Georgia, "Times New Roman", Times, serif;
}


.clearfloat{
	clear: both;
}


#wrapper {
	margin: 0 auto;
	width: 800px;	
}


#header{
	position: relative;
	width: 800px;
	height: 154px;
}

#col-left{
	position: relative;
	padding-top: 30px;
	width: 196px;
	float: left;
	text-align: center;
	min-height: 760px;
	z-index: 5;
	background-color: white;
	-moz-border-radius: 0 0 0 20px;
	-webkit-border-radius: 0 0 0 20px;
	border-radius: 0 0 0 20px;
}


#col-right{
	position: relative;
	width: 600px;
	min-height: 750px;
	padding-top: 40px;
	float: right;
	text-align: center;
	background-color: white;
	-moz-border-radius: 0 0 20px 0;
	-webkit-border-radius: 0 0 20px  0;
	border-radius: 0 0 20px 0;
}

#col-right p{
padding: 0 10px 0 10px;
}


/*  LEFT COLUMN BLOCKS  */
#col-left-header{
	position: relative;
	height: 126px;
	width: 196px;
	background-color: #BF903C;

}


#nav {
	position: relative;
	height: 381px;
	width: 196px;
	padding-top: 20px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #000000;
	background-color: #ffffff;
	-moz-border-radius: 20px 0 0 0;
	-webkit-border-radius: 20px 0 0 0;
	border-radius: 20px 0 0 0;
}


#nav a{
	color: #000000;
}


#nav a:hover{
	color: #B70F10;
}


#social {
	position: relative;
	padding: 10px;
	background-color: white;
}


#nea {
	position: relative;
	padding: 10px;
	background-color: white;
}


#artsco {
	position: relative;
	padding: 10px;
	background-color: white;
}


#text{
	position: relative;
	padding: 10px;
	text-align: center;
	color: #000000;
	font-size: 10px;
	background-color: white;
}



/*  RIGHT COLUMN - MAIN CONTENT DIV  */
#header{
	position: relative;
	top: 0;
	z-index: 20;
}


#footer{
	position: relative;
	width: 725px;
	padding-top: 10px;
	
}


#cr {
	height: 20px;
	text-align: center;
	font-size: 10px;
	color: #000000;
}





/*  SPAN STYLES  */

.style1 {
	color: #000000
}


.style2 {
	color: #006633
}


.style3 { 
	color: #006633;
	font-weight: bold;
	font-size: 22px;
}

.style4 {
	color: #006633;
}


.style5 {
	color: #990000;
}


.style6 {
	color: #0000CC;
	font-weight: bold;
}














/*Contact Form*/
 .cssform p{
	width: 250px;
	clear: left;
	margin: 0 0 0 115px;
	padding: -10px 0 8px 0;
	padding-left: 0px; /*width of left column containing the label elements*/
	height: 1%;

  }
  .cssform label{
	font-weight: bold;
	float: left;
	margin-top: 8px;
	margin-left: -155px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	
  }
  .cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	margin-left:-128px;
	width: 180px;
	border: 1px solid #aaaaaa;
	margin-top: 10px;
	
  }
  .cssform textarea{
	width: 250px;
	height: 150px;
	margin-left:-60px;
	margin-top: 10px;
	border: 1px solid #aaaaaa;
  }
  
  
  #contact{
  float: left;

  }
  
  #map{
  margin: 20px 0 10px 10px;
  border: 1px solid #aaaaaa;
 width: 400px;
  }

