diff --git a/Manuals/Tcar-fs/en_US/Trunk/chapter-menu.texinfo b/Manuals/Tcar-fs/en_US/Trunk/chapter-menu.texinfo
index 4c92cc8..c30f7fd 100644
--- a/Manuals/Tcar-fs/en_US/Trunk/chapter-menu.texinfo
+++ b/Manuals/Tcar-fs/en_US/Trunk/chapter-menu.texinfo
@@ -4,8 +4,12 @@
 * Trunk Identity Fonts::
 * Trunk Identity Images::
 * Trunk Identity Images Brands::
+* Trunk Identity Images Brands Logos::
+* Trunk Identity Images Brands Symbols::
 * Trunk Identity Images Themes::
 * Trunk Identity Models::
+* Trunk Identity Models Brands::
+* Trunk Identity Models Brands Logos::
 * Trunk Identity Palettes::
 * Trunk Identity Patterns::
 * Trunk Identity Webenv::
diff --git a/Manuals/Tcar-fs/en_US/Trunk/chapter-nodes.texinfo b/Manuals/Tcar-fs/en_US/Trunk/chapter-nodes.texinfo
index 6cfe839..69006c4 100644
--- a/Manuals/Tcar-fs/en_US/Trunk/chapter-nodes.texinfo
+++ b/Manuals/Tcar-fs/en_US/Trunk/chapter-nodes.texinfo
@@ -3,8 +3,12 @@
 @include Trunk/identity-fonts.texinfo
 @include Trunk/identity-images.texinfo
 @include Trunk/identity-images-brands.texinfo
+@include Trunk/identity-images-brands-logos.texinfo
+@include Trunk/identity-images-brands-symbols.texinfo
 @include Trunk/identity-images-themes.texinfo
 @include Trunk/identity-models.texinfo
+@include Trunk/identity-models-brands.texinfo
+@include Trunk/identity-models-brands-logos.texinfo
 @include Trunk/identity-palettes.texinfo
 @include Trunk/identity-patterns.texinfo
 @include Trunk/identity-webenv.texinfo
diff --git a/Manuals/Tcar-fs/en_US/Trunk/identity-images-brands-logos.texinfo b/Manuals/Tcar-fs/en_US/Trunk/identity-images-brands-logos.texinfo
new file mode 100644
index 0000000..00a2741
--- /dev/null
+++ b/Manuals/Tcar-fs/en_US/Trunk/identity-images-brands-logos.texinfo
@@ -0,0 +1,42 @@
+@node Trunk Identity Images Brands Logos
+@section @file{trunk/Identity/Images/Brands/Logos}
+@cindex Trunk identity images brands logos
+
+The @file{trunk/Identity/Images/Brands/Logos} exists to organize
+images related to The CentOS Logos, in different formats (e.g., PNG,
+JPG, PDF, TIF, XBM, XPM) and dimensions. 
+
+The CentOS Logo is a construction made of The CentOS Symbol and The
+CentOS Type. The CentOS Symbol and The CentOS Logo are the main visual
+manifestations of the organization known as @value{TCPROJ}.  As The
+CentOS Symbol, The CentOS Logo is used to ``brand'' images produced by
+@value{TCPROJ} and provide a visual connection between images so they
+can be monolithically recognized as part of @value{TCPROJ}. The CentOS
+Logo must be exactly the same everytime it is printed out and a route
+to reproduce it in such a way must be available so as to avoid
+reproduction mistakes when images are branded with it.
+
+The @file{trunk/Identity/Images/Brands/Logos} directory and the files
+inside it aren't under version control.
+
+The @file{trunk/Identity/Images/Brands/Logos} directory contains files
+used by the @file{redhat-logos} package, specifically the files inside
+the @file{/usr/share/pixmaps/redhat} directory.
+
+The @file{trunk/Identity/Images/Brands/Logos} directory organizes
+files under directories numerically named (e.g., @file{48}, @file{64},
+@file{128}, etc.).  Inside these directories, image files are stored
+in specific heights and named as
+@file{centos-<something>.<extension>}, where @code{<somthing>}
+describes the file content and @code{<extension>} sets the file
+extension. In all cases, the directory name can be used as reference
+to determine the image height of files stored inside.  For example,
+the directory @file{48} stores image files of 48 pixels height in
+different formats.
+
+Content rendition inside @file{trunk/Identity/Images/Brands/Logos}
+directory takes place through the following command:
+
+@verbatim
+centos-art render trunk/Identity/Images/Brands/Logos --dont-commit-changes
+@end verbatim
diff --git a/Manuals/Tcar-fs/en_US/Trunk/identity-images-brands-symbols.texinfo b/Manuals/Tcar-fs/en_US/Trunk/identity-images-brands-symbols.texinfo
new file mode 100644
index 0000000..cfcd6d4
--- /dev/null
+++ b/Manuals/Tcar-fs/en_US/Trunk/identity-images-brands-symbols.texinfo
@@ -0,0 +1,8 @@
+@node Trunk Identity Images Brands Symbols
+@section @file{trunk/Identity/Images/Brands/Symbols}
+@cindex Trunk identity images brands symbols
+
+...
+
+@menu
+@end menu
diff --git a/Manuals/Tcar-fs/en_US/Trunk/identity-images-brands.texinfo b/Manuals/Tcar-fs/en_US/Trunk/identity-images-brands.texinfo
index 69241af..ab0126a 100644
--- a/Manuals/Tcar-fs/en_US/Trunk/identity-images-brands.texinfo
+++ b/Manuals/Tcar-fs/en_US/Trunk/identity-images-brands.texinfo
@@ -2,23 +2,12 @@
 @section @file{trunk/Identity/Images/Brands}
 @cindex Trunk identity images brands
 
