HTML { height: 100%; }
BODY { height: 100%; width: 100%; background: #FFF; margin: 0; padding: 0; text-align: center; }

BODY, TD, .NormalText { font-family: Trebuchet MS, Arial, Helvetica, sans serif; font-weight: normal; font-style: normal; font-size: 13px; color: #000; }

H1 { color: #000000; font-size: 60px; letter-spacing: 12px; text-transform: uppercase; text-indent: -9999px; display: block; width: 100%; height: 90px; margin: 0; padding: 0; border: 0; background: url('../images/enderby-designs-logo.jpg') no-repeat 50% 50%; }
H2 { color: #CCCCCC; font-size: 32px; letter-spacing: 2px;  text-transform: uppercase; margin: 10px 0; padding: 0; }
H3 { color: #000000; font-size: 15px; font-weight: bold; margin: 10px 0; padding: 0; text-align: justify; }

.White  { color: #FFFFFF; }
.Black  { color: #000000; }

.SmallText	{ font-size: 10px;}
.MediumText { font-size: 16px;}
.LargeText	{ font-size: 36px;}

/* site structure */
table#outerShell { width: 100%; height: 100%; }
table#outerShell td#innerShell { width: 100%; height: 100%; vertical-align: middle; text-align: center; padding: 0; }
div#main { width: 950px; height: 650px; margin: 0 auto; text-align: center; }

/* images */
img.comingSoon { margin: 10px; padding: 20px; border: 1px solid #CCC; }
img.capeDetail { margin: 5px; padding: 0; border: 1px solid #000; }

/* slideshow */
div#slide-container 	{ height: 500px; width: 800px; text-align: center; }
div#slide-container div	{ height: 500px; width: 800px; text-align: center; display: none; }
div#slide-container div img	{ height: 500px; border: 1px solid #000; }

/* links */
a:link, a:visited	{ color: #CCC; text-decoration: none; }
a:active, a:hover	{ color: #000; text-decoration: none; }

a.BlackLink:link,
a.BlackLink:visited { color: #000; text-decoration: none; }
a.BlackLink:active,
a.BlackLink:hover	{ color: #000; text-decoration: underline; }