/************************************************************/
/*******************  Monsters CSS  *************************/
/************************************************************/

/*  #000000 #ababab #c1272d */

/* The Basics */
html, body, div { color: #000000; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; }

a:link { color: #000000; text-decoration: underline; font-weight: bold; }
a:visited { color: #000000; text-decoration: underline; font-weight: bold; }
a:hover { color: #ababab; text-decoration: none; }

span.highlight { color: #c1272d; }

a.highlight:link { color: #c1272d; }
a.highlight:visited { color: #c1272d; }
a.highlight:hover { color: #c1272d; }

/* ID STYLES */
#page { margin: 40px auto; width: 1000px; }
#title { font-size: 39px; font-weight: bold; letter-spacing: 15.7px; }
#navigation { list-style: none; font-size: 26px; font-weight: bold; display: inline; margin: 40px 0px; width: 300px }
  #navigation a:link { text-decoration: none; }
  #navigation a:visited { text-decoration: none; }
#content { float: right; margin-top: 34px; width: 700px; min-height: 500px; background-repeat: no-repeat; background-position: bottom right; }
  #content p { margin-top: 0px; }
#footer { margin: 0px auto; margin-top: 40px; font-size: 18px; font-weight: bold; width: 100%; float: right; text-align: center;}

/* Gallery Styles */
.icon { margin: 10px; }

/* Blog Style */
.blogTitle { font-size: 18px; color: #c1272d; font-weight: bold; }