/*
Author: Craig Erskine
Description: Default Styles
*/

/* Reset */
* { margin: 0; padding: 0; border: none; }

/* Elements */
body { background: #FFFECB; color: #039; font-size: 12px; font-family: Arial, sans-serif; text-align: center; }
h1 { margin: 0 0 10px; padding: 4px 0; font-size: 16px; background: #039; color: #FFF; text-align: center; }
img { border: 0 none; }

/* Layout */
#page { margin: 0 auto; width: 540px; text-align: left; position: relative; }

#gallery { width: 540px; background: url(../img/bg.png) no-repeat 110px 110px; position: relative; list-style: none; }
#gallery li { display: inline; list-style: none; }
#gallery a { display: block; float: left; width: 100px; height: 100px; text-decoration: none; overflow: hidden; }
#gallery span { width: 430px; height: 320px; position: absolute; top: 110px; left: 110px; display: none; }
#gallery strong { width: 100px; height: 20px; background: #FFF; color: #039; font-size: 10px; line-height: 20px; text-align: center; display: block; position: relative; top: -20px; }

#gallery-top { height: 110px; }
#gallery-top a { margin: 0 10px 0 0; }
#gallery-top a.last { margin: 0; }

#gallery-mid { width: 100px; height: 330px; }
#gallery-mid a { margin: 0 0 10px; }

#gallery-bot { height: 100px; }
#gallery-bot a { margin: 0 10px 0 0; }
#gallery-bot a.last { margin: 0; }