@charset "UTF-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	
	color: #00338D;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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 */
}
.oneColFixCtr #container {
	width: 989px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 605px;
	background: #FFF;
	margin: 0 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. */
	
}

h1{
	font:bold;
}
h2{
	font:italic;
}
h3{
	font:bold italic;
}


#logo {
	position: relative;
	top: 24px;
	left: 204px;
	width: 345px;
	height: 150px;
}

#menu {
	
	float: left;
	position:relative;
	top: 40px;
	width:130px;
	height:400px;
	z-index:+2;
}
#menu ul { list-style-type: none; }
#menu ul li {  }
#menu ul li a {display: block; }
#menu ul li.menu a {background: url(images/menu1.gif); width: 130px; height:40px; text-align:left; line-height:2.8; font-size:14px;}
#menu ul li.menus a {background: url(images/menu1.gif); width: 130px; height:40px; background-position: 0 -40px; text-align:left;  line-height:2.8; color: #FFB612; font-size: 14px;}
#menu ul li.menu3 {background: url(images/menu3.gif); width: 130px; height:40px; text-align:left; line-height:2.8; font-size:14px;}
#menu ul li.menu3s {background: url(images/menu3.gif); width: 130px; height:40px; background-position: 0 -40px; text-align:left;  line-height:2.8; color: #FFB612; font-size: 14px;}
#menu ul li.space { }
#menu ul li a:hover {background-position: 0 40px; }
#menu ul li a:selected {background-position: 0 -40px; }

a.m { color: #00338D; text-decoration:none;}
a.m:hover { color: #FFB612; text-decoration:none;}

#menu2 {
	position:relative;
	float: left;
	left: 25px;
	top: 40px;
	width:130px;
	height:400px;
}

#menu2 ul { list-style-type: none; }
#menu2 ul li {  }
#menu2 ul li a {display: block; }
#menu2 ul li.menu2 a {background: url(images/menu2.gif); width: 130px; height:40px; text-align:left; line-height:2.8; font-size:14px;}
#menu2 ul li.menu2s a {background: url(images/menu2.gif); width: 130px; height:40px; background-position: 0 -40px; text-align:left;  line-height:2.8; font-size: 14px;}	
#menu2 ul li.menu4 {background: url(images/menu3.gif); width: 130px; height:40px; text-align:left; line-height:2.8; font-size:14px;}
#menu2 ul li.menu4s {background: url(images/menu3.gif); width: 130px; height:40px; background-position: 0 -40px; text-align:left;  line-height:2.8; font-size: 14px;}	
#menu2 ul li.space { }
#menu2 ul li a:hover {background-position: 0 40px; }
#menu2 ul li a:selected {background-position: 0 -40px; }

a.m2 { color: #00338D; text-decoration:none;}
a.m2:hover { }

#menu3{
	background-color: #FFB612;
	width:130px;
	height: 40px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	behavior:url(border-radius.htc);
	position:relative;
	top: 20px;
	left: 20px;
}
#menu4{
	background-color: #00338D;
	width:130px;
	height: 40px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	behavior:url(border-radius.htc);
	position:relative;
	top: 20px;
	left: 20px;
}
#mainPlaceholder{
	float:left;
	position: relative;
	top: 56px;
	left: 90px;
	width: 400px;
	
}
	
#mainBorder {
	
	background:#FFF;
	border: 2px #FFB612 solid;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	behavior:url(border-radius.htc);
	
	height: 384px;
}
#mainContent{
	font-size:14px;
	line-height:1.6;
	
	
	padding-left: 16px;
	padding-right: 16px;
}


#foto1border{
	float: right;
	position: relative;
	top: -128px;
	right: 44px;
	width: 170px;
	background:#FFF;
	
	height: 130px;
}

#foto2border{
	float:right;
	position: relative;
	top: -112px; 
	right: 44px;
	width: 170px;
	background:#FFF;
	
	height: 130px;
}
#foto3border{
	float:right;
	position: relative;
	right: 44px;
	top: -96px;
	width: 170px;
	background:#FFF;
	
	height: 130px;
}
#foto4border{
	float:right;
	position: relative;
	top: -78px;
	right: -126px;
	width: 170px;
	background:#FFF;
	
	height: 130px;
}

.curved{
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	behavior:url(border-radius.htc);
}

