body	{/*background-color: #e3e0d7;*/
		background: url(images/Texture0112.jpg);
		font-family:  Arial, Verdana, Helvetica, serif;
		color: #000;
		font-size: 10pt;}

h1, h2, h3, h4, h5 {color: #800040;}

b		{color: #800040;}


#wrapper	{width: 800px;
		margin: 0 auto;}


#header {text-align: center;
	width: 750px;
	/*margin-left: 100px;*/
	/*border: solid #127397 1px;*/
	padding: 10px;
	margin-top: 20px;}

.center {text-align: center;}

hr	{color: black;}

/* Main is used on the index page with the ads, content is used on the secondary pages, without ads */
#main	    {width: 550px;
		/*    margin-left: 150px;*/
            clear: both;
		    padding: 10px;
	        /*text-align: justify;*/
		    /*border: solid #127397 1px;*/
		    background-color: #fff;}


#content    {width: 800px;
		  /*  margin-left: 150px;*/
            clear: both;
		    padding: 10px;
	        /*text-align: justify;*/
		    /*border: solid #127397 1px;*/
		    background-color: #fff;}

#ads    {width: 180px;
         margin-left: 580px;
         /*border: solid #127397 1px;*/
         top: 200px;
         position: absolute;}

.site_by		{font-size: 8pt;
			 text-align: center;}

.image  {padding: 0 0px 3px 20px;}



.heading 		 {color: #127397;
						 font-weight: bold;
						 font-style: italic;
						 font-size: 1.5em;}


 /* separate the list from subsequent markup */
  div.my-artlist
  {
    margin-bottom: 1em;
    margin-left: -50px;
  }
 /* allow room for 3 columns */
  .my-artlist ul
  {
    width: 800px;
  }

  /* float & allow room for the widest item */
 .my-artlist ul li
  {
    float: left;
    width: 190px;
    text-align: center;
    list-style-type: none;
  }

  /* stop the float */
 .my-artlist br
  {
    clear: left;
  }


		 

.image_left {float: left;
		width: 350px;
		height: auto;
		}

.text_right {float: right;
		 width: 350px;
		 height: auto;
		 padding-right: 25px;
		 text-align: justify;}


#footer {
    clear: both;
    width: 95%;
    margin: 10px;
    text-align: center;
	 font-family: Verdana;
    font-size: 11px;
    padding: 3px;
    }

/*Dropshadow Effect*/

.box {width: 800px;  margin-left: 100px;
        			margin-top: 25px; position: relative;}

.s1 { border: solid 2px #FDFDFE;}
.s2 { border: solid 1px #F4F6F9;}
.s3 { border: solid 2px #F0F3F7;}
.s4 { border: solid 1px #EBEFF4;}
.s5 { border: solid 2px #E5EBF0;}
.s6 { border: solid 1px #E0E7ED;}
.s7 { border: solid 2px #DCE4EB;}
.s8 { border: solid 1px #D5DEE7;}

.content {padding: 10px; margin: -15px 0 0 -15px; background-color: white;}

/* Navigation without images*/
#navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	position: relative;
	/*left: 150px;*/
	width: 800px;
	padding-left: 2px;}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 2px;
}
#navigation li {
	display: inline;
}
#navigation a:link, #navigation a:visited {
	margin-right: 1px;
	padding: 3px 10px 2px 10px;
	color: #fff;
	font-weight: bold;
	background-color: #800040;
	/*background-color: #FCE6EA;*/
	text-decoration: none;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #717171;
	border-right: 1px solid #717171;
}
#navigation a:hover {
	border-top: 1px solid #717171;
	border-left: 1px solid #717171;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}


