@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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 */
	color: #000000;
	background-color: #666666;	
	background-repeat: repeat;
}
 #container {
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */	
	/* -moz-border-radius-topleft: 30px;
	/*-moz-border-radius-bottomright: 30px;
	 -moz-border-radius-bottomleft: 30px; */
	
} 
#header {
	background-color: #DDDDDD;
	background-image: url(images/logo90.jpg);
	background-position: right top;
	height: 250px;
} 
#menu {
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 50px;
	width: 100%;
}

#menu ul {
        border: 0;
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: center;
}

#menu ul li {
        display: block;
        float: left;
        text-align: center;
        padding: 0;
        margin: 0;
}

#menu ul li a {
	width: 120px;
	height: 50px;
	border-right: none;
	padding: 0;
	margin: 0;
	color: #000;
	text-decoration: none;
	display: block;
	text-align: center;
	line-height: 50px;
	font-weight: bold;
	vertical-align: middle;
}

#menu ul li a:hover {
	text-decoration: none;
	color: #FFF;
}

#menu a:active {
	color: #fff;
}

#menu li#active a {
	border: 1px solid #c60;
	color: #fff;
}
#sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 22%; /* top and bottom padding create visual space within this div  */
}
#sidebar1 h1, #sidebar2 h1{
	font-size: 16px;
	line-height: 37px;
	background-image: url(images/sidebar.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	vertical-align: middle;
	height: 37px;
	text-shadow:1px 1px 0px #E4F1FF;
}
#sidebar1 a {
	color: #C00;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
#sidebar1 a:hover {
	color: #999;
	text-decoration: none;
}
#sidebar1 li {
	list-style-type: none;
	margin-top: 2px;
	margin-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#sidebar1 ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
 #sidebar1 p,  #sidebar1 h3,  #sidebar2 p,  #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
#sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 23%; /* top and bottom padding create visual space within this div */
}
#mainContent { 
	margin: 0 24% 0 23.5%; }

#mainContent a {
	color: #C00;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	}
#mainContent p{
	font-size: 12px;
	text-align: justify;
}
#mainContent a:hover {
	color: #999;
	text-decoration: none;
	}
#mainContent li {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	font-size: 12px;
	text-align: justify;
}
#mainContent ul {
	margin: 3px;
	padding: 3px;
}
#mainContent h1{
	margin-top: 15px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 20px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	text-shadow:1px 1px 0px #E4F1FF;
	background-color:#CCC;
	padding: 0px;	
}
#mainContent h2{
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 18px;
	text-shadow:0px 3px 3px #999;
}
#mainContent h3{
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 16px;
	text-shadow:0px 3px 3px #999;
}

#footer {
	padding: 0;
	background-image: url(images/menu.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	height: 50px;
} 
 #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.foto {
	margin: 3px;
	padding: 3px;
	border: 1px solid #999;
}
.foto img {opacity:0.5;}
.foto a:hover img { opacity:1; }

#twitter{
  border: 1px solid #999;
  margin:5px;  
  -moz-border-radius:20px;
  -webkit-border-radius:20px;
  -border-radius: 20px;
}
#twitter p{
  font-size:12px; 
  padding-left:3px; 
  text-align:justify;  
  marign-botton:5px;
  
  }
.column { padding:3px; margin:3px;}
.column img { border:2px solid #999;margin:4px 0;opacity:1; }
.column:hover img { opacity:0.5; }
.column p { font-size:11px;padding:4px 0; }
.column:last-of-type { padding:10px 0; }

#button {
	border:1px solid #999;
	background-color:#E6E6E6;
	margin:3;
	padding:3;
	width:200px;
	height:50px;
	text-align:center;
	vertical-align: middle;
	line-height: 50px;
}
#button a:hover {
	color: #000;
	background-color: #CCC;
	border:1px solid #999;
	margin:3;
	padding:3;	
	height:50px;
	text-align:center;
	vertical-align: middle;
	line-height: 50px;
}

