/* CSS Document */

body, html {
  height: 100%
}

body,td {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #1a2567;

}

.buffer_3px {
	margin-bottom: 1px;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 1px;
}

.buffer_5px {
	margin-bottom: 1px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 1px;
}

.buffer_10px {
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}

#comment_col {
	border-color: #21402E;
	background-color: #EAE3E3;
	border-style: double;
	padding: 3px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #21402E;
}

#content {
	padding-top: 0px;
	padding-bottom: 250px;
	background-image: url(bg-content.jpg);
	background-repeat: no-repeat;
}

.copy {
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #21402E;
}

.copy_light {
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #EADCDC;
}


#footer {
    height: 250px;
    width: 700px;
    margin-top: -250px;
  	border-style: solid;
	border-color: #AB9494;
	border-width: 1px;
	background-color: #21402E;
}

#gallery {
	background-color:#f8dee2;
	border:1px dotted #382879;
}

.h3 {
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #661919;
}

.h4 {
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #661919;
}

#header {
	background-color: #DFD5D4;
	height: 201px;
}

img {
	border:1px solid #382879;
}

.noborder {
	border:none;
}

#wrapper {
    color: #21402E;
	min-height: 100%;
    width: 700px;
    background-color: white;
   	border-right-style: solid;
	border-right-color: #AB9494;
	border-left-style: solid;
	border-left-color: #AB9494;
	border-width: 1px;
  

}

* html #wrapper {
  height: 100%
}

li {
	list-style-image: url(bullet-diamond.gif);
	padding-bottom: 8px;
}

.red {
	color:#CC0000;
}
