@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	line-height: 1.8em;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica;
	font-size: 12px;
	color: #251f20;
	background-color: #604632;
}
h1,h2,p {
	padding: 0;
	margin: 0;
}
img {
	border: 0;
}
.clear {
	clear: both;
}

a:link    { 
     color:#ff5113; 
     text-decoration:none; 
}
a:visited { 
     color:red; 
     text-decoration:none; 
}
a:hover   { 
     color:#ff5113; 
     text-decoration:underline; 
}
a:active  { 
     color:red; 
     text-decoration:none;
 }

#maincontainer{
	width: 1000px; /*Width of main container*/
	margin: 19px auto;
	padding: 0;
}

#topsection{
background: #EAEAEA;
height: 90px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
	float: left;
	width: 1000px;
	background-image: url(images/bottom-corner.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #FFFFFF;
}

#contentcolumn{
	margin-left: 115px; /*Set left margin to LeftColumnWidth*/

}

#leftcolumn{
	float: left;
	width: 115px; /*Width of left column*/
	margin-left: -1000px;
	background-image: url(images/bg-left-604632.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#footer{
	clear: left;
	width: 1000px;
	text-align: center;
	padding: 4px 0;
	margin: 0 auto;
}

#footer a{
}

.innertube{
	margin: 0 0px 10px 0px;
}

#innerLeft {
	float: left;
	width: 497px;
	background-color: #FFFFFF;
}
#innerRight {
	float: right;
	width: 388px;
	background-color: #FFFFFF;
	text-align: right;
}
.brown {
	color: #542d24;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #542d24;
	font-weight: normal;
}
.miceType {
	font-size: 9px;
	font-style: italic;
}

a.greenLink:link    {
	color:#66bc29;
	text-decoration:none;
	font-size: 9px;
	font-style: italic;
}
a.greenLink:visited {
	color:#669966;
	text-decoration:none;
	font-size: 9px;
	font-style: italic;
}
a.greenLink:hover   { 
     color:green; 
     text-decoration:underline; 
}
a.greenLink:active  { 
     color:orange; 
     text-decoration:none;
 }
#innerLeftindex {
	float: left;
	width: 302px;
	margin-right: 0px;
	background-image: url(images/WS_Index_07.jpg);
	min-height: 565px;
}
#innerRightindex {
	float: left;
	width: 583px;
}
td.aboutus {
	padding: 0;
	margin: 0;
	line-height: 1.5;
}
p.aboutus {
	padding-top: 6px;

}
h1 {
	font-size: 18px;
	font-weight: bold;
}
.hand {cursor: pointer;}
