diff --git a/src/js/rulesAssistantOptions.js b/src/js/rulesAssistantOptions.js
index 4a020dd7464cec80229f559a4e94e2ff4904e5db..fb46ccad104da296572decaf1b58125f0392c888 100644
--- a/src/js/rulesAssistantOptions.js
+++ b/src/js/rulesAssistantOptions.js
@@ -3064,10 +3064,10 @@ window.rulesAssistantOptions = (function() {
 			const other = new ListSubSection(this, "Other", [
 				["Neck", "neck"],
 				["Chest", "chest"],
-				["Belly", "belly"],
-				["Pubic mound", "pubic mound"],
 				["Back", "back"],
-				["Lower Back", "lower back"]
+				["Lower Back", "lower back"],
+				["Belly", "belly"],
+				["Pubic mound", "pubic mound"]
 			]);
 
 			// Ignoring testicles and penis for now, as not all slaves have them.
diff --git a/src/uncategorized/bodyModification.tw b/src/uncategorized/bodyModification.tw
index 9af56a717af76e219cbb1117fdb50a1a739b2bb5..1dc154dd12683b7bf8694f7601ea42dffa70690b 100644
--- a/src/uncategorized/bodyModification.tw
+++ b/src/uncategorized/bodyModification.tw
@@ -998,16 +998,36 @@ Or design your own: <<textbox "$brandDesign.local" $brandDesign.local "Body Modi
 
 <br>&nbsp;&nbsp;&nbsp;&nbsp;
 Choose a site for branding:
+
+/* Head */
 <<if $activeSlave.earShape != "none">>[[Ears|Body Modification][$brandTarget.local = "ear"]]<</if>>
 | [[Cheeks|Body Modification][$brandTarget.local = "cheek"]]
-| [[Shoulders|Body Modification][$brandTarget.local = "shoulder"]]
+| [[Neck|Body Modification][$brandTarget.local = "neck"]]
+
+/* Torso */
+| [[Chest|Body Modification][$brandTarget.local = "chest"]]
 | [[Breasts|Body Modification][$brandTarget.local = "breast"]]
+| [[Back|Body Modification][$brandTarget.local = "back"]]
+| [[Lower Back|Body Modification][$brandTarget.local = "lower back"]]
+| [[Belly|Body Modification][$brandTarget.local = "belly"]]
+| [[Pubic Mound|Body Modification][$brandTarget.local = "pubic mound"]]
+<<if $activeSlave.dick > 0>>
+	| [[Penis|Body Modification][$brandTarget.local = "penis"]]
+<</if>>
+<<if $activeSlave.balls > 0 && $activeSlave.scrotum > 0>>
+	| [[Testicles|Body Modification][$brandTarget.local = "testicle"]]
+<</if>>
+
+/* Arms*/
+| [[Shoulders|Body Modification][$brandTarget.local = "shoulder"]]
 <<if $activeSlave.amp == 0>>
 	| [[Arm, upper|Body Modification][$brandTarget.local = "upper arm"]]
 	| [[Arm, lower|Body Modification][$brandTarget.local = "lower arm"]]
 	| [[Wrists|Body Modification][$brandTarget.local = "wrist"]]
 	| [[Hands|Body Modification][$brandTarget.local = "hand"]]
 <</if>>
+
+/* Legs */
 | [[Buttocks|Body Modification][$brandTarget.local = "buttock"]]
 <<if $activeSlave.amp == 0>>
 	| [[Thighs|Body Modification][$brandTarget.local = "thigh"]]
@@ -1015,18 +1035,6 @@ Choose a site for branding:
 	| [[Ankles|Body Modification][$brandTarget.local = "ankle"]]
 	| [[Feet|Body Modification][$brandTarget.local = "foot"]]
 <</if>>
-| [[Neck|Body Modification][$brandTarget.local = "neck"]]
-| [[Chest|Body Modification][$brandTarget.local = "chest"]]
-| [[Belly|Body Modification][$brandTarget.local = "belly"]]
-| [[Pubic Mound|Body Modification][$brandTarget.local = "pubic mound"]]
-<<if $activeSlave.dick > 0>>
-	| [[Penis|Body Modification][$brandTarget.local = "penis"]]
-<</if>>
-<<if $activeSlave.balls > 0 && $activeSlave.scrotum > 0>>
-	| [[Testicles|Body Modification][$brandTarget.local = "testicle"]]
-<</if>>
-| [[Back|Body Modification][$brandTarget.local = "back"]]
-| [[Lower Back|Body Modification][$brandTarget.local = "lower back"]]
 
 /* Branding expansion contributed by Anon1888 */