body { 
   background-color: #ffffff;
   margin-top:0px;
   margin-right:0px;
   margin-left:0px;
   margin-bottom:0px;
   font-family: arial,sans-serif;
   font-size: 12px;
   color: #333333;
   line-height: 17px;
   
}
TD, P, UL, LI {
   font-size:12px;
   line-height: 17px;
}

H1 {
   color:#444444;
   font-size:16px;
}

H2 {
   font-size:14px;
}
#header_table H2 {
   font-size:15px;
}
#header_table H3 {
   font-size:13px;
}

A:link { font-size: 12px; text-decoration: none; font-weight: bold; color: #333333; } 
A:visited { font-size: 12px; text-decoration: none; font-weight: bold; color: #333333; } 
A:hover { 	font-size: 12px; text-decoration: underline; font-weight: bold; color: #333333; }

A.nav:link { font-size: 12px; text-decoration: none; font-weight: normal; color: #333333; } 
A.nav:visited { font-size: 12px; text-decoration: none; font-weight: normal; color: #333333; } 
A.nav:hover { 	font-size: 12px; text-decoration: underline; font-weight: normal; color: #333333; }

A.copy:link { font-size: 11px; text-decoration: none; font-weight: normal; color: #333333; } 
A.copy:visited { font-size: 11px; text-decoration: none; font-weight: normal; color: #333333; } 
A.copy:hover { 	font-size: 11px; text-decoration: underline; font-weight: normal; color: #333333; }

/* top table */
#main_table {
   width:100%;
   padding:0px;
   margin:0px;
   border:none;
}

#main_menu, #header_table,#content_table{
   width:800px;
}

#main_menu {
   height:120px;
   background-image:url('/images/header_logo.jpg');
   background-position:bottom right;
   background-repeat:no-repeat;
}

#header_back {
   background-color:#212121;
   height:200px;
}
#sub_menu {
   background-color:#cecece;
   padding:10px;
   height:200px;
   
}

#sub_menu A {

font-weight:normal;
}	
#header_image, #content {
   width:600px;
}
#header_image {
   height:200px;
}

#content {
   width:580px;
   padding:10px;
   background-image:url('/images/background.jpg');
   background-repeat:no-repeat;
   background-position:bottom left;

}

#content DT {
   font-weight:bold;
   font-size:14px;
   margin:0px;
   padding:0px;
}

#content DD {
   padding-left:4px;
   margin-left:7px;
   margin-top:2px;
}
#content P {
   padding:0px;
   margin:0px;
}
A.main_menu_item, A.main_menu_item_selected {
   font-size:14px;
   display:block;
   float:left;
   padding: 10 13;
   border-right:1px dotted #333333;
   border-top:8px solid #231f20;
   font-weight:normal;
}
A.main_menu_item_selected {
   border-top:8px solid yellow;
}


#sub_content {
   border-left:1px dotted #333333;
   border-right:1px dotted #333333;
   border-top:8px solid yellow;
   padding:10px;
}

.fotos {
   margin:0 auto;
   width:450px;
}
.fotos A {
   margin:10px;
   border:0px;
   border:5px solid #cecece;
   display:block;
   width:180px;
   float:left;
}

.fotos A:hover {
   border-color: yellow;
}
.fotos IMG {
   padding:0px;
   border:0px;
}

