body {
	font-family: arial;
	font-size: 80%;
	border: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

	background-image: url("/images/gin_bg.jpg");
	background-repeat: repeat-x, repeat-y;
				
}

img {
	border-style: none;
}

#company {
	position: absolute; 
	z-index: 5; 
	top: 0; 
	left: 0px;
}

#company img {
	border-style: solid;
	border-color: black;
	border-width: 0px 1px 1px 0px;	
}


#headerImage {
	
	border-style: solid;
	border-color: black;
	border-width: 1px 0px 1px 1px;	

	
	position: absolute;
	top: 100px;
	left: 200px;
}


#headerImage img {
	float: right;
	text-align: right;
	margin: 0px 0px 0px 0px;
}

#searchBox {
	float: right;
	margin-right: 15px;
	margin-top: 5px;
	text-align: right;
	line-height: 2em;
	
}




#menu 
{
	position: absolute;
	top: 101px;
	left: -32px;	
}

#menu li 
{
	list-style: none;
		
	padding: 0 25px 0 5px; 
	margin-right: 5px;
	margin-bottom: 3px;
	background: url(/images/diamond-black.gif) 100% 66% no-repeat;
	
	border-top: dotted 1px #FFFFFF;
	border-bottom: dotted 1px #666666;
}

#menu li:hover {
	display: block;
	background-color: #A6A482;
	border-bottom: dotted 1px #666666;
	border-top: dotted 1px #666666;
}

#menu a {
	text-decoration: none;	
	color: #454434;
	display: block;
}




#newsContainer {
	position: absolute;
	top: 450px;
	left: 0px;
	width: 201px;
}

#news {	
	border-style: solid;
	border-color: black;
	border-width: 1px 1px 1px 0px;

}

#news h3 {
	margin: 10px;
	text-align: center;
}

#news hr {
	margin: 10px 25px 10px 25px;
}

#news p {
	margin: 10px;
}

#newsletter {
	position: relative;
	top: 10px;	


	border-style: solid;
	border-color: gray;
	border-width: 1px 1px 1px 0px;
	
	background-color: #ecdbc5;
	text-color: #FFFFFF;	
}

#newsletter p,form{
	margin: 10px;
	text-align: center;
}

#content {
	position: relative;
	top: 350;
	left: 201;
		
  
  	line-height: 1.5em;
	padding-left: 1em;
	padding-top: 1em;
}

#content p {
/*	margin-left: 2em;*/
}
