diff --git a/_posts/0000-01-01-Character-Sheet.html b/_posts/0000-01-01-Character-Sheet.html
index 31b5556..b5fb7d0 100644
--- a/_posts/0000-01-01-Character-Sheet.html
+++ b/_posts/0000-01-01-Character-Sheet.html
@@ -4,6 +4,9 @@ tags: [Rules, None, None]
---
-The character sheet composes the Stats page, the
-Skills page, …
+ The character sheet is composed of the Stats page, the
+ Skills page, the Benefits
+ page, the Abilities page, the
+ Spells page, the Gear page and
+ the Notes page.
\ No newline at end of file
diff --git a/_posts/Character-Sheet/0000-01-01-Abilities.html b/_posts/Character-Sheet/0000-01-01-Abilities.html
new file mode 100644
index 0000000..f453ba4
--- /dev/null
+++ b/_posts/Character-Sheet/0000-01-01-Abilities.html
@@ -0,0 +1,79 @@
+---
+layout: ikrpg
+tags: [Rules, None, None]
+categories: [ Character-Sheet ]
+---
+
+
+
+
\ No newline at end of file
diff --git a/_posts/Character-Sheet/0000-01-01-Benefits.html b/_posts/Character-Sheet/0000-01-01-Benefits.html
new file mode 100644
index 0000000..2daa735
--- /dev/null
+++ b/_posts/Character-Sheet/0000-01-01-Benefits.html
@@ -0,0 +1,74 @@
+---
+layout: ikrpg
+tags: [Rules, None, None]
+categories: [ Character-Sheet ]
+---
+
+
+
+
\ No newline at end of file
diff --git a/_posts/Character-Sheet/0000-01-01-Gear.html b/_posts/Character-Sheet/0000-01-01-Gear.html
new file mode 100644
index 0000000..e86ee90
--- /dev/null
+++ b/_posts/Character-Sheet/0000-01-01-Gear.html
@@ -0,0 +1,134 @@
+---
+layout: ikrpg
+tags: [Rules, None, None]
+categories: [ Character-Sheet ]
+---
+
+
+
+
\ No newline at end of file
diff --git a/_posts/Character-Sheet/0000-01-01-Notes.html b/_posts/Character-Sheet/0000-01-01-Notes.html
new file mode 100644
index 0000000..9be2477
--- /dev/null
+++ b/_posts/Character-Sheet/0000-01-01-Notes.html
@@ -0,0 +1,79 @@
+---
+layout: ikrpg
+tags: [Rules, None, None]
+categories: [ Character-Sheet ]
+---
+
+
+
+
\ No newline at end of file
diff --git a/_posts/Character-Sheet/0000-01-01-Spells.html b/_posts/Character-Sheet/0000-01-01-Spells.html
new file mode 100644
index 0000000..9371394
--- /dev/null
+++ b/_posts/Character-Sheet/0000-01-01-Spells.html
@@ -0,0 +1,140 @@
+---
+layout: ikrpg
+tags: [Rules, None, None]
+categories: [ Character-Sheet ]
+---
+
+
+
+
\ No newline at end of file
diff --git a/_posts/Character-Sheet/0000-01-01-Stats.html b/_posts/Character-Sheet/0000-01-01-Stats.html
index d8d9117..cf9b2dd 100644
--- a/_posts/Character-Sheet/0000-01-01-Stats.html
+++ b/_posts/Character-Sheet/0000-01-01-Stats.html
@@ -118,7 +118,13 @@ categories: [ Character-Sheet ]
"def_mod": 0,
"arm_mod": 0,
"cmd_mod": 0,
- "xp": 0
+ "xp": 0,
+ "hash": "stats",
+ "r1m1": true,
+ "r2m1": false,
+ "r1m2": false,
+ "r2": false,
+ "m2": false
};
\ No newline at end of file
diff --git a/static/images/sheet/Abilities.png b/static/images/sheet/Abilities.png
new file mode 100644
index 0000000..9c9b15a
Binary files /dev/null and b/static/images/sheet/Abilities.png differ
diff --git a/static/images/sheet/Feats.png b/static/images/sheet/Feats.png
new file mode 100644
index 0000000..ea71fbe
Binary files /dev/null and b/static/images/sheet/Feats.png differ
diff --git a/static/images/sheet/Gear.png b/static/images/sheet/Gear.png
new file mode 100644
index 0000000..b02440a
Binary files /dev/null and b/static/images/sheet/Gear.png differ
diff --git a/static/images/sheet/Spells.png b/static/images/sheet/Spells.png
new file mode 100644
index 0000000..553598b
Binary files /dev/null and b/static/images/sheet/Spells.png differ
diff --git a/static/stylesheets/content/character-sheet.css b/static/stylesheets/content/character-sheet.css
index 09295b4..2fb14a5 100644
--- a/static/stylesheets/content/character-sheet.css
+++ b/static/stylesheets/content/character-sheet.css
@@ -86,39 +86,39 @@ div.sheet > form#skills div.content div.skill { position: relative; }
div.sheet > form#skills div.content div.skill input { position: relative; width: 64px; text-align: center; }
div.sheet > form#skills div.content div.skill input.title { width: 376px; font-size: 17px; text-align: left; text-transform: uppercase; font-weight: bold; }
-div.sheet > section#benefits { top: 0; left: 1398px; background-image: url(/static/images/sheet/Feats.png); }
-div.sheet > section#benefits input.name { top: 47px; left: 143px; height: 46px; width: 526px; font-size: 37px; text-transform: uppercase; }
-div.sheet > section#benefits div.content { top: 200px; left: 20px; }
-div.sheet > section#benefits div.content div.benefit { position: relative; }
-div.sheet > section#benefits div.content div.benefit input.title { position: relative; width: 658px; font-size: 17px; text-transform: uppercase; font-weight: bold; }
-div.sheet > section#benefits div.content div.benefit textarea.description { position: relative; width: 658px; height: auto; font-size: 17px; }
+div.sheet > form#benefits { background-image: url(/static/images/sheet/Feats.png); }
+div.sheet > form#benefits input#name { top: 47px; left: 143px; height: 46px; width: 526px; font-size: 37px; text-transform: uppercase; }
+div.sheet > form#benefits div.content { top: 200px; left: 20px; }
+div.sheet > form#benefits div.content div.benefit { position: relative; }
+div.sheet > form#benefits div.content div.benefit input.title { position: relative; width: 658px; font-size: 17px; text-transform: uppercase; font-weight: bold; }
+div.sheet > form#benefits div.content div.benefit textarea.description { position: relative; width: 658px; height: auto; font-size: 17px; }
-div.sheet > section#abilities { top: 0; left: 2097px; background-image: url(/static/images/sheet/Abilities.png); }
-div.sheet > section#abilities input.name { top: 47px; left: 143px; height: 46px; width: 526px; font-size: 37px; text-transform: uppercase; }
-div.sheet > section#abilities div.content { top: 130px; left: 20px; }
-div.sheet > section#abilities div.content div.ability { position: relative; }
-div.sheet > section#abilities div.content div.ability input.title { position: relative; width: 658px; font-size: 17px; text-transform: uppercase; font-weight: bold; }
-div.sheet > section#abilities div.content div.ability textarea.description { position: relative; width: 658px; height: auto; font-size: 17px; }
+div.sheet > form#abilities { background-image: url(/static/images/sheet/Abilities.png); }
+div.sheet > form#abilities input#name { top: 47px; left: 143px; height: 46px; width: 526px; font-size: 37px; text-transform: uppercase; }
+div.sheet > form#abilities div.content { top: 130px; left: 20px; }
+div.sheet > form#abilities div.content div.ability { position: relative; }
+div.sheet > form#abilities div.content div.ability input.title { position: relative; width: 658px; font-size: 17px; text-transform: uppercase; font-weight: bold; }
+div.sheet > form#abilities div.content div.ability textarea.description { position: relative; width: 658px; height: auto; font-size: 17px; }
-div.sheet > section#spells { top: 0; left: 2796px; background-image: url(/static/images/sheet/Spells.png); }
-div.sheet > section#spells input.name { top: 47px; left: 143px; height: 46px; width: 526px; font-size: 37px; text-transform: uppercase; }
-div.sheet > section#spells div.content { top: 180px; left: 20px; }
-div.sheet > section#spells div.content div.spell { position: relative; }
-div.sheet > section#spells div.content div.spell input { position: relative; width: 64px; text-align: center; }
-div.sheet > section#spells div.content div.spell input.title { width: 236px; font-size: 17px; text-align: left; text-transform: uppercase; font-weight: bold; }
-div.sheet > section#spells div.content div.spell textarea.description { position: relative; width: 658px; height: auto; font-size: 17px; }
+div.sheet > form#spells { background-image: url(/static/images/sheet/Spells.png); }
+div.sheet > form#spells input#name { top: 47px; left: 143px; height: 46px; width: 526px; font-size: 37px; text-transform: uppercase; }
+div.sheet > form#spells div.content { top: 180px; left: 20px; }
+div.sheet > form#spells div.content div.spell { position: relative; }
+div.sheet > form#spells div.content div.spell input { position: relative; width: 64px; text-align: center; }
+div.sheet > form#spells div.content div.spell input.title { width: 236px; font-size: 17px; text-align: left; text-transform: uppercase; font-weight: bold; }
+div.sheet > form#spells div.content div.spell textarea.description { position: relative; width: 658px; height: auto; font-size: 17px; }
-div.sheet > section#gear { top: 0; left: 3495px; background-image: url(/static/images/sheet/Gear.png); }
-div.sheet > section#gear input.name { top: 47px; left: 143px; height: 46px; width: 526px; font-size: 37px; text-transform: uppercase; }
-div.sheet > section#gear div.content { top: 180px; left: 20px; }
-div.sheet > section#gear div.content div.gear { position: relative; }
-div.sheet > section#gear div.content div.gear input { position: relative; font-size: 17px; }
-div.sheet > section#gear div.content div.gear input.title { width: 236px; text-transform: uppercase; font-weight: bold; }
-div.sheet > section#gear div.content div.gear input.benefit { width: 410px; }
+div.sheet > form#gear { background-image: url(/static/images/sheet/Gear.png); }
+div.sheet > form#gear input#name { top: 47px; left: 143px; height: 46px; width: 526px; font-size: 37px; text-transform: uppercase; }
+div.sheet > form#gear div.content { top: 180px; left: 20px; }
+div.sheet > form#gear div.content div.gear { position: relative; }
+div.sheet > form#gear div.content div.gear input { position: relative; font-size: 17px; }
+div.sheet > form#gear div.content div.gear input.title { width: 236px; text-transform: uppercase; font-weight: bold; }
+div.sheet > form#gear div.content div.gear input.benefit { width: 410px; }
-div.sheet > section#notes { top: 0; left: 4194px; background-image: url(/static/images/sheet/Abilities.png); }
-div.sheet > section#notes input.name { top: 47px; left: 143px; height: 46px; width: 526px; font-size: 37px; text-transform: uppercase; }
-div.sheet > section#notes div.content { top: 130px; left: 20px; }
-div.sheet > section#notes div.content div.note { position: relative; }
-div.sheet > section#notes div.content div.note input.title { position: relative; width: 658px; font-size: 17px; text-transform: uppercase; font-weight: bold; }
-div.sheet > section#notes div.content div.note textarea.text { position: relative; width: 658px; height: auto; font-size: 17px; }
\ No newline at end of file
+div.sheet > form#notes { background-image: url(/static/images/sheet/Abilities.png); }
+div.sheet > form#notes input#name { top: 47px; left: 143px; height: 46px; width: 526px; font-size: 37px; text-transform: uppercase; }
+div.sheet > form#notes div.content { top: 130px; left: 20px; }
+div.sheet > form#notes div.content div.note { position: relative; }
+div.sheet > form#notes div.content div.note input.title { position: relative; width: 658px; font-size: 17px; text-transform: uppercase; font-weight: bold; }
+div.sheet > form#notes div.content div.note textarea.text { position: relative; width: 658px; height: auto; font-size: 17px; }
\ No newline at end of file