body {
  padding: 5px;
  margin: 0px;
  background-color: #fff;
  font-family: Trebuchet MS, Arial, Helvetica, times;
  font-size: 11px;
  color: #933636;
  }
  
a img { border: 0px; }

a { 
  color: #7e8200;
  text-decoration: none;
  }
  
a:hover { text-decoration: underline; }

li { 
  list-style: circle; 
  margin-left: 5px;
  padding: 0px;
  }
  
ul { padding: 0px 10px 0px 10px;}

label { 
  width: 100px; 
  float: left;
  margin: 2px 0px 2px 5px;
  font-weight: bold;
  }
 
input.text {
  width: 200px;
  font-size: 11px;
  border-color: #933636;
  font-family: Trebuchet MS, Arial, Helvetica, times;
  }
  
textarea {
  width: 200px;
  border-color: #933636;
  font-family: Trebuchet MS, Arial, Helvetica, times;
  font-size: 11px;
  height: 60px;
  }
  
.small {
  font-size: 10px;
  line-height: normal;
  }

div#header {
  height: 55px;
  background-image: url('../img/bg.png');
  background-repeat: repeat-x;
  background-color: #fff;
  border-bottom: 4px solid #cdd246;
  width: 100%;
  max-width: 1024px;
  min-width: 780px;
  float: left;
  }

div#logo {
  float: left;
  margin-left: 20px;
  }

div#menu {
  padding-left: 20px;
  float: left;
  text-align: center;
  }
  
  div#menu a {
    margin-left: 80px;
	}
	

div#art {
  background-image: url('../img/art.png');
  background-repeat: no-repeat;
  width: 100%;
  height: 147px;
  max-width: 1024px;
  min-width: 770px;
  float: left;
  margin-top: 8px;
  }
  
div#wrap {
  float: left;
  clear: left;
  width: 100%;
  max-width: 1024px;
  min-width: 770px;
  margin-top: 5px;
  }

  
  #col-left {
    float: left;
    width: 60%;
    }
	
  #col-altleft {
    float: left;
	width: 40%;
	}
  
  #col-right {
    float: right;
    width: 40%;
    }
	
  #col-altright {
    float: right;
	width: 60%;
	}
	
  #col-middle {
    width: 100%;
	float: left;
	text-align: center;
	}
  
  #col-footer {
    clear: both;
	width: 100%;
	text-align: center;
	background-color: #fae9e9;
	color: #872929;
	font-weight: bold;
	float: left;
	height: 20px;
	padding-top: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url('../img/art_trans.png');
	}

  
    .col {
      padding: 0px 25px 0px 25px;
	  line-height: 20px;
	  float: left;
	  }
	  
	
	   
    .s-header {
	  float: left;
	  clear: left;
	  padding: 0px;
	  margin-bottom: 10px;
	  margin-top: 15px;
	  height: 25px;
	  }
	  
	.s-logo {
	  margin-bottom: 20px;
	  margin-top: 15px;
	  text-align: right;
	  float: right;
	  }
	  
	  
	.section {
	  border-bottom: 1px dotted #872929;
	  padding-bottom: 13px;
	  float: left;
	  clear: right;
	  width: 100%;
  	  line-height: 20px;
	  }
	  
	.nobord {
	  border: 0px;
	  }
	  
	.rbord {
	  border: 0px;
	  border-right: 1px dotted #933636;
	  }
	  
	.shadow {
	  border: 2px solid #933636;
	  border-left: 1px solid #eab6b6;
	  border-top: 1px solid #eab6b6;
	  }
	  
	.pad { padding: 10px; }
	  
	.trimbord {
	  float: left;
	  width: 100%;
	  background-color: #eaeaea;
	  text-align: center;
	  margin-top: 20px;
	  }
	  
	.trim {
	  float: left;
	  width: 100%;
	  height: 200px;
	  overflow: hidden;
	  }
	  
	h2 {
	  font-size: 11px;
	  font-weight: bold;
	  padding: 0px;
	  margin: 0px;
	  }
	 
	  
	.section .left {
	  margin: 0px 10px 10px 0px;
	  float: left;
	  }
	  
	.section .right {
	  margin: 0px 0px 10px 10px;
	  float: right;
	  }
	  
.portfolio {
  clear: left;
  float: left;
  padding: 10px;
  margin-top: 10px;
  margin-left: 10px;
  width: 80%;
  background-color: #f3f4d0;
  color: #933636;
  }
  
.portfolio:hover {
    background-color: #d1d655;
	background-image: url('../img/portback.png');
	background-position: left bottom;
	background-repeat: repeat-x;
	cursor: pointer;
	}

