/* inkchild's awesome stylesheet */

/* hide from ie on mac \*/

#flashcontent {
height: 100%;
}
/* end hide */

body {
height: 100%;
margin-top: 80px;
padding: 0px;
background-color: #000;
color:#fff;
}

a {
text-decoration: none;
color: #ffffcc;
}

ul {
margin: 10px 25px 0px 25px;
}

h4 {
font-family: futura, arial, sans-serif;
line-height: 200%;
font-size: 60%;
margin: 30px;
text-align: justify;
}

#bigbox {
margin: auto;
background-image: url('http://www.inkchild.com/includes/inkchild_background.jpg');
width: 800px;
height: 575px;
position: relative;
border: 3px solid #520000;
}

#goodstuff {
margin: 90px 25px 0px 25px;
height: 440px;
border-top: 2px solid black;
border-bottom: 2px solid black;
}

p {
font-family: futura, arial, sans-serif;
line-height: 150%;
font-size: 86%;
margin: 10px;
text-align: justify;
}

img {
border: 3px solid white;
}

img.right {
float: right;
margin: 10px 0px 0px 30px;
}

img.left {
float: left;
margin: 10px 30px 10px 30px;
}

img.lolcat {
clear: both;
display: block;
margin: 150px auto;
}

#menu li{
list-style-type: none;
display: inline;
text-transform: uppercase;
font-family: futura, arial, sans-serif;
font-size: 76%;
margin: 0px 10px 0px 10px;
}

#menu li a{
text-decoration: none;
color: #fff;
}

#menu li a:hover{
color: #ffffcc;
}

