html
{
   overflow-y: scroll;
   height: 100%;
}

body
{
   border:0;
   margin:0;
   padding:0;
   
   /*
   background: #ffffff url(../../resources/images/stripe-tile.gif) repeat scroll 0% 0%;
   */
   
   /*
   background-image:url(../../resources/images/grey_gradient.jpg);
   background-repeat: repeat-x;
   */
   
   font-family: Times, Georgia, Garamond, "lucida grande", arial, helvetica, sans-serif;
   font-size:60.0%;
   
   height: 100%;
}

div
{
    display:block;
    border:0;
    margin:0;
    padding:0;
}

a, img, span {border:0; margin:0; padding:0;}

body a
{
    cursor: pointer;
}

#main_ceramic
{
   height: 359px;
   background: #ffffff url(../../resources/images/gradient_background.png) repeat scroll 0% 0%;
}

#main_saggar
{
	margin-top: 5px;
	margin-bottom: 20px;

	/*
	padding: 30px;
	background-color: #eeeeee;

	border-top: 1px solid #535353;
	border-bottom: 1px solid #535353;
	*/
}

#main_saggar img
{
	border: 1px solid #535353;
	margin-left: 15px;
	margin-right: 15px;
}

#nav_menu
{
   width: 600px;
   margin-bottom: 5px;
}

#nav_separator hr
{
   color: #bfb191;
   background-color: #bfb191;
   height: 1px;
   border: 0px;
}

#nav_menu ul
{
   /*width: 500px;*/
   /*border-top: 1px solid #888888;*/
   /*border-bottom: 1px solid #888888;*/
   width: auto;
   
   margin: 0;
   padding: 5px;
   list-style-type: none;
   line-height: 1.2em;
   text-align: left;
   
   
}

#nav_menu ul li
{
   display: inline;
   padding: .2em 5em 0 0;
   
  
}

#nav_menu ul a
{
   font-size: 18px;   
   color: #8a784d;
   font-family: serif;
   
   text-decoration: none;
   padding: 0;
}

#nav_menu ul a:hover
{
   border-bottom: solid 2px #8a784d;
}

#nav_menu .selected
{
   border-bottom: solid 2px #8a784d;
}

#nav_menu .last
{
   padding: 0;
   margin: 0;
}

#news_and_info
{
   width: 700px;
   margin-top: 8px;
}

#news_and_info td
{
   vertical-align: top;
   
}

#news_and_info p
{
   margin-top: 5px;
   color: #535353;
   
   font-size: 14px;
}

.news_title
{
   font-size: 18px;
   display: block;
}

#info_text
{
   
   font-weight: normal;
   display: block;
   font-size: 16px;
   line-height: 1.4em;
   color: #535353;
   
   margin-left: 10px;
}

#artist_statement p
{
   font-size: 18px;
   color: #535353;
}

.about_block p
{
	font-size: 18px;
	color: #535353;
	text-align: justify;
}

#first_paragraph:first-letter
{
   /*
   font-size: 150%;
   float: left;
   margin-bottom: 0.2em;
   */
   
   font-size: 2.5em;
   line-height: 0.8em;
   float: left;
   margin: 0 3px 3px 0;
}

#links ul
{
   /*width: 500px;*/
   /*border-top: 1px solid #888888;*/
   /*border-bottom: 1px solid #888888;*/
   width: auto;
   

   
   list-style-type: circle;
   line-height: 1.2em;
   text-align: left;
   
   
}

#links ul li
{
   padding: .2em 5em 0 0;
   margin-bottom: 5px;
}

#links ul a
{
   font-size: 18px;   
   color: #8a784d;
   font-family: serif;
   
   text-decoration: none;
   padding: 0;
}

#links ul a:hover
{
   border-bottom: solid 2px #8a784d;
}


