
/* Copyright (C) 2010 Aaron Merriman. All rights reserved. */

* {
 margin: 0;
 padding: 0;
}

a {
 cursor: pointer;
 color: #6c96ff;
}

body {
 background: #1f3078;
 font: normal normal normal 12px/22px arial,verdana,sans-serif;
 color: #ffffff;
}

h1 {
 position: absolute;
 display: block;
 width: 200px;
 margin-top: -250px;
 font: normal normal bold 32px/35px "times new roman",serif;
 color: #828db6;
}

h2 {
 position: absolute;
 display: block;
 margin: -247px 0 0 480px;
 font: normal normal bold 22px/25px "times new roman",serif;
 color: #828db6;
}

h3 {
 margin-bottom: 1em;
 font: normal normal bold 22px/25px arial,verdana,sans-serif;
 color: #ffffff;
}

h6 {
 margin-top: 7px;
 font: normal normal normal 48px/52px "times new roman",serif;
 text-align: center;
 color: #828db6;
}

h6 span {
 font-weight: normal;
 color: #ffffff;
}

html { height: 100.5%; }

img {
 display: block;
 border: 0 solid transparent;
}

span { font-weight: bold; }

#site {
 width: 890px;
 margin: 42px auto;
}

#header {
 min-height: 108px;
 padding-bottom: 50px;
 background: transparent url('images/bkgd_content-top.jpg') no-repeat left bottom;
}

#header ul {
 list-style: none;
 width: 150px;
 margin: 0 auto;
 padding: 141px 10px 8px 10px;
 background: #294ec7 url('images/exploded-muffin.jpg') no-repeat center 30px;
}

#header ul li a {
 display: block;
 width: 130px;
 padding: 0 10px;
 font: normal normal normal 21px/27px georgia,"times new roman",serif;
 letter-spacing: 1px;
 text-decoration: none;
 text-transform: lowercase;
 color: #ffffff;
}

#header ul li a:hover, #header ul li a:focus { background: #1f3078; }

#content {
 min-height: 65px;
 padding: 42px 115px;
 background: transparent url('images/bkgd_content-body.jpg') repeat-y left top;
}

#footer {
 min-height: 108px;
 padding-top: 25px;
 background: transparent url('images/bkgd_content-bottom.jpg') no-repeat left top;
 font: normal normal normal 13px/18px georgia,"times new roman",serif;
 text-align: center;
}

#gummis {
 height: 230px;
 width: 170px;
 margin: 25px auto;
 background: #294ec7 url('images/gummis.jpg') no-repeat center center;
}

.page_nav {
 display: block;
 height: 30px;
 width: 100%;
 border-bottom: 1px dotted #3b53a3;
}

.page_prev, .page_next {
 font-weight: bold;
 letter-spacing: 1px;
 text-decoration: underline;
 text-transform: uppercase;
}

.page_next { float: right; }

.page_num {
 text-align: center;
 font: normal normal bold 18px/21px arial,verdana,sans-serif;
 color: #828db6;
}

.choose_cat { height: 200px; }

#category_01, #category_02, #category_03, #category_04 {
 position: absolute;
 display: block;
 font: normal normal bold 32px/35px "times new roman",serif;
 text-decoration: none;
 color: #ffffff;
}

#category_01 { margin: 0 0 0 75px; }

#category_02 { margin: 60px 0 0 205px; }

#category_03 { margin: 115px 0 0 355px; }

#category_04 { margin: 175px 0 0 505px; }

#content a:hover, #content a:focus {
 font-weight: bold;
 color: #ffffff;
}

#contact { text-align: center; }

#contact img { margin: 15px 0 0 183px; }
