/* default settings */
* {
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

a {
	outline: 0;
	text-decoration: none;
	/*gallery*/
    /*color: #689768;*/
    /*download*/
    /*color: #936b94;*/
    /*contact*/
    /*color: #4277aa;*/
    /*text*/
    color: #aaa;
}

a:hover {

}

fieldset {
    border: 0;
    outline: 0;
}

body {
    background-color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #aaa;
    text-align: center;
}

p {

}
/*headings & link colors*/
h2 {
	/*font-size: 13px;
    color: #aaa;*/
	font-size: 11px;
	font-weight:normal;
	color: #aaa;
}
/*start with custom elements*/
.home {
    color: #666;
}

.gallery {
    color: #689768;
}

.downloads {
    color: #936b94;
}

.contact {
    color: #4277aa;
}

.align_vert {
    float: left;
    width: 833px
}

.clear {
    clear: both;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}
/*hidden anchor that brings back home*/
.link_home {
    position: relative;
    float: left;
    top: 90px;
    height: 100px;
    width: 500px;
    cursor: pointer;
}

#wrapper {
    position: relative;
    width: 933px;
    margin: 0 auto;
    text-align: left;
}

#header {
	background-image: url(http://thewooliemenagerie.com/images/header.gif);
	background-repeat: no-repeat;
	height: 195px;
	position: relative;
}

#content {
	background-image: url(http://thewooliemenagerie.com/images/content.gif);
	background-repeat: repeat-y;
	min-height: 440px;
	/*trick to make IE6 display correctly min-height: */
    height: auto !important;
	height: 440px;
}

.paragraph {
    width: 740px;
    margin-left: 50px;
}

.spacer {
    width: 740px;
    height: 30px;
}

#footer {
	background-image: url(http://thewooliemenagerie.com/images/footer.gif);
	background-repeat: no-repeat;
	height: 112px;
	clear: both;
	text-align: center;
	padding-top: 30px;
}

#side {
    width: 100px;
    height: 411px;
    overflow: hidden;
    float: left;
    margin-left: -4px;
}

#side_menu {
    position: relative;
}

#side_menu ul {
    list-style-type: none;
}

#side_menu ul li a {
    width: 100px;
    height: 137px;
    display: block;
    margin-left: -50px;
}

#menu_gallery {
	background-image: url(http://thewooliemenagerie.com/images/menu1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#menu_downloads {
	background-image: url(http://thewooliemenagerie.com/images/menu2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#menu_contact {
	background-image: url(http://thewooliemenagerie.com/images/menu3.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#footer a {
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
}
/*copyright*/
#copyright {
    height: 40px;
    clear: both;
    text-align: center;
    color: #999;
    padding-bottom: 20px;
}

#copyright p {
    line-height: 20px;
    text-align: center;
}