#footer
{
   border-top: 1px solid #bfb191;
   /*background: #e0d9c9;*/
   background: #ebebeb;
   
   text-align: center;

   margin-top: 5px;
   margin-bottom: 0px;
   padding-bottom: 0px;
   
   
}

#footer td
{
   font-size: 12px;
   color: #a79569;
   
   vertical-align: top;
}

#footer a
{
   color: #a79569;
}

#main_gallery
{
   width: 700px;
   height: 100%;
   text-align: center;
   margin: 0px auto 0px;
}

.gallery_section
{
   
   background: #c4af8b;
   color: #ffffff;
   
   /*
   border-bottom: 1px solid #d5c1a0;
   color: #555555;
   */
   
   height: 20px;
   text-align: left;
   padding: 5px;
   
   font-size: 18px;
}

/**/
#main
{
   background-image:url(../../resources/images/bowl_background.png);
   background-repeat: repeat-x;
   
    width: 960px;
    margin: 10px auto 0 auto;
    
    border: 2px solid #1a1a1a;
}

#header
{
    position: relative;
    width: 960px;
    margin: 0 0 20px 0;
    padding: 0;
}

#logoText
{
   font-size: 32px;
   display: inline;
   white-space: nowrap;
   
   border-bottom: 3px solid #ebde0f;
}

#logo
{
    margin: 10px 0 0 10px;
}

#navbar2
{
   text-align: left;
}

#menu2
{
    margin: 0 auto auto auto;
    padding: 11px;
}

#menu2 ul
{
   width: 500px;
    
   margin: 0;
   padding: 5px;
   list-style-type: none;
   line-height: 1.2em;
   text-align: left;
   
   border: 1px solid red;
}

#menu2 ul li
{
    display: inline;
    padding: .2em 4em 0 0;
    
    border: 1px solid green;
}

#menu2 ul a
{
   font-size: 18px;   
   color: #8a784d;
   font-family: serif;
   
   text-decoration: none;
   padding: 0;
}

#menu2 ul a:hover
{
    border-bottom: solid 2px #8a784d;
}

#menu2 .selected
{
    border-bottom: solid 2px #8a784d;
}

#menu2 .last
{
    padding: 0;
    margin: 0;
}

#areas
{
    width: 960px;
    
    margin: 0;
    padding: 0;
    text-align: center;
}

#ourservices
{
    display: none;
    padding-bottom: 20px;
}

#ourteam
{
    display: none;
    padding-bottom: 20px;
}

#contactus
{
    display: none;
    padding-bottom: 20px;
}

#contactThanks
{
    display: none;    
}

.content
{
    width: 900px;
    text-align: left;
    margin: 0 auto auto auto;
}

p
{
	color: #444444;
	font-size: 1.4em;
	line-height: 1.4em;
	text-align: left;
    vertical-align: top;
    margin-top: 0px;
    border-top: 0px;
}

.tableText
{
   color: #444444;
	font-size: 1.4em;
	line-height: 1.4em;
	text-align: left;
    vertical-align: top;
    margin-top: 0px;
    border-top: 0px;
}

.right
{
    text-align: right;
    line-height: 1.4em;
}
.left
{
    text-align: left;
    line-height: 1.4em;
}


ul
{
	color: #444444;
	font-size: 1.4em;
    text-align: left;
}

form
{
	color: #444444;
	font-size: 1.4em;
	line-height: 2em;
	text-align: center;
    vertical-align: top;
    margin-top: 0px;
    border-top: 0px;
}

h1
{
    font-size: 1.8em;
    font-weight: bold;
    text-align: left;
    margin-bottom: 0px;
}

h2 {
    margin:0;
    margin-bottom:10px;
    padding:0;
    font-weight:bold;
    font-size:14px;
    font-family: helvetica;
    display:block;
    border-bottom: 1px dotted gray;
    color:#333333;
}

.separator
{
    height: 1px;
    color: #ffffff;
    border-top: 0px;
    border-bottom: dotted 1px #555555;
}
*/