-The @file{trunk/Identity/Images/Brands} directory exists to store
-branding images related to @value{TCPROJ} (e.g., The CentOS Logo, The
-CentOS Symbol and The CentOS Type) in different formats (e.g., PNG,
-JPG, PDF, TIF, XBM, XPM, etc.) and dimensions.
-
-The images stored in @file{trunk/Identity/Images/Brands} directory
-aren't under version control. Instead, they are produced from design
-models stored in @file{trunk/Identity/Models/Brands} directory (which
-are under version controll, indeed); using the @code{render}
-functionality of @command{centos-art.sh} script.
-
-The @file{trunk/Identity/Images/Brands} directory isn't and mustn't be
-localized. Branding information must be rendered just as conceived
-inside SVG design models.
+The @file{trunk/Identity/Images/Brands} directory exists to organize
+brand information related to @value{TCPROJ}.
 
 The @file{trunk/Identity/Images/Brands} directory is organized in the
 following components:
 
 @menu
+* Trunk Identity Images Brands Logos::
 @end menu
diff --git a/Manuals/Tcar-fs/en_US/Trunk/identity-models-brands-logos.texinfo b/Manuals/Tcar-fs/en_US/Trunk/identity-models-brands-logos.texinfo
new file mode 100644
index 0000000..3e01581
--- /dev/null
+++ b/Manuals/Tcar-fs/en_US/Trunk/identity-models-brands-logos.texinfo
@@ -0,0 +1,8 @@
+@node Trunk Identity Models Brands Logos
+@section @file{trunk/Identity/Models/Brands/Logos}
+@cindex Trunk identity models brands logos
+
+...
+
+@menu
+@end menu
diff --git a/Manuals/Tcar-fs/en_US/Trunk/identity-models-brands.texinfo b/Manuals/Tcar-fs/en_US/Trunk/identity-models-brands.texinfo
new file mode 100644
index 0000000..e6bd846
--- /dev/null
+++ b/Manuals/Tcar-fs/en_US/Trunk/identity-models-brands.texinfo
@@ -0,0 +1,9 @@
+@node Trunk Identity Models Brands
+@section @file{trunk/Identity/Models/Brands}
+@cindex Trunk identity models brands
+
+...
+
+@menu
+* Trunk Identity Models Brands Logos::
+@end menu
diff --git a/Manuals/Tcar-fs/en_US/Trunk/identity-models.texinfo b/Manuals/Tcar-fs/en_US/Trunk/identity-models.texinfo
index e8a1aa3..3b67363 100644
--- a/Manuals/Tcar-fs/en_US/Trunk/identity-models.texinfo
+++ b/Manuals/Tcar-fs/en_US/Trunk/identity-models.texinfo
@@ -4,4 +4,5 @@
 ...
 
 @menu
+* Trunk Identity Models Brands::
 @end menu