
html, body {
	font: 100% Verdana;
	/*background: #84002b;*/
	/*background-image:url(../img/bg.jpg);*/
	background-repeat:repeat-y;
	background-position:center top;

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;/*20px;*/
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #84002b;
	
	height:100%;
}


#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
background: #FFFFFF;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0 20px;
	min-height: 100%;
/*	margin-bottom: -50px;
/*	position: relative;
	overflow:auto;*/
}




#header {
	position:relative;
	padding: 20px 0 0 0 ;
	background-image:url(./img/companyname.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	height: 190px;	
	margin:0;
}

#flags {
	/*float:right;*/
	position:absolute;
	width:70px;
	right:0;
	top:20px;
}


#menu a:link, #menu a:visited {	
	outline:none;
	text-decoration:none;
	color: #84002b;
}
#menu a:hover{
	
	text-decoration: underline;
	color: #000000;
}

#menu {
/*	width: 100%;*/
	background: #FFFFFF;
	padding: 0 0 0 190px;
	margin:0;
}

#menu ul{
	margin: 0;
	padding: 0;
	white-space: nowrap;
	list-style:none;
}

#menu li{
	display:inline;
	list-style-type: none;
	padding-right:30px;
}

#menu a { 
	padding: 0;
	margin:0;
}



/*
#menu a:link, #menu a:visited
{
	color: #FFF;
	background-color: #06C;
	text-decoration: none;
	border:#FFF 1px solid;
}

#menu a:hover
{
	color: #06C;
	background-color: #FFF;
	text-decoration: underline;
	border:#06C 1px solid;
}
*/









#content {
	overflow:auto;
	padding: 0 0 50px 190px; /*150 on bottom for sticky footer*/
	
	
	/* remember that padding is the space inside the div box and margin is the space outside the div box 
	margin: 0px 15px 0px 0px;	*/
	/*min-height:400px;*/


}
#content p{
	font-size:small;
}

#content a:link, #content a:visited {
	text-decoration:none;
	color: #84002b;
}
#content a:hover {
	text-decoration: none;
	color: #000000;
}

#footer {	
	/*background-image:url(./img/foot.jpg);*/
	

	position: relative;
	margin-top: -50px; /* negative value of footer height */
	height: 50px;
	clear:both;
	
	width:100%;
	
	color:#84002b;
	text-align:center;
	font-size:11px;
}


/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

.tableof3 {	
	width:206px;
	float:left;
	text-align:center;
	
}
.tableof3 p{
font-size:small;
text-align:left;
}
.tableof3vert {
float:left; 
height:200px;
width:21px; 
/*background: url(./img/vspliter.jpg) no-repeat center ; */
}


