/* CSS Document */

body {
margin:0;
padding:0;
background:#7DE6FC; 
font-family: verdana, helvetica, sans-serif;
color:#000;
}

#header {
width:auto;
height:93px;
background:url("images/header_bg.jpg");
text-align:right;
font-size:8pt;
color:#fff;
padding-right:20px;
}

#menu {
width:auto;
padding-left:20px;
background:#7DE6FC;
height:20px;
line-height:20px;
border-top: 1px solid #333; 
border-bottom: 1px solid #333;
}

#menu a {
font-size:8pt;
font-weight:900;
padding:5px 5px 5px 5px;
text-decoration:none;
color:#1B5875;
}

#menu a:hover {
background:#1B5875;
color:#FFEA14;
}

#container {
width:100%;
background:#fff url("images/center_bg.jpg") repeat-x bottom;  
}

#left {
	padding:20 20 10 10;
}

#center {
	padding:20 0 0 0;
	font-family: verdana, helvetica, sans-serif;
	font-size:9pt;
	text-align:justify;
}

#right {
	padding:20 0 10 20;
}

#caption{
font-size:9pt;
font-weight:500;
}

#footer {
width:auto;
padding-left:20px;
padding-right:20px;
background:#7DE6FC;
height:12px;
line-height:12px;
border-top: 1px solid #333; 
border-bottom: 1px solid #333;
font-size:8pt;
color:#1B5875
}

#imag a{
font-size:6pt;
color:#1B5875;
text-decoration:none;
}

#imag a:hover{
font-size:6pt;
color:#fff;
text-decoration:underline;
}

