body {
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	/* background-color:#5b6e87; */
	background-color:#000000;
	margin:0;
	padding:0;
}

* :focus { 
	outline: 0px; 
	}
	
* {
padding: 0px;
margin: 0px;
}

#container {
	background-color:#000000;
}

#main {
	position:relative;
	background-color:#000000;
	width:100%;
}

#flashContent { 
	position:relative;
	top:50px;
	width:800px; 
	height:400px;
	border-style:solid; 
	border-width:1px;
	border-color:#333;
}

#logo {
	position:relative;
	background-color:#ffffff;
	top:0px;
	left: 0px;
	width: 800px;
	height:400px;
}

#addresses {
	position: relative;
	top: 80px;
	left:0px;
	width: 500px;
	border-width:0px;
	border-style:none;
	border-color:#333333;
	height: 450px;
	font-size:12px;
	color: #FFFF99;
}

#grove {
	position: absolute;
	top:0px;
	left:140px;
	width: 200px;
	/*border-width:0px;
	border-style:none;
	border-color:#333333;*/
	text-align:left;
	height: 60px;
	padding-left:10px;
}

#paris {
	position: absolute;
	top: 80px;
	left:50px;
	width: 165px;
	/*border-width:1px;
	border-style:solid;
	border-color:#333333;*/
	text-align:right;
	height: 70px;
}

#netherlands {
	position: absolute;
	top: 80px;
	left:225px;
	width: 250px;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#FFFF99;;
	text-align:left;
	height: 85px;
	padding-left:10px;
	
}

#contactus {
	position: absolute;
	top: 180px;
	left:50px;
	width: 350px;
}

a.topMenu:link  {
	color:#ffffff;
	text-decoration: none;
}

a.topMenu:visited  {
	color:#ffffff;
	text-decoration: none;
}

a.topMenu:hover  {
	color:#ffffff;
	text-decoration:underline;
}

a.topMenu:active  {
	color:#ffffff;
	text-decoration: none;
}

a.rightMenu:link  {
	color:#000000;
	text-decoration: none;
}

a.rightMenu:visited  {
	color:#000000;
	text-decoration: none;
}

a.rightMenu:hover  {
	color:#000000;
	text-decoration:underline;
}

a.rightMenu:active  {
	color:#000000;
	text-decoration: none;
}

.smallTitle {
	font-weight:bold;
}

#footer {
	position:absolute;
	width: 850px;
	height: 20px;
	top: 925px;
	left:8px;
	/*border-width:thin;
	border-style:dashed;*/
	text-align:left;
	font-size:12px;
	color:#660000;
}

#phone {
	position:absolute;
	width:200px;
	left: 10px;
	top:0px;
	height:20px;
}

#fax {
	position:absolute;
	width:200px;
	left: 170px;
	top:0px;
	height:20px;
}

#address {
	position:absolute;
	width:500px;
	left: 160px;
	top:0px;
	height:20px;
}

#email {
	position:absolute;
	width:200px;
	left: 360px;
	top:0px;
	height:20px;
}

a.emailContact:link  {
	color:#F9A416;
	text-decoration: none;
}

a.emailContact:visited  {
	color:#F9A416;
	text-decoration: none;
}

a.emailContact:hover  {
	color:#F9A416;
	text-decoration:underline;
}

a.emailContact:active  {
	color:#F9A416;
	text-decoration: none;
}

a.addressMap:link  {
	color:#660000;
	text-decoration: none;
}

a.addressMap:visited  {
	color:#660000;
	text-decoration: none;
}

a.addressMap:hover  {
	color:#660000;
	text-decoration:underline;
}

a.addressMap:active  {
	color:#660000;
	text-decoration: none;
}


