/*  */

html { min-height: 100%; margin-bottom: 1px; 
}

/*** IE Fix ***/
/* * html #left {
  left: 150px;          
}*/

body {
	background-image: url(images/bkg.gif);
	margin: 0;
	padding: 0;
	height: 100%
}

#wrapper {
	position: relative;
	background-color: #fff;
	border: 5px solid #906;
	top: 20px;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
} 

p {
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #033;
	}
	

h2  {font-size: 12px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #033;
	font-weight: bold;
	padding-left: 7px;
	margin-left: 10px;
}

#gohome a {
	position: absolute;
  	height: 90px;
  	width: 265px;
  	left: 215px;
	top: 26px;
  	text-decoration: none;
  }
  
 #gohome a i {
	visibility: hidden;
  }
  
  
a#home { left: 215px; }

.inside a:link, .mid a:link {
	font: Arial, Helvetica, sans-serif;
	font-size:  12px;  
	color: #033;
	text-decoration: underline;
	}
	
.inside a:visited, .mid a:visited {
	font: Arial, Helvetica, sans-serif;
	font-size:  12px;  
	color: #033;	
	text-decoration: underline;
	}
	
.inside a:hover, .mid a:hover {
	color: #906;
	text-decoration: none;
	}	
	
.anchor a:link {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #033;
	line-height: 16px;
	margin-left: 0px;
  	text-decoration: none;
	}
	
.anchor a:visited {
	font-size: 12.5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #033;
	line-height: 16px;
	margin-left: 0px;
	text-decoration: none;
	}
	
.anchor a:hover {
	color: #906;
	text-decoration: none;
	}	

ul.disc	{
	font-size: 12.5px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #033;
	list-style-type: disc;
  	margin-right: 18px;	
}

li	{
	list-style-type: disc;
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #033;
}

p.notext	{ 
	display: none;
}

#header	{
	float: left;
}

#header .logo {
 	position: absolute;
	left: 215px;
	top: 34px;
}

#header .contact {
	position: relative;
	/*top: -40px;*/
	left: 412px;
}

#container {
 	float: left;
  	width: 100%;
  	height: 100%;
}

#left {
	float: left;
	background-image: url(images/path2.gif);
	background-repeat: no-repeat;
	background-position: 31px 0px;  
 	width: 140px;         
  	height: 400px; 
	/*border: 1px solid black;*/
}

#left p	{ 
	color: #906;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	text-align: left;
	padding-left: 8px;
	margin-top: 22px;
}

#left a:link {
	color: #366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	line-height: 17px;
	text-align: left;
	text-decoration: none;
}

#left a:visited {
	color: #366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	line-height: 17px;
	text-align: left;
	text-decoration: none;
}
#left a:hover	{
	color: #906;
	text-decoration: none;
}
  
p.intro  {
	text-align: center;
	font-style: italic;
}
  
p.center {
text-align: center;
  }
    
p.notext	{ 
display: none;
}

#grass{
  	margin-left: 170px;
  	width: 362px;
  	height: 100%
  }
  
#grass p {
  	margin-left: 18px;
  	margin-right: 18px;

  }

#grass .top {
	background-image: url(images/borders/grassMid.gif);
	background-repeat: repeat-y;
	height: 30px;
	
  }
  
#grass .mid {
	background-image: url(images/borders/grassMid.gif);
	background-repeat: repeat-y;
  }
  
#grass .end {
	background-image: url(images/borders/grassEnd.gif);
	background-repeat: no-repeat;
	height: 42px;
  }
  

  
/* #side  {
  	float: right;
  	margin-top: -630px;
  	width: 151px;
  	height: 500px;
  	padding-right: 18px;
}*/

#side  {
  	position: absolute;
  	width: 151px;
  	height: 100px;
  	margin-top: 200px;
  	margin-left: 200px;
  	padding-right: 180px;
  	padding-left: 375px;
}

#footer {
	width: 700px;
	padding: 5px;
  	clear: both;
}

#footer p {
	color: #366;
	font-size: 9px;
	padding: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #033;
	text-align: center;
	bottom: 0;
	clear: both;
}