html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	color: #000;
	background-color: #fff;
	background-image: url(imgs/background.jpg);
	background-repeat: repeat-x;
}


body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	
}

a:link {
	color: #336600;
	font-weight: bolder;
}
a:visited { color: #336600; }
a:hover { color: #DBB666; }
a:active { color: #336600; }

#container {
	width: 700px; /* top right bottom left */
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	background-color: #FFFFFF;
	height: 900px;
	border: 1px solid #336600;
}
#container.imgborder {
	padding-left: 50px;
	padding-right: 50px;
}


 #container #col1 {
	width: 350px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #333333;
	padding: 10px;
	height: auto;
    }
.imgborder {
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #DBB666;
	border-bottom-color: #B7892B;
	border-top-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #DBB666;
	border-left-color: #B7892B;
	margin: 5px;
}
.imgborderleft {
	border-left-width: 4px;
	border-bottom-width: 4px;
	border-left-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #3F7000;
	border-left-color: #DBB666;
}

    #container #col2outer {
      width: 350px;
      float: right;
      margin: 0;
      padding: 0;
    }
	#footer {
	font-size: 12px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #006600;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #006600;
	
	}
.list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.style1 {
	font-size: 14px;
	font-weight: bold;
}
.style2 {font-size: 10px}
#container #heading #special {
	background-color: #E3FFC1;
	padding: 5px;
	background-position: center;
	text-align: center;
	border: 1px dotted #006600;
}
