@charset "utf-8";
body {
	background:url(images/bg-body.jpg) repeat;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0;
}
#flags a img {
	border:none;
	float:right;
	padding:5px;
}
#page {
	background:url(images/urlborders.jpg) top center repeat-y;
	margin:0 auto;
	width:940px;
}
#page table {
	margin:0 auto;
	width:896px;
}
.upp {text-transform:uppercase;}
.cap {text-transform:capitalize;}
.low {text-transform:lowercase;}
.blue {color:#5dd0f6;}
.pink {color:#ea0c94;}
.white {color:#fff;}
p {margin:5px 15px;}
a {text-decoration:none;}
a:hover {text-decoration:underline;}
.ecc a {
	color:#888;
}

		/* The following added for two link boxes: */
 
#linkbox-container { /* makes link boxes stick to the center */
	margin:0 auto;
	position:relative;
	width:1400px; /* if you change linkbox widths, add/remove the same amount of pixels from this value */
}
#linkbox-left { /* left box */
	background-image: url(images/bgmain.jpg); /* left box background color */
/*	height:300px; /* you can set box height or remove the height line for an expanding box */
	left:0;
	position:absolute;
	text-align:left;
	top:100;
	width:280px;
}
#linkbox-right { /* right box */
	background-image: url(images/bgmain.jpg); /* right box background color */
/*	height:300px; /* you can set box height or remove the height line for an expanding box */
	right:0;
	position:absolute;
	text-align:center;
	top:100;
	width:280px;
	
}
#linkbox-left .llinks, #linkbox-right .llinks {
	padding:10px;
}
#linkbox-left a, #linkbox-right a { /* linkbox link styles */
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
#linkbox-left a:hover, #linkbox-right a:hover { /* linkbox link hover styles */
	text-decoration:underline;
}
.clear {
	clear:both;
}