@charset "UTF-8";

body {
	width: 960px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #d4d4d4;
	text-align: center;
	margin: 10px auto 10px auto;
	padding: 0px;
}

#header-wrap {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 960px;
}

#logo_aligment {
	float: left;
	position: relative;
	width: 140px;
	margin: 10px;
	text-align: left;
}

.no_border {
	border: 0;
	}

form {
	margin: 0px;
	padding: 0px;
}

#flags {
	float: right;
	margin: 15px 3px 5px 5px;
	padding: 5px 5px 5px 0px;
	text-align: right;
}

.form_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
}

#clear_right {
	clear: right;
	visibility: hidden;
}

#header-navigation {
	float: right;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	text-align: right;
}

.clear_both {
	clear: both;
	visibility: hidden;
}

.canvas {
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}

a {
	text-decoration:underline;
	color:#f00;
}

h3 {
	margin: 5px 10px 0px 10px;
	padding-bottom: 2px;
	color: #039;
	font: 21pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 3px solid #F00;
	width: %70;
}

.boxgrid { 
	width: 300px; 
	height: 460px; 
	margin: 9px;
	padding: 0px;
	border: 1px solid #666;
	float: left; 
	overflow: hidden; 
	position: relative;
}

.boxgrid img { 
	position: absolute; 
	top: 0; 
	left: 0;
	border: 0; 
}
				
.boxgrid p{ 
	padding: 0 10px; 
	color: #039; 
	font-weight: bold; 
	font: 12px Tahoma, Arial, sans-serif;
	text-align: center;
	margin: 15px 7px 7px 7px;
	line-height: 19px;
}
				
.boxcaption { 
	float: left; 
	position: absolute; 
	background: #eee; 
	height: 140px; 
	width: 100%; 
	border: 1px solid #666;
	margin: 1px -1px 1px -1px;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Enabled=True, Opacity=80);
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Enabled=True, Opacity=80)";
}

.captionfull .boxcaption {
	top: 360px;
	left: 0;
}

.caption .boxcaption {
	top: 410px;
	left: 0;
}
